From 1ef1c4d15409fa99ca1cdc75017576432db35d3a Mon Sep 17 00:00:00 2001 From: Saad Tarhi Date: Mon, 11 Sep 2023 14:54:13 +0100 Subject: [PATCH] Add changelog to "readme.txt" --- plugins/woocommerce-blocks/readme.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index d42c5f8dff4..5171f20d2fa 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -81,6 +81,29 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ == Changelog == += 11.1.0 - 2023-09-11 = + +#### Enhancements + +- Add Product Collection Rows pattern. (https://github.com/woocommerce/woocommerce-blocks/pull/10857) +- Add Simple Grid Product Collection pattern. (https://github.com/woocommerce/woocommerce-blocks/pull/10835) +- Product Hero Pattern > Adjust the content width. (https://github.com/woocommerce/woocommerce-blocks/pull/10832) +- Create the `Featured Categories Grid` pattern. (https://github.com/woocommerce/woocommerce-blocks/pull/10806) +- Fix: Load blocks style separately for classic themes. (https://github.com/woocommerce/woocommerce-blocks/pull/10758) +- Adjust `Follow us on social media` pattern icon alignment. (https://github.com/woocommerce/woocommerce-blocks/pull/10709) +- Add Product Collection Full Grid pattern. (https://github.com/woocommerce/woocommerce-blocks/pull/10665) + +#### Bug Fixes + +- Change default number of columns in Related Products. (https://github.com/woocommerce/woocommerce-blocks/pull/10875) +- Product Image: Fix bug that prevented block styles being applied within the editor. (https://github.com/woocommerce/woocommerce-blocks/pull/10859) +- Fix bug with wpautop for the empty cart. (https://github.com/woocommerce/woocommerce-blocks/pull/10768) +- Prevent the Cart block reloading when adding an item to it from the Empty Cart block. (https://github.com/woocommerce/woocommerce-blocks/pull/10624) +- Product button: Sync temporary number of items on instantiation. (https://github.com/woocommerce/woocommerce-blocks/pull/10604) +- Customer Account Block: Fixed an issue that would make the account icon scale incorrectly in certain environments (prominently in the TT1 theme). (https://github.com/woocommerce/woocommerce-blocks/pull/10533) +- Customer Account Block: Fixed an issue that caused padding to be inconsistent between the editor and the front-end. (https://github.com/woocommerce/woocommerce-blocks/pull/10476) +- Fixed notice displaying on Cart and Checkout template. (https://github.com/woocommerce/woocommerce-blocks/pull/10151) + = 11.0.0 - 2023-08-30 = #### Enhancements