diff --git a/changelog.txt b/changelog.txt index 90641b50a..6694fa6c1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ *** Facebook for WooCommerce Changelog *** += 3.1.3 - 2023-11-07 = +* Fix - Doc - Use new Woo.com domain. +* Tweak - WC 8.3 compatibility. +* Tweak - WP 6.4 compatibility. + = 3.1.2 - 2023-10-19 = * Dev - Add phpcs on changed files only. diff --git a/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index 2c800ae80..e12294126 100644 --- a/facebook-for-woocommerce.php +++ b/facebook-for-woocommerce.php @@ -11,12 +11,12 @@ * 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.1.2 + * Version: 3.1.3 * Requires at least: 5.6 * Text Domain: facebook-for-woocommerce - * Tested up to: 6.3 + * Tested up to: 6.4 * WC requires at least: 5.4 - * WC tested up to: 8.2 + * WC tested up to: 8.3 * * @package FacebookCommerce */ @@ -44,7 +44,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.1.2'; // WRCS: DEFINED_VERSION. + const PLUGIN_VERSION = '3.1.3'; // 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 6b5abd3e1..9a02e8fe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 07ccb3733..9348ddc7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "facebook-for-woocommerce", - "version": "3.1.2", + "version": "3.1.3", "author": "Facebook", "homepage": "https://woo.com/products/facebook/", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index 0893bc543..c1825a005 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: facebook, automattic, woothemes Tags: facebook, shop, catalog, advertise, pixel, product Requires at least: 4.4 -Tested up to: 6.3 -Stable tag: 3.1.2 +Tested up to: 6.4 +Stable tag: 3.1.3 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 == += 3.1.3 - 2023-11-07 = +* Fix - Doc - Use new Woo.com domain. +* Tweak - WC 8.3 compatibility. +* Tweak - WP 6.4 compatibility. + = 3.1.2 - 2023-10-19 = * Dev - Add phpcs on changed files only.