Updated Release Testing Instructions WooCommerce 6.9 (markdown)

rodelgc 2022-08-23 21:55:01 +08:00
parent d6e0c70240
commit 981fde1b48
1 changed files with 20 additions and 0 deletions

@ -6,6 +6,26 @@ WooCommerce 6.9 includes:
---
## WooCommerce Blocks Updates
### WooCommerce Blocks 8.0.0 [#34021](https://github.com/woocommerce/woocommerce/pull/34021)
#### Enhancement: Footer Template Parts use now `<footer>` instead of `<div>` and Header uses `<header>` instead of `<div>`. ([6596](https://github.com/woocommerce/woocommerce-blocks/pull/6596))
1. Go to a WooCommerce page and view the source.
2. Check the header is wrapped in a `<header>` tag, not in a `<div>` tag.
3. Check the footer is wrapped in a `<footer>` tag, not in a `<div>` tag.
#### Enhancement: Replace the ProductTag tax_query field to be the term_id instead of the id. ([6585](https://github.com/woocommerce/woocommerce-blocks/pull/6585))
1. Create a page and add a `Products by Tag` block.
2. Check that is rendered correctly in the editor.
3. Save the page and check that is rendered correctly in the frontend.
#### Fix: Ensure WooCommerce templates show correct titles. ([6452](https://github.com/woocommerce/woocommerce-blocks/pull/6452))
1. Install and activate the [Extendable theme](https://wordpress.org/themes/extendable/).
2. Go to `Appearance → Editor → Browse all templates`.
3. Make sure you have `archive-product.html` in your theme's templates directory.
4. Notice the templates shows the correct title and description and not the file name like e.g. `archive-product.html`.
---
## WooCommerce Core Updates