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/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..932183662 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 @@ -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)".