Skip to content

Commit

Permalink
Remove welcome to woocommerce for store users note (woocommerce#35342)
Browse files Browse the repository at this point in the history
* Remove welcome to woocommerce store note

* Add changelog entry
  • Loading branch information
joshuatf authored Nov 18, 2022
1 parent b2f66e3 commit 6f7cc70
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 65 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: update

Remove welcome to woocommerce store note
1 change: 1 addition & 0 deletions plugins/woocommerce/includes/class-wc-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ public static function delete_obsolete_notes() {
'wc-admin-insight-first-sale',
'wc-admin-marketing-intro',
'wc-admin-draw-attention',
'wc-admin-welcome-to-woocommerce-for-store-users',
'wc-admin-need-some-inspiration',
'wc-admin-choose-niche',
'wc-admin-start-dropshipping-business',
Expand Down
2 changes: 0 additions & 2 deletions plugins/woocommerce/src/Internal/Admin/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
use \Automattic\WooCommerce\Internal\Admin\Notes\TestCheckout;
use \Automattic\WooCommerce\Internal\Admin\Notes\TrackingOptIn;
use \Automattic\WooCommerce\Internal\Admin\Notes\UnsecuredReportFiles;
use \Automattic\WooCommerce\Internal\Admin\Notes\WelcomeToWooCommerceForStoreUsers;
use \Automattic\WooCommerce\Internal\Admin\Notes\WooCommercePayments;
use \Automattic\WooCommerce\Internal\Admin\Notes\WooCommerceSubscriptions;
use \Automattic\WooCommerce\Internal\Admin\Notes\WooSubscriptionsNotes;
Expand Down Expand Up @@ -108,7 +107,6 @@ protected function __construct() {}
OrderMilestones::class,
SellingOnlineCourses::class,
UnsecuredReportFiles::class,
WelcomeToWooCommerceForStoreUsers::class,
WooSubscriptionsNotes::class,
);

Expand Down
2 changes: 0 additions & 2 deletions plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use \Automattic\WooCommerce\Internal\Admin\Notes\TestCheckout;
use \Automattic\WooCommerce\Internal\Admin\Notes\SellingOnlineCourses;
use \Automattic\WooCommerce\Internal\Admin\Notes\MerchantEmailNotifications;
use \Automattic\WooCommerce\Internal\Admin\Notes\WelcomeToWooCommerceForStoreUsers;
use \Automattic\WooCommerce\Internal\Admin\Notes\MagentoMigration;
use Automattic\WooCommerce\Admin\Features\Features;
use Automattic\WooCommerce\Admin\PluginsHelper;
Expand Down Expand Up @@ -180,7 +179,6 @@ public function includes() {
new InstallJPAndWCSPlugins();
new TestCheckout();
new SellingOnlineCourses();
new WelcomeToWooCommerceForStoreUsers();
new MagentoMigration();

// Initialize MerchantEmailNotifications.
Expand Down

This file was deleted.

0 comments on commit 6f7cc70

Please sign in to comment.