From 8e76f14055784c0a9ea575faf3f2a131bfaf723b Mon Sep 17 00:00:00 2001 From: Justin Palmer <228780+layoutd@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:04:32 -0400 Subject: [PATCH] woorelease: Product version bump update --- facebook-for-woocommerce.php | 4 ++-- includes/fbproduct.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index 00db069fc..f71c4a5e8 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.5 + * Version: 3.2.6 * 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.5'; // WRCS: DEFINED_VERSION. + const PLUGIN_VERSION = '3.2.6'; // WRCS: DEFINED_VERSION. // Minimum PHP version required by this plugin. const MINIMUM_PHP_VERSION = '7.4.0'; diff --git a/includes/fbproduct.php b/includes/fbproduct.php index eba52b958..0c9f30963 100644 --- a/includes/fbproduct.php +++ b/includes/fbproduct.php @@ -439,7 +439,7 @@ public function get_fb_description() { /** * Filters the FB product description. * - * @since x.x.x + * @since 3.2.6 * * @param string $description Facebook product description. * @param int $id WooCommerce Product ID. diff --git a/package-lock.json b/package-lock.json index b4ebcab16..9958d9791 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.2.5", + "version": "3.2.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c3aac04b0..2523b89eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.2.5", + "version": "3.2.6", "author": "Facebook", "homepage": "https://woocommerce.com/products/facebook/", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index 07831d4be..e9562168b 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.5 +Stable tag: 3.2.6 Requires PHP: 7.4 MySQL: 5.6 or greater License: GPLv2 or later