diff --git a/changelog.txt b/changelog.txt index 6e49951e..368cd038 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ *** Facebook for WooCommerce Changelog *** += 3.2.8 - 2024-09-03 = +* Update - Access Token retrieval procedure. +* Update - Use get_title() for content_name to match catalog name. + = 3.2.7 - 2024-08-13 = * Dev - Updated `phpcs` ruleset. * Fix - Update failing due to undefined constant error in Lifecycle. diff --git a/readme.txt b/readme.txt index 172db79d..5a3246a7 100644 --- a/readme.txt +++ b/readme.txt @@ -40,6 +40,10 @@ When opening a bug on GitHub, please give us as many details as possible. == Changelog == += 3.2.8 - 2024-09-03 = +* Update - Access Token retrieval procedure. +* Update - Use get_title() for content_name to match catalog name. + = 3.2.7 - 2024-08-13 = * Dev - Updated `phpcs` ruleset. * Fix - Update failing due to undefined constant error in Lifecycle.