From 5893ddceb7203459f4c71588ec68e933f902066f Mon Sep 17 00:00:00 2001 From: Mik Date: Thu, 8 Jul 2021 15:56:49 +0100 Subject: [PATCH] Change event name to reflect plugin name (https://github.com/woocommerce/woocommerce-admin/pull/7276) * Change event name to reflect plugin name * Update changelog --- .../steps/business-details/flows/selective-bundle/index.js | 2 +- plugins/woocommerce-admin/readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/client/profile-wizard/steps/business-details/flows/selective-bundle/index.js b/plugins/woocommerce-admin/client/profile-wizard/steps/business-details/flows/selective-bundle/index.js index 9ee673e2775..fb80541eb35 100644 --- a/plugins/woocommerce-admin/client/profile-wizard/steps/business-details/flows/selective-bundle/index.js +++ b/plugins/woocommerce-admin/client/profile-wizard/steps/business-details/flows/selective-bundle/index.js @@ -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' ], diff --git a/plugins/woocommerce-admin/readme.txt b/plugins/woocommerce-admin/readme.txt index c34d9215b0d..8ac52b37a30 100644 --- a/plugins/woocommerce-admin/readme.txt +++ b/plugins/woocommerce-admin/readme.txt @@ -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