Merge pull request woocommerce/woocommerce-beta-tester#100 from woocommerce/fix/98
add svn authorization configuration entry
This commit is contained in:
commit
7d020d7b70
|
@ -1 +1,4 @@
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
2021-09-22 - version 2.0.3
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "woocommerce-beta-tester",
|
"name": "woocommerce-beta-tester",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"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.2",
|
"version": "2.0.3",
|
||||||
"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",
|
||||||
|
@ -52,7 +52,8 @@
|
||||||
"*.min.js"
|
"*.min.js"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"woorelease": {
|
||||||
|
"svn_reauth": "true",
|
||||||
"wp_org_slug": "woocommerce-beta-tester"
|
"wp_org_slug": "woocommerce-beta-tester"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.2
|
Stable tag: 2.0.3
|
||||||
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.3 - 2021-09-22 =
|
||||||
|
|
||||||
|
|
||||||
= 2.0.2 =
|
= 2.0.2 =
|
||||||
|
|
||||||
* Fix notice for undefined `item`
|
* Fix notice for undefined `item`
|
||||||
|
|
|
@ -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.2
|
* Version: 2.0.3
|
||||||
* 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