From 794d177df7795644365eeede787505756d7788b3 Mon Sep 17 00:00:00 2001 From: Fernando Date: Fri, 16 Apr 2021 09:44:57 -0300 Subject: [PATCH] Pause inbox message "GivingFeedbackNotes" (https://github.com/woocommerce/woocommerce-admin/pull/6802) * Paused inbox message "GivingFeedbackNotes" This commit pauses the inbox message "GivingFeedbackNotes" * Added changelog # Conflicts: # readme.txt Co-authored-by: Fernando Marichal --- plugins/woocommerce-admin/readme.txt | 1 + plugins/woocommerce-admin/src/Events.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/woocommerce-admin/readme.txt b/plugins/woocommerce-admin/readme.txt index 9ec2331c0e4..cd62802006c 100644 --- a/plugins/woocommerce-admin/readme.txt +++ b/plugins/woocommerce-admin/readme.txt @@ -99,6 +99,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt - Add: Optional children prop to SummaryNumber component #6748 - Fix: Onboarding logic on WooCommerce update to keep task list present. #6803 - Fix: Load the page controller functions file first to prevent fatal errors when disabling WooCommerce Admin #6710 +- Fix: Pause inbox message "GivingFeedbackNotes" #6802 == 2.2.0 3/30/2021 == diff --git a/plugins/woocommerce-admin/src/Events.php b/plugins/woocommerce-admin/src/Events.php index 3ba1795a3b6..2110eebaffa 100644 --- a/plugins/woocommerce-admin/src/Events.php +++ b/plugins/woocommerce-admin/src/Events.php @@ -14,7 +14,6 @@ use \Automattic\WooCommerce\Admin\Notes\ChooseNiche; use \Automattic\WooCommerce\Admin\Notes\ChoosingTheme; use \Automattic\WooCommerce\Admin\Notes\CustomizingProductCatalog; use Automattic\WooCommerce\Admin\Notes\FirstDownlaodableProduct; -use \Automattic\WooCommerce\Admin\Notes\GivingFeedbackNotes; use \Automattic\WooCommerce\Admin\Notes\InsightFirstProductAndPayment; use \Automattic\WooCommerce\Admin\Notes\MobileApp; use \Automattic\WooCommerce\Admin\Notes\NewSalesRecord; @@ -119,7 +118,6 @@ class Events { WooCommercePayments::possibly_add_note(); EUVATNumber::possibly_add_note(); Marketing::possibly_add_note(); - GivingFeedbackNotes::possibly_add_note(); StartDropshippingBusiness::possibly_add_note(); WooCommerceSubscriptions::possibly_add_note(); MigrateFromShopify::possibly_add_note();