merge with generated changelog
This commit is contained in:
commit
a5d495906c
|
@ -1,6 +1,6 @@
|
|||
== Changelog ==
|
||||
|
||||
2021-xx-xx - version 2.0.4
|
||||
2021-09-29 - version 2.0.4
|
||||
- Dev: Bump tested to version
|
||||
- Fix: enqueue logic for css/js assets
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "woocommerce-beta-tester",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"url": "git://github.com/woocommerce/woocommerce-beta-tester.git"
|
||||
},
|
||||
"title": "WooCommerce Beta Tester",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"homepage": "http://github.com/woocommerce/woocommerce-beta-tester",
|
||||
"devDependencies": {
|
||||
"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
|
||||
Requires at least: 4.7
|
||||
Tested up to: 5.6
|
||||
Stable tag: 2.0.3
|
||||
Stable tag: 2.0.4
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
@ -53,7 +53,7 @@ See our [contributing guidelines here](https://github.com/woocommerce/woocommerc
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.0.4 - 2021-xx-xx =
|
||||
= 2.0.4 - 2021-09-29 =
|
||||
* Dev: Bump tested to version
|
||||
* Fix: enqueue logic for css/js assets
|
||||
|
||||
|
|
|
@ -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.3
|
||||
* Version: 2.0.4
|
||||
* Author: WooCommerce
|
||||
* Author URI: http://woocommerce.com/
|
||||
* Requires at least: 4.4
|
||||
|
|
Loading…
Reference in New Issue