From caf3cd34ac18c78f40589a5217235fa2f342124b Mon Sep 17 00:00:00 2001 From: Rodrigue Tusse Date: Tue, 25 Oct 2022 15:19:19 +0200 Subject: [PATCH 1/2] 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 6bcd0f355..95ef78b69 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: 2.6.27 + * Version: 2.6.28 * Text Domain: facebook-for-woocommerce * Tested up to: 6.0 * WC requires at least: 3.5.0 @@ -33,7 +33,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 = '2.6.27'; // WRCS: DEFINED_VERSION. + const PLUGIN_VERSION = '2.6.28'; // WRCS: DEFINED_VERSION. // Minimum PHP version required by this plugin. const MINIMUM_PHP_VERSION = '7.0.0'; diff --git a/package-lock.json b/package-lock.json index 27880bcc7..69b4ab7d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "2.6.27", + "version": "2.6.28", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6d7614b4e..423b0eb74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "2.6.27", + "version": "2.6.28", "author": "Facebook", "homepage": "https://woocommerce.com/products/facebook/", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index b0297e11e..58024b575 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.0 -Stable tag: 2.6.27 +Stable tag: 2.6.28 Requires PHP: 5.6 or greater MySQL: 5.6 or greater License: GPLv2 or later From f4171ac3f89f5a98022ad1d6efeb58aea0ee9f3d Mon Sep 17 00:00:00 2001 From: Rodrigue Tusse Date: Tue, 25 Oct 2022 15:20:42 +0200 Subject: [PATCH 2/2] Changelog update --- changelog.txt | 5 +++++ readme.txt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/changelog.txt b/changelog.txt index e3fb202e5..b079e8658 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ *** Facebook for WooCommerce Changelog *** += 2.6.28 - 2022-10-25 = +* Fix - Ensure bundles are not treated as virtual products on product_sync. +* Fix - Ensure google-product-category-fields-loads.js loads only on the product category screens. +* Fix - Server side sending of pixel events blocks generating pages . + = 2.6.27 - 2022-10-14 = * Fix - Revert "Switch to Jetpack autoloader. (#1996 PR refresh)". diff --git a/readme.txt b/readme.txt index 58024b575..932183662 100644 --- a/readme.txt +++ b/readme.txt @@ -39,6 +39,11 @@ When opening a bug on GitHub, please give us as many details as possible. == Changelog == += 2.6.28 - 2022-10-25 = +* Fix - Ensure bundles are not treated as virtual products on product_sync. +* Fix - Ensure google-product-category-fields-loads.js loads only on the product category screens. +* Fix - Server side sending of pixel events blocks generating pages . + = 2.6.27 - 2022-10-14 = * Fix - Revert "Switch to Jetpack autoloader. (#1996 PR refresh)".