* Change event name to reflect plugin name

* Update changelog
This commit is contained in:
Mik 2021-07-08 15:56:49 +01:00 committed by GitHub
parent 8fe842f5a4
commit 5893ddceb7
2 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class BusinessDetails extends Component {
extensionInstallationOptions[ 'mailchimp-for-woocommerce' ],
install_mailpoet: extensionInstallationOptions.mailpoet,
install_jetpack: extensionInstallationOptions.jetpack,
install_google_ads:
install_google_listings_and_ads:
extensionInstallationOptions[ 'google-listings-and-ads' ],
install_facebook:
extensionInstallationOptions[ 'facebook-for-woocommerce' ],

View File

@ -111,6 +111,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Fix: Add missing translation strings in the business features section #7268
- Fix: Fix inbox note dismiss dropdown not closing on Safari #7278
- Tweak: Revert Card component removal #7167
- Tweak: Change event name when installing Google Listings and Ads. #7276
- Tweak: Removed unused feature flags #7233 and #7273
- Tweak: Repurpose disable wc-admin filter to remove optional features #7232
- Update: Notes to use a date range. #7222