From 8516d8ff04cae58e49a45ab9912fba57fb8ff973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Wytr=C4=99bowicz?= Date: Wed, 28 Aug 2024 01:08:58 +0200 Subject: [PATCH] woorelease: Changelog update --- changelog.txt | 13 +++++++++++++ readme.txt | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/changelog.txt b/changelog.txt index 1572572651..c182f02d8f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,18 @@ *** Google for WooCommerce Changelog *** += 2.8.4 - 2024-08-28 = +* Dev - Align namespaces for unit tests. +* Dev - Avoid accidentally using the event object to reset the asset group values in the CampaignAssetsForm component. +* Dev - Migrate jest tests to use Node.js 20. +* Dev - Rewrite the replacer of JSON.stringify in getReportKey to ensure it returns the same key regardless of the query keys' order. +* Dev - Upgrade to use Node.js 20 and bump npm dependencies. +* Dev - Use a fixed SKU number when testing product adapter. +* Fix - issue with comma separators for Shipping Rates. +* Tweak - Connect Test Page errors when WPCOM token is not connected. +* Tweak - Make the Tooltip use the new placement prop when WordPress >= 6.4. +* Tweak - Replace deprecated event.keyCode with event.code for the verification code inputs in the contact information setting. +* Tweak - Update the copy in the "Linked accounts" of the accounts connection setting to include Google Ads account. + = 2.8.3 - 2024-08-20 = * Fix - Return empty array props as empty objects in WCOM Proxy responses. * Tweak - Display additional context in error message when Google Ads account limit reached. diff --git a/readme.txt b/readme.txt index fe73aba268..6c69558a4b 100644 --- a/readme.txt +++ b/readme.txt @@ -140,6 +140,19 @@ To allow your products to appear in all relevant locations, make sure you’ve c == Changelog == += 2.8.4 - 2024-08-28 = +* Dev - Align namespaces for unit tests. +* Dev - Avoid accidentally using the event object to reset the asset group values in the CampaignAssetsForm component. +* Dev - Migrate jest tests to use Node.js 20. +* Dev - Rewrite the replacer of JSON.stringify in getReportKey to ensure it returns the same key regardless of the query keys' order. +* Dev - Upgrade to use Node.js 20 and bump npm dependencies. +* Dev - Use a fixed SKU number when testing product adapter. +* Fix - issue with comma separators for Shipping Rates. +* Tweak - Connect Test Page errors when WPCOM token is not connected. +* Tweak - Make the Tooltip use the new placement prop when WordPress >= 6.4. +* Tweak - Replace deprecated event.keyCode with event.code for the verification code inputs in the contact information setting. +* Tweak - Update the copy in the "Linked accounts" of the accounts connection setting to include Google Ads account. + = 2.8.3 - 2024-08-20 = * Fix - Return empty array props as empty objects in WCOM Proxy responses. * Tweak - Display additional context in error message when Google Ads account limit reached.