From 8e8f20fba1cd9c386d81f9974e591e2a2b5572cf Mon Sep 17 00:00:00 2001 From: vedanshujain Date: Tue, 22 Jun 2021 11:57:41 +0530 Subject: [PATCH] Update changelog for release. --- changelog.txt | 4 +++- readme.txt | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index d0e7f1a932c..2a50e78d49b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -156,7 +156,7 @@ * Tweak - Move Button and Label components to @woocommerce/blocks-checkout package. (4222) * Tweak - Add Slot in the Discounts section of the cart sidebar to allow third party extensions to render their own components there. (4248) -** ActionScheduler 3.2.0 ** +** ActionScheduler 3.2.0 & 3.2.1 ** * Fix - Add "no ordering" option to as_next_scheduled_action(). * Fix - Add secondary scheduled date checks when claiming actions (DBStore) | #634. @@ -173,6 +173,8 @@ * Fix - add is_initialized() to docs. * Fix - fix file permissions. * Fix - fixes #664 by replacing __ with esc_html__. +* Fix - Add extra safety/account for different versions of AS and different loading patterns. #714 +* Fix - Handle hidden columns (Tools → Scheduled Actions) | #600. = 5.4.1 2021-06-10 = diff --git a/readme.txt b/readme.txt index 9c86a1ca4d0..0a5c6e566a5 100644 --- a/readme.txt +++ b/readme.txt @@ -332,5 +332,7 @@ WooCommerce comes with some sample data you can use to see how products look; im * Fix - add is_initialized() to docs. * Fix - fix file permissions. * Fix - fixes #664 by replacing __ with esc_html__. +* Fix - Add extra safety/account for different versions of AS and different loading patterns. #714 +* Fix - Handle hidden columns (Tools → Scheduled Actions) | #600. [See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).