Skip to content

v0.29.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 05:15
· 96 commits to main since this release
ae78435

Fixes

  • Archive product lists now match the theme's actual per-page (#559). On block themes (the WooCommerce Product Collection block), the archive ItemList listed posts_per_page items — often fewer than the page renders (e.g. 10 listed vs 16 shown) — which violated Google's "list all items on the page" rule for the carousel. The list now follows the page's main query, so it reflects exactly the products shown, in order, on classic and block themes alike. (numberOfItems was already correct.)