* Bump versions to 1.8.0-dev
* Update changelog for 1.7.0
This commit is contained in:
Sam Seay 2020-11-19 08:36:45 +13:00 committed by GitHub
parent 649cb0f6ad
commit ebddffb8e8
9 changed files with 78 additions and 7 deletions

View File

@ -28,8 +28,10 @@ if ( needsInstall() ) {
shell: true,
stdio: 'inherit',
} ).status;
if ( installResult ) {
process.exit( installResult );
}
fs.utimesSync( 'node_modules', new Date(), new Date() );
}

View File

@ -4,6 +4,10 @@
if [ "$1" == 'before' ]; then
cd "$WP_CORE_DIR/wp-content/plugins/woocommerce-admin/"
npm run build:feature-config
# This is a temporary solution for a breaking change in composer 2.0.7
# to the Jetpack autoloader. This can be removed when
# https://github.com/Automattic/jetpack/pull/17813 is merged.
composer self-update 2.0.6
if [[ "$COMPOSER_DEV" == "1" ]]; then
composer install

View File

@ -1,6 +1,6 @@
{
"name": "woocommerce/woocommerce-admin",
"version": "1.7.0-dev",
"version": "1.8.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": "1.7.0-dev",
"version": "1.8.0-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -34,6 +34,7 @@
"config": "^3.2.4",
"eslint": "6.7.2",
"jest": "^24.9.0",
"prettier": "npm:wp-prettier@1.19.1",
"puppeteer": "^2.0.0"
},
"dependencies": {
@ -90,6 +91,11 @@
}
}
},
"prettier": {
"version": "npm:wp-prettier@1.19.1",
"resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-1.19.1.tgz",
"integrity": "sha512-mqAC2r1NDmRjG+z3KCJ/i61tycKlmADIjxnDhQab+KBxSAGbF/W7/zwB2guy/ypIeKrrftNsIYkNZZQKf3vJcg=="
},
"puppeteer": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-2.1.1.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/admin-library",
"version": "1.7.0-dev",
"version": "1.8.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.3.0
Tested up to: 5.4.2
Requires PHP: 5.6.20
Stable tag: 1.7.0-dev
Stable tag: 1.8.0-dev
License: GPLv3
License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt
@ -71,6 +71,65 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
== Changelog ==
= 1.7.0 11/11/2020 =
- Enhancement: Variations report. #5167
- Enhancement: Add ability to toggle homescreen layouts. #5429
- Enhancement: Accordion component #5474
- Enhancement: Badge component #5520
- Fix: Added support for custom actionable statuses. #5550
- Fix: wrong casing used on the PayPal brand name #5514 🎉 @rtpHarry
- Fix: Import @wordpress/base-styles/default-custom-properties #5491
- Fix: downloads report #5441
- Fix: missing custom autocompleter attribute in Search component of Advanced Filter #5448
- Fix: empty no posts state on Marketing page. #5411
- Fix: visual issues in the Search component. #5199
- Fix: Inconsistent line endings in readme.txt. #5281
- Fix: popover menu to expand menu item width to 100% #5519
- Fix: Wrong class name for querying Categories Report #5522 🎉 @zzap
- Fix: Remove label printing mention for non us countries #5527
- Fix: First product script navigation dependency #5584
- Fix: Added support for custom actionable statuses #5550
- Fix: Display the store management links last on the homescreen #5579
- Fix: Ensure the "Set up additional payment providers" inbox notification is shown when relevant after completing the OBW. #5547
- Tweak: Remove customer analytics data upon order deletion #5171
- Tweak: Updating Stripe key field validation to support test keys #5201
- Tweak: Wrap search control selected items in list #5231
- Tweak: Update store setup link to redirect to setup wizard #5200
- Tweak: Removing breadcrumbs from wc-admin header #5232
- Tweak: Use consistent markdown headers in navigation readme #5417
- Tweak: Remove Store Setup Alert #5499
- Tweak: Customers: Update column heading for date registered #5542
- Tweak: alter homescreen layout. #5465
- Dev: Home Screen - migrate orders panel. #5455
- Dev: Store Profiler - include Creative Mail as a free extension #5543
- Dev: Add undefined check in intervals data util #5546
- Dev: Fix wakeup visibility for PHP 8 compatibility #5211
- Dev: Fix header height and positioning for wc nav #5173
- Dev: Add remote inbox notification rule processors for country and state #5203
- Dev: Rename admin notes classes and file names to fit conventions #514
- Dev: remove checks of store registration that are no longer needed. #5170
- Dev: Fix version update script for composer.json #5165
- Dev: Remove getAdminLink from data package #5158
- Dev: Bump @woocommerce/components dependencies. #5153
- Dev: Add note status remote inbox notifications rule processor #5207
- Dev: Make code chunk filenames more stable. #5229
- Dev: Inbox Panel component moved #5252
- Dev: Added animation to Inbox note deletion #5263
- Dev: Update starter pack dependencies #5254
- Dev: Ensure test zips have latest packages from npm and composer. #5313
- Dev: Add remote inbox notifications rule allowing access to any option #5206
- Dev: Add manage orders on the go admin note #5159
- Dev: Add WooCommerceDependencyExtractionWebpackPlugin package #5198
- Dev: Migrate devdocs examples to Storybook stories #5271
- Dev: Remove Enzyme in favor of React Testing Library #5299
- Dev: Add exclusion rule to PHPCS config for TODO comments #5388
- Dev: Remove no longer used isPanelEmpty logic. #5423
- Dev: Use new @wordpress/components Card on Marketing page. #5428
- Dev: Add PSR-4 naming checks to PHP linting. #5512
- Dev: Rearrange the store management links under categories add filter woocommerce_admin_homescreen_quicklinks. #5476
- Dev: Restyle the setup task list header to display incomplete tasks #5520
= 1.6.2 10/16/2020 =
- Fix: Missing activity panels on ugraded sites #5400
- Fix: Casting of onboarding profile data to array #5415

View File

@ -24,7 +24,7 @@ class Package {
*
* @var string
*/
const VERSION = '1.7.0-dev';
const VERSION = '1.8.0-dev';
/**
* Package active.

View File

@ -153,7 +153,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', '1.7.0-dev' );
$this->define( 'WC_ADMIN_VERSION_NUMBER', '1.8.0-dev' );
}
/**

View File

@ -7,7 +7,7 @@
* Author URI: https://woocommerce.com/
* Text Domain: woocommerce-admin
* Domain Path: /languages
* Version: 1.7.0-dev
* Version: 1.8.0-dev
* Requires at least: 5.3
* Requires PHP: 5.6.20
*