Bump version to 3.3.0-dev and sync changelog from 3.2.0-beta.1 (https://github.com/woocommerce/woocommerce-admin/pull/8217)
* Bump version to 3.3.0-dev * Bump WP tested up to * Update changelog * Update testing instructions version
This commit is contained in:
parent
2e3b9f1e01
commit
56a78ab4f9
|
@ -1,6 +1,6 @@
|
||||||
# Testing instructions
|
# Testing instructions
|
||||||
|
|
||||||
## Unreleased
|
## 3.2.0
|
||||||
|
|
||||||
### Fix category report query returns invalid net sales
|
### Fix category report query returns invalid net sales
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,41 @@
|
||||||
|
== 3.2.0 01/25/2022 ==
|
||||||
|
|
||||||
|
- Fix: changed email validation in Store Details onboarding task to more closely match PHP backend validation. #8197
|
||||||
|
- Fix: Disallow whitespace as the platform name input. #8090
|
||||||
|
- Fix: Ensure setup-wizard redirection on homescreen is stable. #8114
|
||||||
|
- Fix: Fix category report query returns invalid net sales. #8153
|
||||||
|
- Fix: Fix clicking the error message opens the dropdown. #8094
|
||||||
|
- Fix: Fix get_automated_tax_supported_countries doesn't include UK. #8180
|
||||||
|
- Fix: Fix incorrect date options when the "Default Date Range" is set from Analytics settings. #8189
|
||||||
|
- Fix: Fix incorrectly displayed note created date. #8179
|
||||||
|
- Fix: Fix incorrect screen reader text generated for data points on charts table. #8181
|
||||||
|
- Fix: Fix incorrect total count of downloads on the analytics download report. #8182
|
||||||
|
- Fix: Fix misaligned status column on order report. #8121
|
||||||
|
- Fix: Fix shipping rate error message overlaps with the 'Proceed' button. #8165
|
||||||
|
- Fix: Fix undefined derived_currency value for the track 'wcadmin_storeprofiler_store_details_continue'. #8193
|
||||||
|
- Fix: Fix variations table product filter query. #8120
|
||||||
|
- Fix: Preserve HTML markup in server-side error messages received from sample product import request. #8173
|
||||||
|
- Fix: Remove border between email input and newsletter checkbox in OBW store details. #8148
|
||||||
|
- Fix: Reset "install_timestamp" if it's not numeric to avoid TypeError. #8100
|
||||||
|
- Fix: Truncate the long site title with an ellipses on the second line. #8112
|
||||||
|
- Add: Add countries data store #8119
|
||||||
|
- Add: Add extra tracking for plugin installation performance during onboarding. #8042
|
||||||
|
- Add: Adding tooltip to describe the lack of refund deductions from revenue summaries. #8187
|
||||||
|
- Add: Add localized validation to store address #8123
|
||||||
|
- Add: Add Magento migration note #8145
|
||||||
|
- Add: Add REST endpoint to retrieve address locales #8116
|
||||||
|
- Add: Change the reviews empty state panels logic #8147
|
||||||
|
- Update: Add custom error for store details email and allow continue #8110
|
||||||
|
- Update: Adding "allow-plugins" property for composer configuration. #8139
|
||||||
|
- Dev: Remove wc-admin-settings package and rename getSetting to getAdminSetting. #8057
|
||||||
|
- Tweak: Grow and center buttons in all WooCommerce ellipsis menu popover containers. #8168
|
||||||
|
- Tweak: Hide store address fields in regions that specify hidden #8172
|
||||||
|
- Tweak: Make activity panel badges margin consistent. #8152
|
||||||
|
- Tweak: Padding tweak for marketing tools plugin list headings. #8171
|
||||||
|
- Performance: Speed up customer syncing action. #8021
|
||||||
|
- Enhancement: Enhance report chart i18n support. #8129
|
||||||
|
- Enhancement: Show MailPoet in Installed marketing extensions. #8091
|
||||||
|
|
||||||
== 3.1.0 01/25/2022 ==
|
== 3.1.0 01/25/2022 ==
|
||||||
|
|
||||||
- Fix: Fix Onboarding flow where extensions might not be selected and installed. #7979
|
- Fix: Fix Onboarding flow where extensions might not be selected and installed. #7979
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix incorrect total count of downloads on the analytics download report. #8182
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Add
|
|
||||||
|
|
||||||
Add extra tracking for plugin installation performance during onboarding. #8042
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Add
|
|
||||||
|
|
||||||
Add Magento migration note #8145
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Add
|
|
||||||
|
|
||||||
Adding tooltip to describe the lack of refund deductions from revenue summaries. #8187
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Add
|
|
||||||
|
|
||||||
Change the reviews empty state panels logic #8147
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Tweak
|
|
||||||
|
|
||||||
Hide store address fields in regions that specify hidden #8172
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Dev
|
|
||||||
|
|
||||||
Remove wc-admin-settings package and rename getSetting to getAdminSetting. #8057
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Enhancement
|
|
||||||
|
|
||||||
Enhance report chart i18n support. #8129
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Enhancement
|
|
||||||
|
|
||||||
Show MailPoet in Installed marketing extensions. #8091
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix incorrectly displayed note created date. #8179
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Performance
|
|
||||||
|
|
||||||
Speed up customer syncing action. #8021
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Preserve HTML markup in server-side error messages received from sample product import request. #8173
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix get_automated_tax_supported_countries doesn't include UK. #8180
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix incorrect screen reader text generated for data points on charts table. #8181
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix shipping rate error message overlaps with the 'Proceed' button. #8165
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Tweak
|
|
||||||
|
|
||||||
Grow and center buttons in all WooCommerce ellipsis menu popover containers. #8168
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix undefined derived_currency value for the track 'wcadmin_storeprofiler_store_details_continue'. #8193
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix misaligned status column on order report. #8121
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix incorrect date options when the "Default Date Range" is set from Analytics settings. #8189
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix category report query returns invalid net sales. #8153
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix variations table product filter query. #8120
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix misaligned "Rows per page" dropdown. #8113
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Reset "install_timestamp" if it's not numeric to avoid TypeError. #8100
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix clicking the error message opens the dropdown. #8094
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Disallow whitespace as the platform name input. #8090
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Hide the extensions header when no available plugins in the category. #8089
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Fix free extensions list isn't updated after store location or industry is changed. #8099
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Truncate the long site title with an ellipses on the second line. #8112
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Ensure setup-wizard redirection on homescreen is stable. #8114
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Remove border between email input and newsletter checkbox in OBW store details. #8148
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
Replace all docs.woocommerce.com links with woocommerce.com/document. #8105
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Fix
|
|
||||||
|
|
||||||
changed email validation in Store Details onboarding task to more closely match PHP backend validation. #8197
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Tweak
|
|
||||||
|
|
||||||
Padding tweak for marketing tools plugin list headings. #8171
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Tweak
|
|
||||||
|
|
||||||
Make activity panel badges margin consistent. #8152
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Add
|
|
||||||
|
|
||||||
Add REST endpoint to retrieve address locales #8116
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Add
|
|
||||||
|
|
||||||
Add countries data store #8119
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Add
|
|
||||||
|
|
||||||
Add localized validation to store address #8123
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: Update
|
|
||||||
|
|
||||||
Add custom error for store details email and allow continue #8110
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: Update
|
|
||||||
|
|
||||||
Adding "allow-plugins" property for composer configuration. #8139
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "woocommerce/woocommerce-admin",
|
"name": "woocommerce/woocommerce-admin",
|
||||||
"version": "3.2.0-dev",
|
"version": "3.3.0-dev",
|
||||||
"description": "A modern, javascript-driven WooCommerce Admin experience.",
|
"description": "A modern, javascript-driven WooCommerce Admin experience.",
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce-admin",
|
"homepage": "https://github.com/woocommerce/woocommerce-admin",
|
||||||
"type": "wordpress-plugin",
|
"type": "wordpress-plugin",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@woocommerce/admin-library",
|
"name": "@woocommerce/admin-library",
|
||||||
"version": "3.2.0-dev",
|
"version": "3.3.0-dev",
|
||||||
"homepage": "https://woocommerce.github.io/woocommerce-admin/",
|
"homepage": "https://woocommerce.github.io/woocommerce-admin/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
Contributors: woocommerce, automattic
|
Contributors: woocommerce, automattic
|
||||||
Tags: ecommerce, e-commerce, store, sales, reports, analytics, dashboard, activity, notices, insights, stats, woo commerce, woocommerce
|
Tags: ecommerce, e-commerce, store, sales, reports, analytics, dashboard, activity, notices, insights, stats, woo commerce, woocommerce
|
||||||
Requires at least: 5.4.0
|
Requires at least: 5.4.0
|
||||||
Tested up to: 5.8.1
|
Tested up to: 5.9.0
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
Stable tag: 3.2.0-dev
|
Stable tag: 3.3.0-dev
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt
|
License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ class Package {
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '3.2.0-dev';
|
const VERSION = '3.3.0-dev';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Package active.
|
* Package active.
|
||||||
|
|
|
@ -146,7 +146,7 @@ class FeaturePlugin {
|
||||||
$this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
|
$this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
|
||||||
// WARNING: Do not directly edit this version number constant.
|
// WARNING: Do not directly edit this version number constant.
|
||||||
// It is updated as part of the prebuild process from the package.json value.
|
// It is updated as part of the prebuild process from the package.json value.
|
||||||
$this->define( 'WC_ADMIN_VERSION_NUMBER', '3.2.0-dev' );
|
$this->define( 'WC_ADMIN_VERSION_NUMBER', '3.3.0-dev' );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* Author URI: https://woocommerce.com/
|
* Author URI: https://woocommerce.com/
|
||||||
* Text Domain: woocommerce-admin
|
* Text Domain: woocommerce-admin
|
||||||
* Domain Path: /languages
|
* Domain Path: /languages
|
||||||
* Version: 3.2.0-dev
|
* Version: 3.3.0-dev
|
||||||
* Requires at least: 5.6
|
* Requires at least: 5.6
|
||||||
* Requires PHP: 7.0
|
* Requires PHP: 7.0
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue