From 0d41c4df7e43a419b3bd066b108c0550f5b323c9 Mon Sep 17 00:00:00 2001 From: Luigi Teschio Date: Fri, 10 Nov 2023 16:50:15 +0100 Subject: [PATCH] Add changelog Release 11.1.3 (https://github.com/woocommerce/woocommerce-blocks/pull/11697) --- .../internal-developers/testing/releases/1113.md | 16 ++++++++++++++++ .../testing/releases/README.md | 1 + plugins/woocommerce-blocks/readme.txt | 6 ++++++ 3 files changed, 23 insertions(+) create mode 100644 plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1113.md diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1113.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1113.md new file mode 100644 index 00000000000..744ce37b65b --- /dev/null +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1113.md @@ -0,0 +1,16 @@ +# Testing notes and ZIP for release 11.1.3 + +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/13296296/woocommerce-gutenberg-products-block.zip) + +## WooCommerce Core + +### Bug Fixes + +#### Fix Single Product Classic Template block not showing on the front-end. [11455](https://github.com/woocommerce/woocommerce-blocks/pull/11455) + +1. Enable WordPress 6.4. +2. Enable a block theme. +3. Go to Site Editor → Single Product template. +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. diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md index d3a9415331d..1cb3c779e8d 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md @@ -178,6 +178,7 @@ Every release includes specific testing instructions for new features and bug fi - [11.1.0](./1110.md) - [11.1.1](./1111.md) - [11.1.2](./1112.md) + - [11.1.3](./1113.md) - [11.2.0](./1120.md) - [11.3.0](./1130.md) - [11.3.1](./1131.md) diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index 54ee9cc0d39..8fef7fe7ca2 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -307,6 +307,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ - Product Gallery: CSS styling tightening up. ([10867](https://github.com/woocommerce/woocommerce-blocks/pull/10867)) - Checkout Block: Prevent changes in the selected shipping method when new rates are added or removed. ([10457](https://github.com/woocommerce/woocommerce-blocks/pull/10457)) += 11.1.3 - 2023-11-08 = + +#### Bug Fixes + +- 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) + = 11.1.2 - 2023-09-27 = #### Bug Fixes