diff --git a/changelog.txt b/changelog.txt index 376d8f23a2..2c9ce4c072 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,14 @@ *** WooCommerce Google Listings and Ads Changelog *** += 2.5.16 - 2024-01-30 = +* Add - Include connected accounts in tracks from the backend. +* Add - Include plugin version, Google Merchant Center account ID, and Google Ads account ID in all frontend tracking events. +* Add - Send the related tracking event with the account ID to be connected when connecting to an existing Google Merchant Center or Google Ads account. +* Add - Tracking for completed events. +* Dev - Generate coverage report with xdebug. +* Fix - Context not tracked in Create Campaign FAQs. +* Fix - WordPress 6.4 Compatibility: Set an appropriate width for the content in the Popover component. + = 2.5.15 - 2024-01-09 = * Dev - Update link for developer.woo.com. * Tweak - WC 8.5 compatibility. diff --git a/readme.txt b/readme.txt index 6cc8e3c241..5abf817727 100644 --- a/readme.txt +++ b/readme.txt @@ -111,6 +111,15 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis == Changelog == += 2.5.16 - 2024-01-30 = +* Add - Include connected accounts in tracks from the backend. +* Add - Include plugin version, Google Merchant Center account ID, and Google Ads account ID in all frontend tracking events. +* Add - Send the related tracking event with the account ID to be connected when connecting to an existing Google Merchant Center or Google Ads account. +* Add - Tracking for completed events. +* Dev - Generate coverage report with xdebug. +* Fix - Context not tracked in Create Campaign FAQs. +* Fix - WordPress 6.4 Compatibility: Set an appropriate width for the content in the Popover component. + = 2.5.15 - 2024-01-09 = * Dev - Update link for developer.woo.com. * Tweak - WC 8.5 compatibility.