From 88ac79b3decba7a39d4b3cbf006d25b606b5ae6d Mon Sep 17 00:00:00 2001 From: Eason Su Date: Wed, 14 Jul 2021 16:24:21 +0800 Subject: [PATCH] Changelog update --- changelog.txt | 37 +++++++++++++++++++++++++++++++++++++ readme.txt | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) diff --git a/changelog.txt b/changelog.txt index dc641e5575..194e6e74d9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,42 @@ *** WooCommerce Google Listings and Ads Changelog *** += 1.2.0 - 2021-07-14 = +* Add - Added a param to indicate the redirect URI when back from Google authorization. +* Add - Endpoint for checking access to previously connected accounts. +* Add - Google account reconnection UI and flow. +* Add - Incompatibility warning for Google Product Feed plugin. +* Fix - Add unit test configurations. +* Fix - Add unit tests for AttributeManager and AbstractAttribute. +* Fix - Add unit tests for BatchProductHelper and ProductFactory. +* Fix - Add unit tests for ProductHelper and ProductMetaHandler. +* Fix - Add unit tests for ProductRepository. +* Fix - Add unit tests for ProductSyncer and SyncerHooks. +* Fix - Add unit tests for WCProductAdapter. +* Fix - Adds e2e testing covering merchant getting started to Setup MC page 1. +* Fix - Conflict with LiteSpeed cache plugin. +* Fix - Consistently return error codes from the middleware server. +* Fix - Create test products manually instead of using a provider. +* Fix - Hide product attributes and channel visibility for subscription products. +* Fix - Order billing status results by newest entries first. +* Fix - Remove undefined variable warning during Ads account connection. +* Fix - TypeError in WooCommerce Brands integration. +* Fix - Update travis config to use latest version of WP and WC. +* Tweak - 401 error when retrieving status data and Google account is not connected. +* Tweak - Add bundlewatch to monitor bundle size in GitHub PRs. +* Tweak - Change product expiry to after 25 days. +* Tweak - Clarify which HTML header tags are inserted by GLA. +* Tweak - Clear Merchant Center issues table on account disconnect. +* Tweak - Improve namespace replacements in conflicting composer packages. +* Tweak - Omit unpublished products from issues to resolve. +* Tweak - Prevent showing all 401 response errors in the general error message UI. +* Tweak - Stop syncing products if the Merchant or Google accounts are no longer connected. +* Tweak - Unset Ads currency DB option when disconnecting account. +* Tweak - WC 5.5 compatibility. +* Update - Latest versions of phpseclib and wp-cli packages. +* Update - Switch apiclient services to namespaces. +* Update - Version 10.0 of the Google Ads library. +* Update - Version 2.10 of the apiclient library. + = 1.1.0 - 2021-06-23 = * Fix - Adds warning message and checkbox for reclaiming URL in Google Merchant Center account connection setup. * Fix - Align not synced product stats. diff --git a/readme.txt b/readme.txt index 04a679cd3d..83e3920005 100644 --- a/readme.txt +++ b/readme.txt @@ -115,6 +115,43 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis == Changelog == += 1.2.0 - 2021-07-14 = +* Add - Added a param to indicate the redirect URI when back from Google authorization. +* Add - Endpoint for checking access to previously connected accounts. +* Add - Google account reconnection UI and flow. +* Add - Incompatibility warning for Google Product Feed plugin. +* Fix - Add unit test configurations. +* Fix - Add unit tests for AttributeManager and AbstractAttribute. +* Fix - Add unit tests for BatchProductHelper and ProductFactory. +* Fix - Add unit tests for ProductHelper and ProductMetaHandler. +* Fix - Add unit tests for ProductRepository. +* Fix - Add unit tests for ProductSyncer and SyncerHooks. +* Fix - Add unit tests for WCProductAdapter. +* Fix - Adds e2e testing covering merchant getting started to Setup MC page 1. +* Fix - Conflict with LiteSpeed cache plugin. +* Fix - Consistently return error codes from the middleware server. +* Fix - Create test products manually instead of using a provider. +* Fix - Hide product attributes and channel visibility for subscription products. +* Fix - Order billing status results by newest entries first. +* Fix - Remove undefined variable warning during Ads account connection. +* Fix - TypeError in WooCommerce Brands integration. +* Fix - Update travis config to use latest version of WP and WC. +* Tweak - 401 error when retrieving status data and Google account is not connected. +* Tweak - Add bundlewatch to monitor bundle size in GitHub PRs. +* Tweak - Change product expiry to after 25 days. +* Tweak - Clarify which HTML header tags are inserted by GLA. +* Tweak - Clear Merchant Center issues table on account disconnect. +* Tweak - Improve namespace replacements in conflicting composer packages. +* Tweak - Omit unpublished products from issues to resolve. +* Tweak - Prevent showing all 401 response errors in the general error message UI. +* Tweak - Stop syncing products if the Merchant or Google accounts are no longer connected. +* Tweak - Unset Ads currency DB option when disconnecting account. +* Tweak - WC 5.5 compatibility. +* Update - Latest versions of phpseclib and wp-cli packages. +* Update - Switch apiclient services to namespaces. +* Update - Version 10.0 of the Google Ads library. +* Update - Version 2.10 of the apiclient library. + = 1.1.0 - 2021-06-23 = * Fix - Adds warning message and checkbox for reclaiming URL in Google Merchant Center account connection setup. * Fix - Align not synced product stats.