* Bump version to 3.0

* Update changelog
This commit is contained in:
Adrian Duffell 2021-11-10 06:49:47 +08:00 committed by GitHub
parent 6e26f66564
commit 56c98220af
35 changed files with 37 additions and 118 deletions

View File

@ -1,3 +1,34 @@
== 2.9.0 11/08/2021 ==
- Fix: Do not clear `current` class from the entire page when updating wp-admin's menu. #7773
- Fix: Fix calendar not being dismissed when clicking outside. #7714
- Fix: fixed warnings when using AdvancedFilters component. #7704
- Fix: Fix Tasklist UI illustrations styling #7858
- Fix: Revert experiment task titles back to original #7853
- Add: Add 2col expirement. #7872
- Add: Add Avalara to tax task #7874
- Add: Added two column experimental task list #7669
- Add: Add header cards for all tasks in Tasklist UI experiment #7838
- Add: Add onboarding task docs #7762
- Update: Add marketing extensions back to onboarding wizard #7831
- Update: Add profile notes. #7861
- Update: Change CTA text for personalize store task after completion #7852
- Update: Increased number of possible items in Recommended Extensions list from 6 to 9 #7887
- Update: Refactor data source poller for re-usability. #7671
- Update: Reverts addition of Marketplace and My Subscriptions pages to the Marketplace menu. #7902
- Update: Update the inbox panel with the new design #7864
- Update: Update WC Pay card to include in-person information #7830
- Update: Updating navigation link colors
- Dev: Add method to check for install status #7808
- Dev: Refactor tax task into separate components
- Dev: Update the task list to use the new task list REST API #7736
- Tweak: Add route and layout for unmatched path #7503
- Tweak: Avoid caching extended info #7819
- Tweak: Minor design update for Marketing task. #7732
- Tweak: Remove the Spinner component to prevent undesired page flickering. #7886
- Tweak: Use page title Extensions for Marketplace and My Subscriptions pages. #7901
- Performance: Only load default tasks during REST requests #7904
== 2.8.0 11/02/2021 ==
- Add: Store Profiler and Product task - include Subscriptions #7734

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Dev
Refactor tax task into separate components

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Add
Add Avalara to tax task #7874

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Add
Add header cards for all tasks in Tasklist UI experiment #7838

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Tweak
Add route and layout for unmatched path #7503

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Update
Add profile notes. #7861

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Add
Add onboarding task docs #7762

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Update
Update the inbox panel with the new design #7864

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Add
Added two column experimental task list #7669

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Add
Add 2col expirement. #7872

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Tweak
Avoid caching extended info #7819

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Fix
fixed warnings when using AdvancedFilters component. #7704

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Fix
Fix calendar not being dismissed when clicking outside. #7714

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Fix
Do not clear `current` class from the entire page when updating wp-admin's menu. #7773

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Dev
Add method to check for install status #7808

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Update
Change CTA text for personalize store task after completion #7852

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Fix
Revert experiment task titles back to original #7853

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Performance
Only load default tasks during REST requests #7904

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Fix
Fix Tasklist UI illustrations styling #7858

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Tweak
Minor design update for Marketing task. #7732

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Tweak
Remove the Spinner component to prevent undesired page flickering. #7886

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Dev
Update the task list to use the new task list REST API #7736

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Update
Update WC Pay card to include in-person information #7830

View File

@ -1,4 +0,0 @@
Significance: patch
Type: Update
Updating navigation link colors

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Update
Add marketing extensions back to onboarding wizard #7831

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Update
Increased number of possible items in Recommended Extensions list from 6 to 9 #7887

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Tweak
Use page title Extensions for Marketplace and My Subscriptions pages. #7901

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Update
Refactor data source poller for re-usability. #7671

View File

@ -1,4 +0,0 @@
Significance: minor
Type: Update
Reverts addition of Marketplace and My Subscriptions pages to the Marketplace menu. #7902

View File

@ -1,6 +1,6 @@
{
"name": "woocommerce/woocommerce-admin",
"version": "2.9.0-dev",
"version": "3.0.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": "2.9.0-dev",
"version": "3.0.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.8.1
Requires PHP: 7.0
Stable tag: 2.9.0-dev
Stable tag: 3.0.0-dev
License: GPLv3
License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt

View File

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

View File

@ -147,7 +147,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', '2.9.0-dev' );
$this->define( 'WC_ADMIN_VERSION_NUMBER', '3.0.0-dev' );
}
/**

View File

@ -7,7 +7,7 @@
* Author URI: https://woocommerce.com/
* Text Domain: woocommerce-admin
* Domain Path: /languages
* Version: 2.9.0-dev
* Version: 3.0.0-dev
* Requires at least: 5.6
* Requires PHP: 7.0
*