diff --git a/changelog.txt b/changelog.txt index d52ab8f8a..a515455c1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ *** Facebook for WooCommerce Changelog *** += 3.2.1 - 2024-05-07 = +* Fix - Defer only AddToCart events if applicable. +* Fix - Direct upgrade path from < 3.1.13 to ≥ 3.2.0. +* Tweak - Adds WooCommerce as a dependency to the plugin header. +* Tweak - Revert to WooCommerce.com domain. + = 3.2.0 - 2024-05-01 = * Tweak - PHP8.3 to GitHub PHPCS and Unit Tests workflows. * Update - Remove the sunsetted Messenger Chat feature. diff --git a/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index b952ca4af..89c0507f1 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.0 + * Version: 3.2.1 * Requires at least: 5.6 * Text Domain: facebook-for-woocommerce * Requires Plugins: woocommerce @@ -45,7 +45,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.0'; // WRCS: DEFINED_VERSION. + const PLUGIN_VERSION = '3.2.1'; // WRCS: DEFINED_VERSION. // Minimum PHP version required by this plugin. const MINIMUM_PHP_VERSION = '7.4.0'; diff --git a/package-lock.json b/package-lock.json index 9dd8c3cb7..7d6e7d565 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index bc9c48199..88dfe6d26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.2.0", + "version": "3.2.1", "author": "Facebook", "homepage": "https://woocommerce.com/products/facebook/", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index 1215f77a6..92adea2dc 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.2.0 +Stable tag: 3.2.1 Requires PHP: 5.6 or greater MySQL: 5.6 or greater License: GPLv2 or later @@ -40,6 +40,12 @@ When opening a bug on GitHub, please give us as many details as possible. == Changelog == += 3.2.1 - 2024-05-07 = +* Fix - Defer only AddToCart events if applicable. +* Fix - Direct upgrade path from < 3.1.13 to ≥ 3.2.0. +* Tweak - Adds WooCommerce as a dependency to the plugin header. +* Tweak - Revert to WooCommerce.com domain. + = 3.2.0 - 2024-05-01 = * Tweak - PHP8.3 to GitHub PHPCS and Unit Tests workflows. * Update - Remove the sunsetted Messenger Chat feature.