Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update WC Blocks 11.5.1 changelog and testing steps with new fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Nov 8, 2023
1 parent eb8c5d9 commit 9b49aed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/internal-developers/testing/releases/1151.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
4. Remove the blockified template and add the “Classic Template” block.
5. Save and check the front-end.
6. Check that the template is correctly rendered on the front-end.

#### Add protection against wrong params in get_block_template_fallback(). [11690](https://github.com/woocommerce/woocommerce-blocks/pull/11690)

1. Go to a Product Category page in the frontend (ie: `/product-category/clothing/accessories/`).
2. Verify it's displayed with the Product Catalog template.
3. Go to Appearance > Editor > Templates > Product Catalog and make some edits.
4. Go again to the Product Category page in the frontend and verify the changes are applied there as well.
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/

#### Bug Fixes

- WordPress 6.4: fixed a bug which would break sites using the Classic Template block for the Single Product template. https://github.com/woocommerce/woocommerce-blocks/pull/11455
- WordPress 6.4: fixed a bug which would break sites using the Classic Template block for the Single Product template. ([11455](https://github.com/woocommerce/woocommerce-blocks/pull/11455))
- Fix an error that might appear when pre_get_block_template filter was called with wrong params. ([11690](https://github.com/woocommerce/woocommerce-blocks/pull/11690))

= 11.5.0 - 2023-11-06 =

Expand Down

0 comments on commit 9b49aed

Please sign in to comment.