diff --git a/docs/internal-developers/testing/releases/1112.md b/docs/internal-developers/testing/releases/1112.md new file mode 100644 index 00000000000..7e3208f29cc --- /dev/null +++ b/docs/internal-developers/testing/releases/1112.md @@ -0,0 +1,11 @@ +# Testing notes and ZIP for release 11.1.2 + +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/12742332/woocommerce-gutenberg-products-block.zip) + +## WooCommerce Core + +### Bug Fixes + +#### Improved escaping [565cd04](https://github.com/woocommerce/woocommerce-blocks/commit/565cd0461dbcc21fa04f77a736da443fc56a054d) + +1. Smoke test blocks to ensure all of the escaped attributes render as expected. diff --git a/docs/internal-developers/testing/releases/README.md b/docs/internal-developers/testing/releases/README.md index 68af2f6c22a..7c3ebc4a80c 100644 --- a/docs/internal-developers/testing/releases/README.md +++ b/docs/internal-developers/testing/releases/README.md @@ -177,6 +177,7 @@ Every release includes specific testing instructions for new features and bug fi - [11.0.0](./1100.md) - [11.1.0](./1110.md) - [11.1.1](./1111.md) + - [11.1.2](./1112.md) - [11.2.0](./1120.md) diff --git a/readme.txt b/readme.txt index c5861f9f4f9..8e71bfe1638 100644 --- a/readme.txt +++ b/readme.txt @@ -109,6 +109,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.2 - 2023-09-27 = + +#### Bug Fixes + +- Improved escaping [565cd04](https://github.com/woocommerce/woocommerce-blocks/commit/565cd0461dbcc21fa04f77a736da443fc56a054d) + = 11.1.1 - 2023-09-20 = #### Bug Fixes