diff --git a/changelog.txt b/changelog.txt index 3c9793b7d46..f65998cfc1a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,16 @@ == Changelog == += 7.1.1 2022-12-07 = + +**WooCommerce** + +* Patch - Move HPOS hook woocommerce_before_delete_order before deleting order. [#35517](https://github.com/woocommerce/woocommerce/pull/35517) + +**WooCommerce Blocks 8.7.6** + +* Fix - Mini Cart block: fix compatibility with Page Optimize and Product Bundles plugins. [#7794](https://github.com/woocommerce/woocommerce-blocks/pull/7794) +* Fix - Mini Cart block: Load wc-blocks-registry package at the page's load instead of lazy load it. [#7813](https://github.com/woocommerce/woocommerce-blocks/pull/7813) + = 7.1.0 2022-11-08 = **WooCommerce** diff --git a/plugins/woocommerce/readme.txt b/plugins/woocommerce/readme.txt index 618d801d74d..40ee1cea5e3 100644 --- a/plugins/woocommerce/readme.txt +++ b/plugins/woocommerce/readme.txt @@ -4,7 +4,7 @@ Tags: online store, ecommerce, shop, shopping cart, sell online, storefront, che Requires at least: 5.8 Tested up to: 6.0 Requires PHP: 7.2 -Stable tag: 7.1.0 +Stable tag: 7.1.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html