From 971f49d98c901db93a81a3e9273d3d5fb53dc283 Mon Sep 17 00:00:00 2001 From: Ian Yu-Hsun Lin Date: Tue, 26 Nov 2024 23:16:03 +0800 Subject: [PATCH] woorelease: Changelog update --- changelog.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ readme.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) diff --git a/changelog.txt b/changelog.txt index 08d4515e78..d2e2d04233 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,49 @@ *** Google for WooCommerce Changelog *** += 2.9.0 - 2024-11-26 = +* Add - Add GTIN Migration Job. +* Add - Banner for GTIN MIgration. +* Add - Confirmation modal when user skips without creating a campaign during onboarding. +* Add - During onboarding, automatically create Google Merchant Center or Google Ads accounts when the connected Google account doesn't have a respective existing one. +* Add - GTIN Migration API Controller. +* Add - Show promotion for Google Ads campaign on the Dashboard page. +* Add - Show promotion for Google Ads campaign on the Product Feed page. +* Add - Support YOAST SEO GTIN field in the migration tools. +* Add - WP CLI Command for GTIN Migration. +* Dev - Adding tests for GTIN migration tool. +* Dev - Tweak E2E tests for GTIN migration in versions > 2.8.7. +* Fix - Add margin for separating notices in the admin. +* Fix - Hide or disable GTIN in Product Block editor. +* Fix - Hide/disable GTIN also when YOAST is active. +* Fix - Prevent fatal in GTIN MIgration AS Job. +* Fix rebranding tour on mobile. +* Tweak - Prepare GTIN with the correct format before sending it to MC. +* Tweak - Adjust plugin version to hide GTIN. +* Tweak - Change to use a banner to present the ad credit offer during onboarding. +* Tweak - Move FAQs to the bottom of pages. +* Tweak - Remove the word "Paid" from the plugin. +* Tweak - Remove unused methods from ProductMetaQueryHelper. +* Tweak - Set the default value of the tax rate to destination-based during onboarding. +* Tweak - Show campaign setup fields immediately during onboarding. +* Tweak - Swap performance cards on the Dashboard page. +* Update - Adjust the minimum average daily cost of a campaign to 30% of the highest recommended value among audience countries. +* Update - Automatically preselect a Google Ads account when there is only one, as well as adjust the UI presentation. +* Update - Change the campaign setup and creation to use the recommended budget as the initial value and adjust its description. +* Update - Consolidate the campaign setup UI in the onboarding flow with the one in the Ads-onboarding flow. +* Update - Hide or disable GTIN field in favor of the new native GTIN located in the WooCommerce Product Inventory tab. +* Update - Hides WordPress.com account connection setting from the onboarding flow if already connected. +* Update - Hides the tax rate setting during onboarding. +* Update - Introduce new UI for Google accounts setup during the onboarding. +* Update - Merge the billing setup into the campaign setup for the Ads-onboarding flow. +* Update - Merge the store address setting in Step 3 of the onboarding flow into Step 1 and remove Step 3 along with the contact phone verification. +* Update - Product adapter to map GTIN value from WooCommerce core field if it's available. +* Update - Remove ads audience field from paid ads setup during onboarding. +* Update - Remove the Pre-Launch Checklist from the onboarding flow. +* Update - Remove the contact phone from the Settings page. +* Update - Remove the language setting from onboarding. +* Update - Restrict the GTIN field based on the version of WooCommerce installed and the initial version of G4W installed. +* Update - When the accounts have been connected before, skip accounts setup step during the Ads-onboarding. + = 2.8.7 - 2024-11-14 = * Dev - WordPress 6.7 Compatibility: Fix the issue that E2E test can't log in to wp-admin. * Fix - Remove a Google Ads API vendor file that prints php information. diff --git a/readme.txt b/readme.txt index 4b049bb71f..580610f8bc 100644 --- a/readme.txt +++ b/readme.txt @@ -140,6 +140,50 @@ To allow your products to appear in all relevant locations, make sure you’ve c == Changelog == += 2.9.0 - 2024-11-26 = +* Add - Add GTIN Migration Job. +* Add - Banner for GTIN MIgration. +* Add - Confirmation modal when user skips without creating a campaign during onboarding. +* Add - During onboarding, automatically create Google Merchant Center or Google Ads accounts when the connected Google account doesn't have a respective existing one. +* Add - GTIN Migration API Controller. +* Add - Show promotion for Google Ads campaign on the Dashboard page. +* Add - Show promotion for Google Ads campaign on the Product Feed page. +* Add - Support YOAST SEO GTIN field in the migration tools. +* Add - WP CLI Command for GTIN Migration. +* Dev - Adding tests for GTIN migration tool. +* Dev - Tweak E2E tests for GTIN migration in versions > 2.8.7. +* Fix - Add margin for separating notices in the admin. +* Fix - Hide or disable GTIN in Product Block editor. +* Fix - Hide/disable GTIN also when YOAST is active. +* Fix - Prevent fatal in GTIN MIgration AS Job. +* Fix rebranding tour on mobile. +* Tweak - Prepare GTIN with the correct format before sending it to MC. +* Tweak - Adjust plugin version to hide GTIN. +* Tweak - Change to use a banner to present the ad credit offer during onboarding. +* Tweak - Move FAQs to the bottom of pages. +* Tweak - Remove the word "Paid" from the plugin. +* Tweak - Remove unused methods from ProductMetaQueryHelper. +* Tweak - Set the default value of the tax rate to destination-based during onboarding. +* Tweak - Show campaign setup fields immediately during onboarding. +* Tweak - Swap performance cards on the Dashboard page. +* Update - Adjust the minimum average daily cost of a campaign to 30% of the highest recommended value among audience countries. +* Update - Automatically preselect a Google Ads account when there is only one, as well as adjust the UI presentation. +* Update - Change the campaign setup and creation to use the recommended budget as the initial value and adjust its description. +* Update - Consolidate the campaign setup UI in the onboarding flow with the one in the Ads-onboarding flow. +* Update - Hide or disable GTIN field in favor of the new native GTIN located in the WooCommerce Product Inventory tab. +* Update - Hides WordPress.com account connection setting from the onboarding flow if already connected. +* Update - Hides the tax rate setting during onboarding. +* Update - Introduce new UI for Google accounts setup during the onboarding. +* Update - Merge the billing setup into the campaign setup for the Ads-onboarding flow. +* Update - Merge the store address setting in Step 3 of the onboarding flow into Step 1 and remove Step 3 along with the contact phone verification. +* Update - Product adapter to map GTIN value from WooCommerce core field if it's available. +* Update - Remove ads audience field from paid ads setup during onboarding. +* Update - Remove the Pre-Launch Checklist from the onboarding flow. +* Update - Remove the contact phone from the Settings page. +* Update - Remove the language setting from onboarding. +* Update - Restrict the GTIN field based on the version of WooCommerce installed and the initial version of G4W installed. +* Update - When the accounts have been connected before, skip accounts setup step during the Ads-onboarding. + = 2.8.7 - 2024-11-14 = * Dev - WordPress 6.7 Compatibility: Fix the issue that E2E test can't log in to wp-admin. * Fix - Remove a Google Ads API vendor file that prints php information.