Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
Fernando 2022-03-03 09:41:01 -03:00 committed by GitHub
parent 162a70494f
commit 336645332b
8 changed files with 9 additions and 7 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## 3.3.0
### Prompt a modal to save any unsaved changes in OBW
1. Start with a fresh install.

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/admin-library",
"version": "3.3.0-dev",
"version": "3.4.0-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",

View File

@ -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

View File

@ -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' );
}
/**

View File

@ -26,7 +26,7 @@ class Package {
*
* @var string
*/
const VERSION = '3.3.0-dev';
const VERSION = '3.4.0-dev';
/**
* Package active.

View File

@ -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
*