Prep trunk for 8.6 cycle (#43021)
Prep trunk for 8.6 cycle with version bump to 8.6.0-dev Co-authored-by: WooCommerce Bot <no-reply@woo.com>
This commit is contained in:
parent
92e1b932c3
commit
a355346be2
|
@ -2,7 +2,7 @@
|
||||||
"name": "woocommerce/woocommerce",
|
"name": "woocommerce/woocommerce",
|
||||||
"description": "An eCommerce toolkit that helps you sell anything. Beautifully.",
|
"description": "An eCommerce toolkit that helps you sell anything. Beautifully.",
|
||||||
"homepage": "https://woo.com/",
|
"homepage": "https://woo.com/",
|
||||||
"version": "8.3.0",
|
"version": "8.6.0",
|
||||||
"type": "wordpress-plugin",
|
"type": "wordpress-plugin",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
|
|
|
@ -37,7 +37,7 @@ final class WooCommerce {
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '8.3.0';
|
public $version = '8.6.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WooCommerce Schema version.
|
* WooCommerce Schema version.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "@woocommerce/plugin-woocommerce",
|
"name": "@woocommerce/plugin-woocommerce",
|
||||||
"private": true,
|
"private": true,
|
||||||
"title": "WooCommerce",
|
"title": "WooCommerce",
|
||||||
"version": "8.3.0",
|
"version": "8.6.0",
|
||||||
"homepage": "https://woo.com/",
|
"homepage": "https://woo.com/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -171,6 +171,6 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
= 8.5.0 2023-XX-XX =
|
= 8.6.0 2023-XX-XX =
|
||||||
|
|
||||||
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).
|
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: WooCommerce
|
* Plugin Name: WooCommerce
|
||||||
* Plugin URI: https://woo.com/
|
* Plugin URI: https://woo.com/
|
||||||
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
||||||
* Version: 8.5.0-dev
|
* Version: 8.6.0-dev
|
||||||
* Author: Automattic
|
* Author: Automattic
|
||||||
* Author URI: https://woo.com
|
* Author URI: https://woo.com
|
||||||
* Text Domain: woocommerce
|
* Text Domain: woocommerce
|
||||||
|
|
Loading…
Reference in New Issue