Merge pull request woocommerce/woocommerce-beta-tester#53 from woocommerce/prepare-release

Prepare 2.0.1 release
This commit is contained in:
Rodrigo Primo 2019-03-14 08:18:05 -03:00 committed by GitHub
commit 19dae4fe90
2 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Contributors: automattic, bor0, claudiosanches, claudiulodro, kloon, mikejolley,
Tags: woocommerce, woo commerce, beta, beta tester, bleeding edge, testing
Requires at least: 4.7
Tested up to: 5.1
Stable tag: 2.0.0
Stable tag: 2.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -63,6 +63,9 @@ See our [contributing guidelines here](https://github.com/woocommerce/woocommerc
== Changelog ==
= 2.0.1 =
* Changes to make this plugin compatible with the upcoming WooCommerce 3.6
= 2.0.0 =
* Enhancement - Re-built to pull updates from the WordPress.org repository rather than GitHub.
* Enhancement - Channel selection; choose to receive RC or beta versions.

View File

@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Beta Tester
* Plugin URI: https://github.com/woocommerce/woocommerce-beta-tester
* Description: Run bleeding edge versions of WooCommerce. This will replace your installed version of WooCommerce with the latest tagged release - use with caution, and not on production sites.
* Version: 2.0.0
* Version: 2.0.1
* Author: WooCommerce
* Author URI: http://woocommerce.com/
* Requires at least: 4.4
@ -23,7 +23,7 @@ if ( ! defined( 'WC_BETA_TESTER_FILE' ) ) {
}
if ( ! defined( 'WC_BETA_TESTER_VERSION' ) ) {
define( 'WC_BETA_TESTER_VERSION', '2.0.0' );
define( 'WC_BETA_TESTER_VERSION', '2.0.1' );
}
/**