Changeset 2965978
- Timestamp:
- 09/12/2023 03:18:25 PM (2 years ago)
- Location:
- woo-gutenberg-products-block
- Files:
-
- 2 edited
-
tags/11.1.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-gutenberg-products-block/tags/11.1.0/readme.txt
r2965940 r2965978 86 86 #### Enhancements 87 87 88 - Add Product Collection Rows pattern. ( https://github.com/woocommerce/woocommerce-blocks/pull/10857)89 - Add Simple Grid Product Collection pattern. ( https://github.com/woocommerce/woocommerce-blocks/pull/10835)90 - Product Hero Pattern > Adjust the content width. ( https://github.com/woocommerce/woocommerce-blocks/pull/10832)91 - Fix: Load blocks style separately for classic themes. ( https://github.com/woocommerce/woocommerce-blocks/pull/10758)92 - Adjust `Follow us on social media` pattern icon alignment. ( https://github.com/woocommerce/woocommerce-blocks/pull/10709)93 - Add Product Collection Full Grid pattern. ( https://github.com/woocommerce/woocommerce-blocks/pull/10665)94 95 #### Bug Fixes 96 97 - Change default number of columns in Related Products. ( https://github.com/woocommerce/woocommerce-blocks/pull/10875)98 - Product Image: Fix bug that prevented block styles being applied within the editor. ( https://github.com/woocommerce/woocommerce-blocks/pull/10859)99 - Fix bug with wpautop for the empty cart. ( https://github.com/woocommerce/woocommerce-blocks/pull/10768)100 - Prevent the Cart block reloading when adding an item to it from the Empty Cart block. ( https://github.com/woocommerce/woocommerce-blocks/pull/10624)101 - Product button: Sync temporary number of items on instantiation. ( https://github.com/woocommerce/woocommerce-blocks/pull/10604)102 - 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)103 - 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)104 - Fixed notice displaying on Cart and Checkout template. ( https://github.com/woocommerce/woocommerce-blocks/pull/10151)88 - Add Product Collection Rows pattern. ([10857](https://github.com/woocommerce/woocommerce-blocks/pull/10857)) 89 - Add Simple Grid Product Collection pattern. ([10835](https://github.com/woocommerce/woocommerce-blocks/pull/10835)) 90 - Product Hero Pattern > Adjust the content width. ([10832](https://github.com/woocommerce/woocommerce-blocks/pull/10832)) 91 - Fix: Load blocks style separately for classic themes. ([10758](https://github.com/woocommerce/woocommerce-blocks/pull/10758)) 92 - Adjust `Follow us on social media` pattern icon alignment. ([10709](https://github.com/woocommerce/woocommerce-blocks/pull/10709)) 93 - Add Product Collection Full Grid pattern. ([10665](https://github.com/woocommerce/woocommerce-blocks/pull/10665)) 94 95 #### Bug Fixes 96 97 - Change default number of columns in Related Products. ([10875](https://github.com/woocommerce/woocommerce-blocks/pull/10875)) 98 - Product Image: Fix bug that prevented block styles being applied within the editor. ([10859](https://github.com/woocommerce/woocommerce-blocks/pull/10859)) 99 - Fix bug with wpautop for the empty cart. ([10768](https://github.com/woocommerce/woocommerce-blocks/pull/10768)) 100 - Prevent the Cart block reloading when adding an item to it from the Empty Cart block. ([10624](https://github.com/woocommerce/woocommerce-blocks/pull/10624)) 101 - Product button: Sync temporary number of items on instantiation. ([10604](https://github.com/woocommerce/woocommerce-blocks/pull/10604)) 102 - Customer Account Block: Fixed an issue that would make the account icon scale incorrectly in certain environments (prominently in the TT1 theme). ([10533](https://github.com/woocommerce/woocommerce-blocks/pull/10533)) 103 - Customer Account Block: Fixed an issue that caused padding to be inconsistent between the editor and the front-end. ([10476](https://github.com/woocommerce/woocommerce-blocks/pull/10476)) 104 - Fixed notice displaying on Cart and Checkout template. ([10151](https://github.com/woocommerce/woocommerce-blocks/pull/10151)) 105 105 106 106 = 11.0.0 - 2023-08-30 = -
woo-gutenberg-products-block/trunk/readme.txt
r2965940 r2965978 86 86 #### Enhancements 87 87 88 - Add Product Collection Rows pattern. ( https://github.com/woocommerce/woocommerce-blocks/pull/10857)89 - Add Simple Grid Product Collection pattern. ( https://github.com/woocommerce/woocommerce-blocks/pull/10835)90 - Product Hero Pattern > Adjust the content width. ( https://github.com/woocommerce/woocommerce-blocks/pull/10832)91 - Fix: Load blocks style separately for classic themes. ( https://github.com/woocommerce/woocommerce-blocks/pull/10758)92 - Adjust `Follow us on social media` pattern icon alignment. ( https://github.com/woocommerce/woocommerce-blocks/pull/10709)93 - Add Product Collection Full Grid pattern. ( https://github.com/woocommerce/woocommerce-blocks/pull/10665)94 95 #### Bug Fixes 96 97 - Change default number of columns in Related Products. ( https://github.com/woocommerce/woocommerce-blocks/pull/10875)98 - Product Image: Fix bug that prevented block styles being applied within the editor. ( https://github.com/woocommerce/woocommerce-blocks/pull/10859)99 - Fix bug with wpautop for the empty cart. ( https://github.com/woocommerce/woocommerce-blocks/pull/10768)100 - Prevent the Cart block reloading when adding an item to it from the Empty Cart block. ( https://github.com/woocommerce/woocommerce-blocks/pull/10624)101 - Product button: Sync temporary number of items on instantiation. ( https://github.com/woocommerce/woocommerce-blocks/pull/10604)102 - 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)103 - 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)104 - Fixed notice displaying on Cart and Checkout template. ( https://github.com/woocommerce/woocommerce-blocks/pull/10151)88 - Add Product Collection Rows pattern. ([10857](https://github.com/woocommerce/woocommerce-blocks/pull/10857)) 89 - Add Simple Grid Product Collection pattern. ([10835](https://github.com/woocommerce/woocommerce-blocks/pull/10835)) 90 - Product Hero Pattern > Adjust the content width. ([10832](https://github.com/woocommerce/woocommerce-blocks/pull/10832)) 91 - Fix: Load blocks style separately for classic themes. ([10758](https://github.com/woocommerce/woocommerce-blocks/pull/10758)) 92 - Adjust `Follow us on social media` pattern icon alignment. ([10709](https://github.com/woocommerce/woocommerce-blocks/pull/10709)) 93 - Add Product Collection Full Grid pattern. ([10665](https://github.com/woocommerce/woocommerce-blocks/pull/10665)) 94 95 #### Bug Fixes 96 97 - Change default number of columns in Related Products. ([10875](https://github.com/woocommerce/woocommerce-blocks/pull/10875)) 98 - Product Image: Fix bug that prevented block styles being applied within the editor. ([10859](https://github.com/woocommerce/woocommerce-blocks/pull/10859)) 99 - Fix bug with wpautop for the empty cart. ([10768](https://github.com/woocommerce/woocommerce-blocks/pull/10768)) 100 - Prevent the Cart block reloading when adding an item to it from the Empty Cart block. ([10624](https://github.com/woocommerce/woocommerce-blocks/pull/10624)) 101 - Product button: Sync temporary number of items on instantiation. ([10604](https://github.com/woocommerce/woocommerce-blocks/pull/10604)) 102 - Customer Account Block: Fixed an issue that would make the account icon scale incorrectly in certain environments (prominently in the TT1 theme). ([10533](https://github.com/woocommerce/woocommerce-blocks/pull/10533)) 103 - Customer Account Block: Fixed an issue that caused padding to be inconsistent between the editor and the front-end. ([10476](https://github.com/woocommerce/woocommerce-blocks/pull/10476)) 104 - Fixed notice displaying on Cart and Checkout template. ([10151](https://github.com/woocommerce/woocommerce-blocks/pull/10151)) 105 105 106 106 = 11.0.0 - 2023-08-30 =
Note: See TracChangeset
for help on using the changeset viewer.