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/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index cf7dbe86..f55d1c70 100644 --- a/facebook-for-woocommerce.php +++ b/facebook-for-woocommerce.php @@ -11,7 +11,7 @@ * Description: Grow your business on Facebook! Use this official plugin to help sell more of your products using Facebook. After completing the setup, you'll be ready to create ads that promote your products and you can also create a shop section on your Page where customers can browse your products on Facebook. * Author: Facebook * Author URI: https://www.facebook.com/ - * Version: 3.2.7 + * Version: 3.2.8 * Requires at least: 5.6 * Requires PHP: 7.4 * Text Domain: facebook-for-woocommerce @@ -49,7 +49,7 @@ class WC_Facebook_Loader { /** * @var string the plugin version. This must be in the main plugin file to be automatically bumped by Woorelease. */ - const PLUGIN_VERSION = '3.2.7'; // WRCS: DEFINED_VERSION. + const PLUGIN_VERSION = '3.2.8'; // WRCS: DEFINED_VERSION. // Minimum PHP version required by this plugin. const MINIMUM_PHP_VERSION = '7.4.0'; diff --git a/package-lock.json b/package-lock.json index 4a50adbd..1f637a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.2.7", + "version": "3.2.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6efcb188..a3f046bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.2.7", + "version": "3.2.8", "author": "Facebook", "homepage": "https://woocommerce.com/products/facebook/", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index 0e374373..5a3246a7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: facebook, automattic, woothemes Tags: facebook, woocommerce, marketing, product catalog feed, pixel Requires at least: 5.6 Tested up to: 6.6 -Stable tag: 3.2.7 +Stable tag: 3.2.8 Requires PHP: 7.4 MySQL: 5.6 or greater License: GPLv2 or later @@ -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.