Updating all versions (https://github.com/woocommerce/woocommerce-admin/pull/8395)
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
parent
162a70494f
commit
336645332b
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 3.3.0
|
||||
|
||||
### Prompt a modal to save any unsaved changes in OBW
|
||||
|
||||
1. Start with a fresh install.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "woocommerce/woocommerce-admin",
|
||||
"version": "3.3.0-dev",
|
||||
"version": "3.4.0-dev",
|
||||
"description": "A modern, javascript-driven WooCommerce Admin experience.",
|
||||
"homepage": "https://github.com/woocommerce/woocommerce-admin",
|
||||
"type": "wordpress-plugin",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/admin-library",
|
||||
"version": "3.3.0-dev",
|
||||
"version": "3.4.0-dev",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/admin-library",
|
||||
"version": "3.3.0-dev",
|
||||
"version": "3.4.0-dev",
|
||||
"homepage": "https://woocommerce.github.io/woocommerce-admin/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, store, sales, reports, analytics, dashboard, activi
|
|||
Requires at least: 5.4.0
|
||||
Tested up to: 5.9.0
|
||||
Requires PHP: 7.0
|
||||
Stable tag: 3.3.0-dev
|
||||
Stable tag: 3.4.0-dev
|
||||
License: GPLv3
|
||||
License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt
|
||||
|
||||
|
|
|
@ -155,7 +155,7 @@ class FeaturePlugin {
|
|||
$this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
|
||||
// WARNING: Do not directly edit this version number constant.
|
||||
// It is updated as part of the prebuild process from the package.json value.
|
||||
$this->define( 'WC_ADMIN_VERSION_NUMBER', '3.3.0-dev' );
|
||||
$this->define( 'WC_ADMIN_VERSION_NUMBER', '3.4.0-dev' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -26,7 +26,7 @@ class Package {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '3.3.0-dev';
|
||||
const VERSION = '3.4.0-dev';
|
||||
|
||||
/**
|
||||
* Package active.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* Author URI: https://woocommerce.com/
|
||||
* Text Domain: woocommerce-admin
|
||||
* Domain Path: /languages
|
||||
* Version: 3.3.0-dev
|
||||
* Version: 3.4.0-dev
|
||||
* Requires at least: 5.6
|
||||
* Requires PHP: 7.0
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue