diff --git a/changelog.txt b/changelog.txt index c182f02d8f..60557e7548 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ *** Google for WooCommerce Changelog *** += 2.8.5 - 2024-09-05 = +* Break - Remove WooCommerce Navigation integration. +* Fix - Issue with syncing shipping rates with more than two decimals. +* Fix - Log exceptions triggered by assets being enqueued before being registered. +* Tweak - Use remote-site-status to check the WPCOM Auth status. +* Tweak - WC 9.3.0 compatibility. + = 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. diff --git a/readme.txt b/readme.txt index d26e7da419..c96ce67f68 100644 --- a/readme.txt +++ b/readme.txt @@ -140,6 +140,13 @@ To allow your products to appear in all relevant locations, make sure you’ve c == Changelog == += 2.8.5 - 2024-09-05 = +* Break - Remove WooCommerce Navigation integration. +* Fix - Issue with syncing shipping rates with more than two decimals. +* Fix - Log exceptions triggered by assets being enqueued before being registered. +* Tweak - Use remote-site-status to check the WPCOM Auth status. +* Tweak - WC 9.3.0 compatibility. + = 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.