diff --git a/plugins/woocommerce-admin/changelog.txt b/plugins/woocommerce-admin/changelog.txt index 9d857432e73..02b51cc3ce2 100644 --- a/plugins/woocommerce-admin/changelog.txt +++ b/plugins/woocommerce-admin/changelog.txt @@ -1,3 +1,7 @@ +== 2.6.1 09/01/2021 == + +- Update: Update marketing task completion logic. #7586 + == 2.6.0 08/31/2021 == - Fix: Fixes action button mis-alignment within card footer. #7412 @@ -11,6 +15,9 @@ - Fix: Fix blank screen on analytics screens when searching #7482 - Fix: Fix all links with hash to behind query parameters #7483 - Fix: Fix Stats module CSS issue introduced by Gutenberg #7488 +- Fix: Fix marketing task visibility #7580 +- Fix: Fix stats-overview card padding issue #7594 +- Fix: Fix layout issue on marketing task #7598 - Add: Add boolean isReverseTrend prop to SummaryNumber to show "positive" delta for negative numbers. #7357 - Add: Adding links to help panel for marketing task #7384 - Add: Add installed marketing extensions card to extensions task #7419 diff --git a/plugins/woocommerce-admin/changelogs/fixed_marketing_task_visibility_7580 b/plugins/woocommerce-admin/changelogs/fixed_marketing_task_visibility_7580 deleted file mode 100644 index 4d0b1e73b0a..00000000000 --- a/plugins/woocommerce-admin/changelogs/fixed_marketing_task_visibility_7580 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: Fix - -Fix marketing task visibility diff --git a/plugins/woocommerce-admin/changelogs/update-7567_marketing_task_completion_logic b/plugins/woocommerce-admin/changelogs/update-7567_marketing_task_completion_logic deleted file mode 100644 index b94d11b456b..00000000000 --- a/plugins/woocommerce-admin/changelogs/update-7567_marketing_task_completion_logic +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: Update - -Update marketing task completion logic. #7586