From 1173d4c4fa1db720c841be37f4853fd3e5f3ba4b Mon Sep 17 00:00:00 2001 From: Kader Ibrahim S Date: Tue, 3 Sep 2024 21:23:58 +0530 Subject: [PATCH 1/2] woorelease: Product version bump update --- facebook-for-woocommerce.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index cf7dbe86e..f55d1c709 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 4a50adbd0..1f637a64f 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 6efcb1886..a3f046bfc 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 0e374373b..172db79d1 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 From d4cc6966b5f259950de3ec36ae842bed6353ef7f Mon Sep 17 00:00:00 2001 From: Kader Ibrahim S Date: Tue, 3 Sep 2024 21:24:03 +0530 Subject: [PATCH 2/2] woorelease: Changelog update --- changelog.txt | 4 ++++ readme.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/changelog.txt b/changelog.txt index 6e49951e1..368cd038d 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 172db79d1..5a3246a77 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.