This commit is contained in:
Paul Sealock 2021-01-15 14:08:10 +13:00 committed by GitHub
parent 583e87f29a
commit 3835cfc13a
1 changed files with 8 additions and 10 deletions

View File

@ -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