Skip to content

Commit

Permalink
Facebook for WooCommerce: 2.0.1 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseWiseman committed Aug 17, 2020
1 parent 38152c4 commit 636b280
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion class-wc-facebookcommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions facebook-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions i18n/languages/facebook-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit 636b280

Please sign in to comment.