Add changelog entries for Admin and Blocks
This commit is contained in:
parent
366559a169
commit
93ebea27d0
|
@ -17,6 +17,36 @@
|
|||
* Enhancement - Update Storefront banner width and track links in the marketplace page. #30882
|
||||
* Enhancement - Revamp the WooCommerce Marketplace page. #30900
|
||||
|
||||
**WooCommerce Admin - 2.8.0 RC 2**
|
||||
|
||||
* Add - Store Profiler and Product task - include Subscriptions. #7734
|
||||
* Fix - Fixed navigation menu text color after Gutenberg 11.6.0. #7771
|
||||
* Fix - Add status param to notes/delete/all REST endpoint, to correctly delete all notes. #7743
|
||||
* Fix - Allow already installed marketing extensions to be activated. #7740
|
||||
* Fix - Add missing title text for marketing task. #7640
|
||||
* Fix - Assign parent order status as children order status if refund order. #7253
|
||||
* Fix - Fix category lookup logic to update children correctly. #7709
|
||||
* Fix - Fixing an unwanted page refresh when using Woo Navigation. #7615
|
||||
* Fix - Fix naming of event names and properties. #7677
|
||||
* Fix - Fix white screen for variation analytic data without a name. #7686
|
||||
* Update - Update back up copy of free extension for Google Listing & Ads plugin. #7798
|
||||
* Update - Update Eway payment gateway capitalization (was eWAY). #7678
|
||||
* Update - Enable Square in France. #7679
|
||||
* Enhancement - Add experiment for promoting WooCommerce Payments in payment methods table. #7666
|
||||
|
||||
**WooCommerce Blocks - 6.0.0 & 6.0.1 & 6.0.2 & 6.1.0**
|
||||
|
||||
* Fix - Infinite recursion when removing an attribute filter from the Active filters block. #4816
|
||||
* Fix - Update All Reviews block so it honors 'ratings enabled' and 'show avatars' preferences. #4764
|
||||
* Fix - Products by Category: Moved renderEmptyResponsePlaceholder to separate method to prevent unnecessary rerender. #4751
|
||||
* Fix - Calculation of number of reviews in the Reviews by Category block. #4729
|
||||
* Fix - Dropdown list in Product Category List Block for nested categories #4920
|
||||
* Fix - String translations within the All Products Block. #4897
|
||||
* Fix - Filter By Price: Update aria values to be more representative of the actual values presented. #4839
|
||||
* Fix - Filter button from Filter Products by Attribute block is not aligned with the input field. #4814
|
||||
* Fix - Remove IntersectionObserver shim in favor of dropping IE11 support. #4808
|
||||
* Enhancement - Added global styles to All Reviews, Reviews by Category and Reviews by Product blocks. Now it's possible to change the text color and font size of those blocks. #4323
|
||||
|
||||
= 5.8.0 2021-10-12 =
|
||||
|
||||
**WooCommerce**
|
||||
|
@ -33,7 +63,7 @@
|
|||
* Tweak - Deleted unneeded double spaces in text strings. #30487
|
||||
* Tweak - Open Browse all extensions link in a new tab. #30640
|
||||
|
||||
** WooCommerce Admin - 2.7.1 & 2.7.2**
|
||||
**WooCommerce Admin - 2.7.1 & 2.7.2**
|
||||
|
||||
* Fix - Fix analytics crashing on daylight saving. #7763
|
||||
* Fix - Allow super admins all capabilities within WooCommerce Admin. #7489
|
||||
|
|
30
readme.txt
30
readme.txt
|
@ -177,4 +177,34 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
|||
* Enhancement - Update Storefront banner width and track links in the marketplace page. #30882
|
||||
* Enhancement - Revamp the WooCommerce Marketplace page. #30900
|
||||
|
||||
**WooCommerce Admin - 2.8.0 RC 2**
|
||||
|
||||
* Add - Store Profiler and Product task - include Subscriptions. #7734
|
||||
* Fix - Fixed navigation menu text color after Gutenberg 11.6.0. #7771
|
||||
* Fix - Add status param to notes/delete/all REST endpoint, to correctly delete all notes. #7743
|
||||
* Fix - Allow already installed marketing extensions to be activated. #7740
|
||||
* Fix - Add missing title text for marketing task. #7640
|
||||
* Fix - Assign parent order status as children order status if refund order. #7253
|
||||
* Fix - Fix category lookup logic to update children correctly. #7709
|
||||
* Fix - Fixing an unwanted page refresh when using Woo Navigation. #7615
|
||||
* Fix - Fix naming of event names and properties. #7677
|
||||
* Fix - Fix white screen for variation analytic data without a name. #7686
|
||||
* Update - Update back up copy of free extension for Google Listing & Ads plugin. #7798
|
||||
* Update - Update Eway payment gateway capitalization (was eWAY). #7678
|
||||
* Update - Enable Square in France. #7679
|
||||
* Enhancement - Add experiment for promoting WooCommerce Payments in payment methods table. #7666
|
||||
|
||||
**WooCommerce Blocks - 6.0.0 & 6.0.1 & 6.0.2 & 6.1.0**
|
||||
|
||||
* Fix - Infinite recursion when removing an attribute filter from the Active filters block. #4816
|
||||
* Fix - Update All Reviews block so it honors 'ratings enabled' and 'show avatars' preferences. #4764
|
||||
* Fix - Products by Category: Moved renderEmptyResponsePlaceholder to separate method to prevent unnecessary rerender. #4751
|
||||
* Fix - Calculation of number of reviews in the Reviews by Category block. #4729
|
||||
* Fix - Dropdown list in Product Category List Block for nested categories #4920
|
||||
* Fix - String translations within the All Products Block. #4897
|
||||
* Fix - Filter By Price: Update aria values to be more representative of the actual values presented. #4839
|
||||
* Fix - Filter button from Filter Products by Attribute block is not aligned with the input field. #4814
|
||||
* Fix - Remove IntersectionObserver shim in favor of dropping IE11 support. #4808
|
||||
* Enhancement - Added global styles to All Reviews, Reviews by Category and Reviews by Product blocks. Now it's possible to change the text color and font size of those blocks. #4323
|
||||
|
||||
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).
|
||||
|
|
Loading…
Reference in New Issue