From f1624ac296077aec61c21ffa4eddb0e0198e822a Mon Sep 17 00:00:00 2001 From: Justin Palmer <228780+layoutd@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:35:34 +0100 Subject: [PATCH 1/2] Product version bump update --- facebook-for-woocommerce.php | 6 +++--- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index ce6e1cbdb..1f48b94f4 100644 --- a/facebook-for-woocommerce.php +++ b/facebook-for-woocommerce.php @@ -11,12 +11,12 @@ * 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.1.9 + * Version: 3.1.10 * Requires at least: 5.6 * Text Domain: facebook-for-woocommerce * Tested up to: 6.4 * WC requires at least: 6.4 - * WC tested up to: 8.5 + * WC tested up to: 8.6 * * @package FacebookCommerce */ @@ -44,7 +44,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.1.9'; // WRCS: DEFINED_VERSION. + const PLUGIN_VERSION = '3.1.10'; // 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 867156d5f..dbcab97a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.1.9", + "version": "3.1.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ce2085225..66f084834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.1.9", + "version": "3.1.10", "author": "Facebook", "homepage": "https://woo.com/products/facebook/", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index 952dfe8c2..4ecaa861e 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: facebook, automattic, woothemes Tags: facebook, shop, catalog, advertise, pixel, product Requires at least: 4.4 Tested up to: 6.4 -Stable tag: 3.1.9 +Stable tag: 3.1.10 Requires PHP: 5.6 or greater MySQL: 5.6 or greater License: GPLv2 or later From 828a0ab82498e6937f39a78d423cb79564d09687 Mon Sep 17 00:00:00 2001 From: Justin Palmer <228780+layoutd@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:35:45 +0100 Subject: [PATCH 2/2] Changelog update --- changelog.txt | 3 +++ readme.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/changelog.txt b/changelog.txt index 62bdbc77d..263740df8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ *** Facebook for WooCommerce Changelog *** += 3.1.10 - 2024-02-14 = +* Tweak - WC 8.6 compatibility. + = 3.1.9 - 2024-01-09 = * Tweak - Changed minimum WC version to 6.4. * Tweak - WC 8.5 compatibility. diff --git a/readme.txt b/readme.txt index 4ecaa861e..41ab6ba22 100644 --- a/readme.txt +++ b/readme.txt @@ -40,6 +40,9 @@ When opening a bug on GitHub, please give us as many details as possible. == Changelog == += 3.1.10 - 2024-02-14 = +* Tweak - WC 8.6 compatibility. + = 3.1.9 - 2024-01-09 = * Tweak - Changed minimum WC version to 6.4. * Tweak - WC 8.5 compatibility.