diff --git a/changelog.txt b/changelog.txt index 0c2c10e5d7a..61ba71d5107 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ == Changelog == += 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 + = 4.5.1 - 2020-09-09 = * Fix - Check for state and postcode fields only if required in `show_shipping`. #27628 diff --git a/readme.txt b/readme.txt index 96af23d66f4..3b3d4a5068b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: e-commerce, store, sales, sell, woo, shop, cart, checkout, downloadable, d Requires at least: 5.3 Tested up to: 5.5 Requires PHP: 7.0 -Stable tag: 4.5.1 +Stable tag: 4.5.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -160,6 +160,10 @@ WooCommerce comes with some sample data you can use to see how products look; im == Changelog == += 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 + = 4.5.1 - 2020-09-09 = **WooCommerce**