This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Empty commit for release pull request * Update readme.txt with release changelog * Add testing instructions for 6.1.0 release * Update readme.txt with release changelog * #4625 product categories list block hierarchy display fix (#4920) * Update link to testing zip * Remove mini cart testing from instructions This is because mini-cart is only in experimental builds. * Update changelog and testing notes * Correct typo in testing instructions * Update testing instructions * Bumping version strings to new version. Co-authored-by: github-actions <[email protected]> Co-authored-by: Thomas Roberts <[email protected]> Co-authored-by: Ovidiu Liuta <[email protected]>
- Loading branch information
1 parent
b7574b2
commit 81d403a
Showing
6 changed files
with
54 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## Testing notes and ZIP for release 6.1.0 | ||
|
||
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/7329441/woocommerce-gutenberg-products-block.zip) | ||
|
||
## Feature Plugin | ||
### Remove IntersectionObserver shim in favor of dropping IE11 support. ([4808](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4808)) | ||
1. Smoke test the Cart block and ensure no errors appear in the console | ||
|
||
## Feature plugin and package inclusion in WooCommerce | ||
|
||
### Product categories list block hierarchy display fix ([4920](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4920)) | ||
1. Create 4 WooCommerce product categories, each one nested under the previous one created, like follows: | ||
- Level 1 | ||
- Level 2 | ||
- Level 3 | ||
- Level 4 | ||
2. Add a product to the last category | ||
3. To a page, add the block Product Categories List | ||
4. Under the block settings > List settings > Display style, pick "Dropdown" | ||
5. Again under the block settings > Content, switch On "Show hierarchy" | ||
6. Save and view page | ||
|
||
### Fixed string translations within the All Products Block. ([4897](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4897)) | ||
1. Switch to Brazilian Portuguese translation. | ||
2. View the all products block. Confirm sale badges are translated to "Oferta". | ||
|
||
### Filter By Price: Update aria values to be more representative of the actual values presented. ([4839](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4839)) | ||
1. Add the Filter By Price block to your All Products page | ||
2. Turn Voice Over on your Mac (click the power button 3 times to do this) | ||
3. Move the slider back and forth, the voice should say "Ninety" instead of "Nine thousand" for example. | ||
|
||
### Fixed: Filter button from Filter Products by Attribute block is not aligned with the input field. ([4814](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4814)) | ||
1. Add the Filter Products by Attribute block and select 'Display Style: Dropdown' and check 'Filter button'. | ||
2. See the filter button aligned correctly on both editor and front end. | ||
|
||
### Prefix the search input id with wc- instead of wp- ([4882](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4882)) | ||
1. Add a WordPress search block to a page. | ||
2. Add a Product search block to the same page. | ||
3. Go to frontend and open the browser tools console, ensure no errors about elements with non-unique IDs appear (relating to the search box ID). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters