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

Commit 6da4de1

Browse files
committed
Merge branch 'release/8.9.0' of github.com:woocommerce/woocommerce-blocks into trunk
2 parents 55cd214 + 0bbc654 commit 6da4de1

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Testing notes and ZIP for release 8.9.1
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10001089/woocommerce-gutenberg-products-block.zip)
4+
5+
## Feature plugin and package inclusion in WooCommerce
6+
7+
### Display correct block template when filtering by attribute. ([7640](https://github.com/woocommerce/woocommerce-blocks/pull/7640))
8+
9+
#### Test that #7604 has been fixed
10+
11+
1. Make sure you have a block theme active (like Twenty Twenty-Three).
12+
2. Add the “Filter by Attribute” block to the “Products by Category” template (in Appearance > Site Editor).
13+
3. Go to the front-end for a category (ie: /product-category/clothing/).
14+
4. Select a filter.
15+
5. Verify the query params are added to the URL and the URL stays correct.
16+
6. Verify the loaded template is also correct (instead of rendering the “Product Catalog” template).
17+
18+
#### Test that there are no regressions with #6776
19+
20+
1. Make sure you have a block theme active (like Twenty Twenty-Three).
21+
2. Navigate to Products > Attributes and edit an existing one or create a new one.
22+
3. Click the Enable Archives option and save, go back.
23+
4. Click Configure terms next to your attribute.
24+
5. Hover over one of the terms and click the View link of one of the attributes.
25+
6. Verify that the page is rendered with a header, a footer, and using a product grid.

docs/internal-developers/testing/releases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ Every release includes specific testing instructions for new features and bug fi
102102
- [8.8.1](./881.md)
103103
- [8.8.2](./882.md)
104104
- [8.9.0](./890.md)
105+
- [8.9.1](./891.md)

readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
7979

8080
== Changelog ==
8181

82+
= 8.9.1 - 2022-11-14 =
83+
84+
#### Bug fixes
85+
86+
- Display correct block template when filtering by attribute. ([7640](https://github.com/woocommerce/woocommerce-blocks/pull/7640))
87+
8288
= 8.9.0 - 2022-11-07 =
8389

8490
#### Enhancements

0 commit comments

Comments
 (0)