diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1040.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1040.md index 052571ff1da..8265767c3d1 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1040.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1040.md @@ -434,7 +434,13 @@ Note: Notice will appear for a few seconds until we receive the server's respons 12. Visit a product and click on the Add To Cart button of the Single Product block that you just added. 13. Make sure the page is not redirect to another URL and that the Cart is updated with the clicked product. +### Render the single product title as an h1 when transforming from classic template [#9748](https://github.com/woocommerce/woocommerce-blocks/pull/9748) +1. Ensure that the Single Product Template doesn't have any customization. +2. Edit it. +3. Transform it to the blockified version. +4. Focus on the Product Title. +5. Ensure that it renders as an h1. ## Feature plugin diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index ef821030a5a..aca77c3d8a9 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -81,7 +81,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ == Changelog == -= 10.3.0 - 2023-06-05 = += 10.4.0 - 2023-06-05 = #### Enhancements @@ -127,6 +127,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ - Fix alignment of the close button in the Mini-Cart drawer when it has borders. ([9507](https://github.com/woocommerce/woocommerce-blocks/pull/9507)) - Add to Cart with Options Block: Remove global variable overwrite. ([9457](https://github.com/woocommerce/woocommerce-blocks/pull/9457)) - Fix total shipping display info when no shipping method is available. ([8819](https://github.com/woocommerce/woocommerce-blocks/pull/8819)) +- Blockified Single Product Template: use h1 for the Product Title when transforming from Classic template. ([9748]((https://github.com/woocommerce/woocommerce-blocks/pull/9748)) = 10.2.2 - 2023-05-31 =