Merge pull request woocommerce/woocommerce-beta-tester#108 from woocommerce/release/2.0.5
Release 2.0.5
This commit is contained in:
commit
ae30039a1a
|
@ -1,5 +1,8 @@
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
2021-12-17 - version 2.0.5
|
||||||
|
- Fix: make WC version comparison case insensitive
|
||||||
|
|
||||||
2021-09-29 - version 2.0.4
|
2021-09-29 - version 2.0.4
|
||||||
- Dev: Bump tested to version
|
- Dev: Bump tested to version
|
||||||
- Fix: enqueue logic for css/js assets
|
- Fix: enqueue logic for css/js assets
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "woocommerce-beta-tester",
|
"name": "woocommerce-beta-tester",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"url": "git://github.com/woocommerce/woocommerce-beta-tester.git"
|
"url": "git://github.com/woocommerce/woocommerce-beta-tester.git"
|
||||||
},
|
},
|
||||||
"title": "WooCommerce Beta Tester",
|
"title": "WooCommerce Beta Tester",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"homepage": "http://github.com/woocommerce/woocommerce-beta-tester",
|
"homepage": "http://github.com/woocommerce/woocommerce-beta-tester",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "5.16.0",
|
"eslint": "5.16.0",
|
||||||
|
|
|
@ -3,7 +3,7 @@ Contributors: automattic, bor0, claudiosanches, claudiulodro, kloon, mikejolley,
|
||||||
Tags: woocommerce, woo commerce, beta, beta tester, bleeding edge, testing
|
Tags: woocommerce, woo commerce, beta, beta tester, bleeding edge, testing
|
||||||
Requires at least: 4.7
|
Requires at least: 4.7
|
||||||
Tested up to: 5.6
|
Tested up to: 5.6
|
||||||
Stable tag: 2.0.4
|
Stable tag: 2.0.5
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
|
@ -53,6 +53,9 @@ See our [contributing guidelines here](https://github.com/woocommerce/woocommerc
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 2.0.5 - 2021-12-17 =
|
||||||
|
* Fix: make WC version comparison case insensitive
|
||||||
|
|
||||||
= 2.0.4 - 2021-09-29 =
|
= 2.0.4 - 2021-09-29 =
|
||||||
* Dev: Bump tested to version
|
* Dev: Bump tested to version
|
||||||
* Fix: enqueue logic for css/js assets
|
* Fix: enqueue logic for css/js assets
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: WooCommerce Beta Tester
|
* Plugin Name: WooCommerce Beta Tester
|
||||||
* Plugin URI: https://github.com/woocommerce/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.
|
* 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.4
|
* Version: 2.0.5
|
||||||
* Author: WooCommerce
|
* Author: WooCommerce
|
||||||
* Author URI: http://woocommerce.com/
|
* Author URI: http://woocommerce.com/
|
||||||
* Requires at least: 4.4
|
* Requires at least: 4.4
|
||||||
|
|
Loading…
Reference in New Issue