Merge pull request #27572 from woocommerce/update/bump-wc-admin-to-1.5.0-rc.4
Bump WooCommerce Admin to 1.5.0-rc.4; WooCommerce to 4.5.0-rc.3
This commit is contained in:
commit
ecb25d7dc8
|
@ -15,7 +15,7 @@
|
|||
"pelago/emogrifier": "3.1.0",
|
||||
"psr/container": "^1.0",
|
||||
"woocommerce/action-scheduler": "3.1.6",
|
||||
"woocommerce/woocommerce-admin": "1.5.0-rc.3",
|
||||
"woocommerce/woocommerce-admin": "1.5.0-rc.4",
|
||||
"woocommerce/woocommerce-blocks": "3.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "b801d2891b9732780e68571046869353",
|
||||
"content-hash": "36a21abbc68f5f21a48aaf6a57eb0a07",
|
||||
"packages": [
|
||||
{
|
||||
"name": "automattic/jetpack-autoloader",
|
||||
|
@ -468,16 +468,16 @@
|
|||
},
|
||||
{
|
||||
"name": "woocommerce/woocommerce-admin",
|
||||
"version": "1.5.0-rc.3",
|
||||
"version": "1.5.0-rc.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/woocommerce/woocommerce-admin.git",
|
||||
"reference": "706ec734604ce8d4e98dded81c7137a3f18dacc1"
|
||||
"reference": "386ccd8c3fbe99fc0d6c8ae5016eefbf98e63fd4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/706ec734604ce8d4e98dded81c7137a3f18dacc1",
|
||||
"reference": "706ec734604ce8d4e98dded81c7137a3f18dacc1",
|
||||
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/386ccd8c3fbe99fc0d6c8ae5016eefbf98e63fd4",
|
||||
"reference": "386ccd8c3fbe99fc0d6c8ae5016eefbf98e63fd4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -511,7 +511,7 @@
|
|||
],
|
||||
"description": "A modern, javascript-driven WooCommerce Admin experience.",
|
||||
"homepage": "https://github.com/woocommerce/woocommerce-admin",
|
||||
"time": "2020-09-01T03:56:21+00:00"
|
||||
"time": "2020-09-02T04:26:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "woocommerce/woocommerce-blocks",
|
||||
|
|
|
@ -90,7 +90,7 @@ const completeOnboardingWizard = async () => {
|
|||
|
||||
// Query for the industries checkboxes
|
||||
const industryCheckboxes = await page.$$( '.components-checkbox-control__input' );
|
||||
expect( industryCheckboxes ).toHaveLength( 10 );
|
||||
expect( industryCheckboxes ).toHaveLength( 9 );
|
||||
|
||||
// Select all industries including "Other"
|
||||
for ( let i = 0; i < 10; i++ ) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce
|
||||
* Plugin URI: https://woocommerce.com/
|
||||
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
||||
* Version: 4.5.0-rc.2
|
||||
* Version: 4.5.0-rc.3
|
||||
* Author: Automattic
|
||||
* Author URI: https://woocommerce.com
|
||||
* Text Domain: woocommerce
|
||||
|
|
Loading…
Reference in New Issue