* Paused inbox message "GivingFeedbackNotes"

This commit pauses the inbox message "GivingFeedbackNotes"

* Added changelog

# Conflicts:
#	readme.txt

Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
Fernando 2021-04-16 09:44:57 -03:00 committed by GitHub
parent 6434ffb9c8
commit 794d177df7
2 changed files with 1 additions and 2 deletions

View File

@ -99,6 +99,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Add: Optional children prop to SummaryNumber component #6748 - Add: Optional children prop to SummaryNumber component #6748
- Fix: Onboarding logic on WooCommerce update to keep task list present. #6803 - 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: 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 == == 2.2.0 3/30/2021 ==

View File

@ -14,7 +14,6 @@ use \Automattic\WooCommerce\Admin\Notes\ChooseNiche;
use \Automattic\WooCommerce\Admin\Notes\ChoosingTheme; use \Automattic\WooCommerce\Admin\Notes\ChoosingTheme;
use \Automattic\WooCommerce\Admin\Notes\CustomizingProductCatalog; use \Automattic\WooCommerce\Admin\Notes\CustomizingProductCatalog;
use Automattic\WooCommerce\Admin\Notes\FirstDownlaodableProduct; use Automattic\WooCommerce\Admin\Notes\FirstDownlaodableProduct;
use \Automattic\WooCommerce\Admin\Notes\GivingFeedbackNotes;
use \Automattic\WooCommerce\Admin\Notes\InsightFirstProductAndPayment; use \Automattic\WooCommerce\Admin\Notes\InsightFirstProductAndPayment;
use \Automattic\WooCommerce\Admin\Notes\MobileApp; use \Automattic\WooCommerce\Admin\Notes\MobileApp;
use \Automattic\WooCommerce\Admin\Notes\NewSalesRecord; use \Automattic\WooCommerce\Admin\Notes\NewSalesRecord;
@ -119,7 +118,6 @@ class Events {
WooCommercePayments::possibly_add_note(); WooCommercePayments::possibly_add_note();
EUVATNumber::possibly_add_note(); EUVATNumber::possibly_add_note();
Marketing::possibly_add_note(); Marketing::possibly_add_note();
GivingFeedbackNotes::possibly_add_note();
StartDropshippingBusiness::possibly_add_note(); StartDropshippingBusiness::possibly_add_note();
WooCommerceSubscriptions::possibly_add_note(); WooCommerceSubscriptions::possibly_add_note();
MigrateFromShopify::possibly_add_note(); MigrateFromShopify::possibly_add_note();