diff --git a/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index 558bdd034..28bdf00bf 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.0.13 + * Version: 3.0.14 * Requires at least: 5.6 * Text Domain: facebook-for-woocommerce * Tested up to: 6.1 @@ -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.0.13'; // WRCS: DEFINED_VERSION. + const PLUGIN_VERSION = '3.0.14'; // WRCS: DEFINED_VERSION. // Minimum PHP version required by this plugin. const MINIMUM_PHP_VERSION = '7.2.0'; diff --git a/package-lock.json b/package-lock.json index 39e61a545..bd411a5ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.0.13", + "version": "3.0.14", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6c146a119..f3150d492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.0.13", + "version": "3.0.14", "author": "Facebook", "homepage": "https://woocommerce.com/products/facebook/", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index 7daf0f61b..ae1bb7fdd 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.1 -Stable tag: 3.0.13 +Stable tag: 3.0.14 Requires PHP: 5.6 or greater MySQL: 5.6 or greater License: GPLv2 or later