WooCommerce 5.7 has been officially released! Weโve been hard at work and this release has
- 268 commits from 24 contributorsย in WooCommerce core
- 86 commits from 17 contributorsย in WooCommerce Admin
- 87 commits from 18 contributorsย in WooCommerce Blocks
This is another minor release and so you should expect everything included to be backwards compatible with the previous version.
As always, we recommend creating a backup of your site and making sure that the themes and plugins are compatible before updating. You can check outย this update guideย for more information.
Whatโs new in 5.7?
- Product variations manual menu ordering is now working correctly.
- The Marketplace section has been redesigned with better styling and usability.
- Added local currency formatting support.
- Reverted legacy Select2 library back to version 4.0.3 (Previously overwritten by SelectWoo 1.0.9).
- Product attribute permalinks now works correctly with non-ascii characters.
- WooCommerce Blocksย 5.6.0, andย 5.7.0. These updates contain a number of enhancements, bug fixes, and improvements.
- WooCommerce Admin 2.6.0. This update contain a number of enhancements, bug fixes and improvements.
These are just some of the changes that are included in WooCommerce 5.7. You can find the complete changelog for this release in theย changelog.txt file.
Compatibility Changes
Our aim is to maintain backwards compatibility through every release unless otherwise noted. This section contains any alternations that may be noteworthy for developers in pursuit of that.
Actions & Filters
This release adds one hook:
Hook | Description |
---|---|
woocommerce_product_options_external | Action hook fired when in general tab of a product in admin when displaying external product. |
Database changes
There are no database changes in this release.
Template changes
There are no template changes in this release.
Reposted from WooCommerce