From 3835cfc13ae441f8d76e13c9910ad9deb0b15fbc Mon Sep 17 00:00:00 2001 From: Paul Sealock Date: Fri, 15 Jan 2021 14:08:10 +1300 Subject: [PATCH] Changelog update (https://github.com/woocommerce/woocommerce-admin/pull/6070) --- plugins/woocommerce-admin/readme.txt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/plugins/woocommerce-admin/readme.txt b/plugins/woocommerce-admin/readme.txt index 60e50e85db2..a7274c05d53 100644 --- a/plugins/woocommerce-admin/readme.txt +++ b/plugins/woocommerce-admin/readme.txt @@ -71,8 +71,15 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt 2. Activity Panels 3. Analytics -== Unreleased == +== Changelog == +== 1.9.0 1/15/2021 == + +- Fix: Add Customer Type column to the Orders report table. #5820 +- Fix: Product exclusion filter on Orders Report. +- Fix: Typo in Variation Stats DataStore context filter value. +- Fix: support custom attributes in Attribute advanced report filter. +- Fix: Don't show Stock and Reviews Homescreen panels too early. - Tweak: Remove deprecated use of Jetpack in shipping label banner. #5929 - Fix: Undefined $collate variable when database does not have collation capability. #5992 - Tweak: Remove visit_count from track, and update task count logic. #5996 @@ -98,15 +105,6 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt - Fix: Generate JSON translation chunks on plugin activation #6028 - Dev: Update travis CI distribution. #6067 -== Changelog == - -= vnext = -- Fix: Add Customer Type column to the Orders report table. #5820 -- Fix: Product exclusion filter on Orders Report. -- Fix: Typo in Variation Stats DataStore context filter value. -- Fix: support custom attributes in Attribute advanced report filter. -- Fix: Don't show Stock and Reviews Homescreen panels too early. - == 1.8.3 1/5/2021 == - Fix: Compile the debug module so it can be used in older browsers like IE11. #5987