Remove Mollie promo note on install (https://github.com/woocommerce/woocommerce-admin/pull/6510)
* Remove Mollie promo note on install * Test instructions and changelog
This commit is contained in:
parent
d5b4c432e0
commit
46d4a01791
|
@ -44,6 +44,18 @@
|
|||
3. Check the box to add the new navigation feature, and hit save
|
||||
4. Ensure that the new navigation appears on the left as expected
|
||||
|
||||
### Remove Mollie promo note on install #6510
|
||||
|
||||
- If you do not currently have the Mollie note on your WooCommerce Admin home screen, you can add a test note with the correct name as follows:
|
||||
1. install the WooCommerce Admin Test Helper plugin [here](https://github.com/woocommerce/woocommerce-admin-test-helper)
|
||||
2. Go to the Admin notes tab
|
||||
3. Add an admin note with the name `wc-admin-effortless-payments-by-mollie`
|
||||
4. Go to the WCA home screen and verify that your test note is present
|
||||
- The note is removed on a new version install, so either install an old version of WCA and upgrade to the current one, or trigger the install process manually:
|
||||
1. install the WCA test helper
|
||||
2. go to the Tools tab
|
||||
3. click the `Trigger WCA install` button
|
||||
|
||||
### Deprecate Onboarding::has_woocommerce_support #6401
|
||||
|
||||
- Clear existing site transients. For example, by using the [Transients Manager](https://wordpress.org/plugins/transients-manager/) plugin, and pressing the "Delete all transients" button it provides.
|
||||
|
|
|
@ -96,6 +96,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
|
|||
- Fix: Restore visual styles back to Analytics tabs. #5913
|
||||
- Add: Add a "rather not say" option to revenue in the profile wizard. #6475
|
||||
- Dev: Added warning when WC-Admin is active but not being used #6453
|
||||
- Add: Remove Mollie promo note on install #6510
|
||||
|
||||
== 2.1.0 ==
|
||||
|
||||
|
|
|
@ -496,6 +496,7 @@ class Install {
|
|||
'wc-admin-historical-data',
|
||||
'wc-admin-review-shipping-settings',
|
||||
'wc-admin-home-screen-feedback',
|
||||
'wc-admin-effortless-payments-by-mollie',
|
||||
);
|
||||
|
||||
$additional_obsolete_notes_names = apply_filters(
|
||||
|
|
Loading…
Reference in New Issue