From 8afbb70a560dc200a65d580c15e50f97d41a1188 Mon Sep 17 00:00:00 2001 From: Dima <9010963+message-dimke@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:25:10 +0300 Subject: [PATCH 1/2] woorelease: Product version bump update --- facebook-for-woocommerce.php | 4 ++-- includes/Admin/Settings.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index ee43d3e7..0d185b25 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.9 + * Version: 3.2.10 * 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.9'; // WRCS: DEFINED_VERSION. + const PLUGIN_VERSION = '3.2.10'; // WRCS: DEFINED_VERSION. // Minimum PHP version required by this plugin. const MINIMUM_PHP_VERSION = '7.4.0'; diff --git a/includes/Admin/Settings.php b/includes/Admin/Settings.php index 4ef014c4..35c62e87 100644 --- a/includes/Admin/Settings.php +++ b/includes/Admin/Settings.php @@ -120,7 +120,7 @@ public function set_parent_and_submenu_file( $parent_file ) { /** * Get root menu item. * - * @since x.x.x + * @since 3.2.10 * return string Root menu item slug. */ public function root_menu_item() { @@ -134,7 +134,7 @@ public function root_menu_item() { /** * Check if marketing feature is enabled. * - * @since x.x.x + * @since 3.2.10 * return bool Is marketing enabled. */ public function is_marketing_enabled() { diff --git a/package-lock.json b/package-lock.json index 5d38c8b0..facfe915 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.2.9", + "version": "3.2.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d835d632..a625929a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.2.9", + "version": "3.2.10", "author": "Facebook", "homepage": "https://woocommerce.com/products/facebook/", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index f741f02c..64d138e6 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.9 +Stable tag: 3.2.10 Requires PHP: 7.4 MySQL: 5.6 or greater License: GPLv2 or later From 19522f0a06b3aa1626824af73f8c623bf46fc8f1 Mon Sep 17 00:00:00 2001 From: Dima <9010963+message-dimke@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:25:30 +0300 Subject: [PATCH 2/2] woorelease: Changelog update --- changelog.txt | 3 +++ readme.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/changelog.txt b/changelog.txt index 53cb7a43..68cc73cd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ *** Facebook for WooCommerce Changelog *** += 3.2.10 - 2024-09-30 = +* Update - Remove Marketing Products Sets menu entry. + = 3.2.9 - 2024-09-12 = * Break - Removes WooCommerce navigation items. * Tweak - WC 9.3 compatibility. diff --git a/readme.txt b/readme.txt index 64d138e6..8af3b03a 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.2.10 - 2024-09-30 = +* Update - Remove Marketing Products Sets menu entry. + = 3.2.9 - 2024-09-12 = * Break - Removes WooCommerce navigation items. * Tweak - WC 9.3 compatibility.