From 2f676292f8a3110821ed8366c2d7a3366746c24d Mon Sep 17 00:00:00 2001 From: Eason Su Date: Tue, 26 Mar 2024 12:38:54 +0800 Subject: [PATCH] woorelease: Changelog update --- changelog.txt | 7 +++++++ readme.txt | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/changelog.txt b/changelog.txt index 9779a9b45d..c018a4c3c6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ *** WooCommerce Google Listings and Ads Changelog *** += 2.6.4 - 2024-03-26 = +* Add - Filter WC REST API responses for gla_syncable param. +* Add - Missing functions for the WPCOM OAuth flow. +* Add - Notify when product changes. +* Dev - Add a manual workflow run for PHP unit tests. +* Update - Refactor Product Stats. + = 2.6.3 - 2024-03-19 = * Fix - Handle parse JSON exception when Creating Ads Account. * Fix - Inline Javascript encoding for gtag events. diff --git a/readme.txt b/readme.txt index e9b2794c06..4df1ff46d7 100644 --- a/readme.txt +++ b/readme.txt @@ -111,6 +111,13 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis == Changelog == += 2.6.4 - 2024-03-26 = +* Add - Filter WC REST API responses for gla_syncable param. +* Add - Missing functions for the WPCOM OAuth flow. +* Add - Notify when product changes. +* Dev - Add a manual workflow run for PHP unit tests. +* Update - Refactor Product Stats. + = 2.6.3 - 2024-03-19 = * Fix - Handle parse JSON exception when Creating Ads Account. * Fix - Inline Javascript encoding for gtag events.