From 22352b873d31541237a70080e98599f2dcbe574b Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 24 Nov 2020 22:28:55 -0300 Subject: [PATCH] 4.7.1 changelog --- changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.txt b/changelog.txt index 7aae231c2be..4d9eb5dce3c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,14 @@ == Changelog == += 4.7.1 - 2020-11-24 = + +**WooCommerce** + +* Fix - Prevent variable product to be added to cart until a valid variation is selected first. #28103 +* Fix - Restored support for custom `taxonomy-product_cat-.php` and `taxonomy-product_tag-.php` templates. #28377 +* Fix - Display overrides of `taxonomy-product_.php` and `content-product_cat.php` templates in Status page. #28378 +* Dev - Apply `woocommerce_cart_needs_payment` filter in `WC_Checkout::process_checkout()` to make backwards compatible. #28281 + = 4.7.0 - 2020-11-10 = **WooCommerce**