diff --git a/changelog.txt b/changelog.txt index ddfe5bd1a..fa02ab2a1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** Facebook for WooCommerce Changelog *** -2020.nn.nn - version 2.0.1-dev.1 +2020.08.17 - version 2.0.1 * Fix - Ensure the configured business name is never empty when connecting to Facebook 2020.07.30 - version 2.0.0 diff --git a/class-wc-facebookcommerce.php b/class-wc-facebookcommerce.php index af20c6b86..72baf4767 100644 --- a/class-wc-facebookcommerce.php +++ b/class-wc-facebookcommerce.php @@ -21,7 +21,7 @@ class WC_Facebookcommerce extends Framework\SV_WC_Plugin { /** @var string the plugin version */ - const VERSION = '2.0.1-dev.1'; + const VERSION = '2.0.1'; /** @var string for backwards compatibility TODO: remove this in v2.0.0 {CW 2020-02-06} */ const PLUGIN_VERSION = self::VERSION; diff --git a/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index c8e8c433e..2ffa1f9da 100644 --- a/facebook-for-woocommerce.php +++ b/facebook-for-woocommerce.php @@ -10,10 +10,10 @@ * 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.0.1-dev.1 + * Version: 2.0.1 * Text Domain: facebook-for-woocommerce * WC requires at least: 3.5.0 - * WC tested up to: 4.3.1 + * WC tested up to: 4.3.3 * * @package FacebookCommerce */ diff --git a/i18n/languages/facebook-for-woocommerce.pot b/i18n/languages/facebook-for-woocommerce.pot index c610e326c..782256b4a 100644 --- a/i18n/languages/facebook-for-woocommerce.pot +++ b/i18n/languages/facebook-for-woocommerce.pot @@ -2,10 +2,10 @@ # This file is distributed under the same license as the Facebook for WooCommerce package. msgid "" msgstr "" -"Project-Id-Version: Facebook for WooCommerce 2.0.0\n" +"Project-Id-Version: Facebook for WooCommerce 2.0.1\n" "Report-Msgid-Bugs-To: " "https://woocommerce.com/my-account/marketplace-ticket-form/\n" -"POT-Creation-Date: 2020-07-30 19:04:18+00:00\n" +"POT-Creation-Date: 2020-08-17 20:20:42+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/readme.txt b/readme.txt index bb0e0382b..c97c3f5e2 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: 5.3.2 -Stable tag: 2.0.1-dev.1 +Stable tag: 2.0.1 Requires PHP: 5.6 or greater MySQL: 5.6 or greater License: GPLv2 or later @@ -39,7 +39,7 @@ When opening a bug on GitHub, please give us as many details as possible. == Changelog == -= 2020.nn.nn - version 2.0.1-dev.1 = += 2020.08.17 - version 2.0.1 = * Fix - Ensure the configured business name is never empty when connecting to Facebook = 2020.07.30 - version 2.0.0 =