Add WooCommerce 4.6.0 changes to the changelog
Still pending the changelog for WooCommerce Admin and WooCommerce Blocks
This commit is contained in:
parent
52e055368d
commit
aaf4e189bb
|
@ -1,5 +1,46 @@
|
|||
== Changelog ==
|
||||
|
||||
= 4.6.0-beta - 2020-09-22 =
|
||||
|
||||
**WooCommerce**
|
||||
|
||||
* Tweak - Removed the "Features" settings page now that the WooCommerce Admin dashboard is enabled by default. #27047
|
||||
* Tweak - Deprecate old setup wizard. #26853
|
||||
* Tweak - Add WC pages when the plugin is activated now that the old setup wizard was deprecated. #26853
|
||||
* Fix - When adding a grouped product to the cart, quantity is passed through the `woocommerce_stock_amount` filter like it's done for simple and variable products. #27219
|
||||
* Fix - Several style improvements to notices in theme Twenty Twenty. #27387
|
||||
* Fix - Fixed countries list sorting and added support to PHP internationalization functions. #27416
|
||||
* Fix - Remove "There are no notes yet" after adding the first one by AJAX. #27449
|
||||
* Fix - Fix PHP docblock summary to properly reflect the role of `wc_get_coupon_id_by_code` function. #27453
|
||||
* Fix - Fix white space character in add-to-cart script. #27459
|
||||
* Fix - Adding missing css property to email templates to ensure header background color is less likely to be overridden by email client. #27525
|
||||
* Fix - Encapsulate scope of `c` variable to avoid polluting the global scope and potentially causing problems if other plugins use the same variable name. #27610
|
||||
* Fix - Fix bug when using tax classes with some non-ASCII characters. #27615
|
||||
* Fix - Paypal gateway: protect code against a fatal error if WooCommerce is unable to communicate with PayPal. #27616
|
||||
* Fix - Added WP environment type to tracker. #27685
|
||||
* Fix - Prevent fatal errors when trying to determine what is the product type taxonomy term. #27441
|
||||
* Fix - Typo in the error message shown in the customizer. #27008
|
||||
* Dev - Introduced `woocommerce_return_to_shop_text` filter. #25419
|
||||
* Dev - Introduced `woocommerce_cart_item_required_stock_is_not_enough` filter. #26196
|
||||
* Dev - Changed relative `include` paths to absolute `include` paths using `__DIR__`. #27433
|
||||
* Dev - Fixed duplicated use of `woocommerce_add_$notice_type`. #27437
|
||||
* Dev - Allow public access to core capabilities for other plugins. #26976
|
||||
* Dev - Add `woocommerce_should_send_no_stock_notification` filter. #27634
|
||||
* Dev - New action 'woocommerce_after_order_details' added in a order-details.php template. #26327
|
||||
* Localization - Remove duplicated entry for Cyprus when listing countries by continent. #27636
|
||||
* Localization - Add Egypt regions. #27495
|
||||
* Localization - Updated name for the Hungarian county called Csongrád-Csanád. #27075
|
||||
* Localization - Adding states for Benin country. #27217
|
||||
* Localization - Add KR locale info. #27496
|
||||
* Localization - Fixed the name of the Spain state of `Biscay`. #27548
|
||||
|
||||
**WooCommerce Admin - 1.6.0**
|
||||
|
||||
Pending an update from Isotope
|
||||
|
||||
**WooCommerce Blocks - 3.2.0, 3.3.0 and 3.4.0**
|
||||
|
||||
|
||||
= 4.5.2 - 2020-09-14 =
|
||||
* Fix - Revert the changes in filtering by attribute that were introduced in WooCommerce 4.4. #27625
|
||||
* Fix - Adjusted validation to allow for variations with "0" as an attribute value. #27633
|
||||
|
|
Loading…
Reference in New Issue