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..1ff095190 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