From 9312434cf0ab6b165159cb2966b0044f9ed04d63 Mon Sep 17 00:00:00 2001 From: Gan Eng Chin Date: Wed, 3 Apr 2024 22:34:25 +0800 Subject: [PATCH] Product version bump update --- facebook-for-woocommerce.php | 8 ++++---- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index 85d56cc44..8bcdb35a9 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.13 + * Version: 3.1.14 * Requires at least: 5.6 * Text Domain: facebook-for-woocommerce * Tested up to: 6.5 * WC requires at least: 6.4 - * WC tested up to: 8.7 + * WC tested up to: 8.8 * * @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.13'; // WRCS: DEFINED_VERSION. + const PLUGIN_VERSION = '3.1.14'; // WRCS: DEFINED_VERSION. // Minimum PHP version required by this plugin. const MINIMUM_PHP_VERSION = '7.4.0'; @@ -318,7 +318,7 @@ public function maybe_show_messenger_deprecation_notice() { /** * Removes facebook_messenger_deprecation_warning notice if it exists. * - * @since x.x.x + * @since 3.1.14 * @return void */ public function maybe_remove_messenger_deprecation_notice() { diff --git a/package-lock.json b/package-lock.json index ce7900875..40398e6db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.1.13", + "version": "3.1.14", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 39b009870..9813963a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.1.13", + "version": "3.1.14", "author": "Facebook", "homepage": "https://woo.com/products/facebook/", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index e277164d0..aafa890b2 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: 4.4 Tested up to: 6.5 -Stable tag: 3.1.13 +Stable tag: 3.1.14 Requires PHP: 5.6 or greater MySQL: 5.6 or greater License: GPLv2 or later