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 <contacto@fernandomarichal.com>
This commit is contained in:
parent
6434ffb9c8
commit
794d177df7
|
@ -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 ==
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue