Merge pull request #27918 from woocommerce/update/woocommerce-admin/1.6.0

Update WooCommerce Admin to 1.6.0
This commit is contained in:
Rodrigo Primo 2020-10-10 10:54:52 -03:00 committed by GitHub
commit 16faf915e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 90 deletions

View File

@ -380,6 +380,5 @@
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.1" "php": "7.1"
}, }
"plugin-api-version": "1.1.0"
} }

View File

@ -61,20 +61,6 @@
"constructor", "constructor",
"instantiate" "instantiate"
], ],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2020-05-29T17:27:14+00:00" "time": "2020-05-29T17:27:14+00:00"
}, },
{ {
@ -123,12 +109,6 @@
"object", "object",
"object graph" "object graph"
], ],
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2020-06-29T13:22:24+00:00" "time": "2020-06-29T13:22:24+00:00"
}, },
{ {
@ -1407,20 +1387,6 @@
"polyfill", "polyfill",
"portable" "portable"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00" "time": "2020-07-14T12:35:20+00:00"
}, },
{ {
@ -1522,6 +1488,5 @@
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.1" "php": "7.1"
}, }
"plugin-api-version": "1.1.0"
} }

View File

@ -132,28 +132,28 @@
}, },
{ {
"name": "mck89/peast", "name": "mck89/peast",
"version": "v1.10.4", "version": "v1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mck89/peast.git", "url": "https://github.com/mck89/peast.git",
"reference": "e11664ef53ba2a4ca1d16d8bc73fcc317cd65d3d" "reference": "2a2bc6826114c46ff0bc1359208b7083a17f7a99"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mck89/peast/zipball/e11664ef53ba2a4ca1d16d8bc73fcc317cd65d3d", "url": "https://api.github.com/repos/mck89/peast/zipball/2a2bc6826114c46ff0bc1359208b7083a17f7a99",
"reference": "e11664ef53ba2a4ca1d16d8bc73fcc317cd65d3d", "reference": "2a2bc6826114c46ff0bc1359208b7083a17f7a99",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.0|^5.0" "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.10.4-dev" "dev-master": "1.11.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -173,7 +173,7 @@
} }
], ],
"description": "Peast is PHP library that generates AST for JavaScript code", "description": "Peast is PHP library that generates AST for JavaScript code",
"time": "2020-06-21T17:16:08+00:00" "time": "2020-10-09T15:12:13+00:00"
}, },
{ {
"name": "mustache/mustache", "name": "mustache/mustache",
@ -317,20 +317,6 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-09-02T16:06:40+00:00" "time": "2020-09-02T16:06:40+00:00"
}, },
{ {
@ -560,6 +546,5 @@
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.1" "php": "7.1"
}, }
"plugin-api-version": "1.1.0"
} }

View File

@ -15,7 +15,7 @@
"pelago/emogrifier": "3.1.0", "pelago/emogrifier": "3.1.0",
"psr/container": "1.0.0", "psr/container": "1.0.0",
"woocommerce/action-scheduler": "3.1.6", "woocommerce/action-scheduler": "3.1.6",
"woocommerce/woocommerce-admin": "1.6.0-rc.3", "woocommerce/woocommerce-admin": "1.6.0",
"woocommerce/woocommerce-blocks": "3.4.0", "woocommerce/woocommerce-blocks": "3.4.0",
"league/container": "3.3.1" "league/container": "3.3.1"
}, },

35
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e382e608311a20674cdd2efb8b303d74", "content-hash": "983e2bc7c2fcaa20c22778802c225073",
"packages": [ "packages": [
{ {
"name": "automattic/jetpack-autoloader", "name": "automattic/jetpack-autoloader",
@ -259,12 +259,6 @@
"provider", "provider",
"service" "service"
], ],
"funding": [
{
"url": "https://github.com/philipobenito",
"type": "github"
}
],
"time": "2020-05-18T08:20:23+00:00" "time": "2020-05-18T08:20:23+00:00"
}, },
{ {
@ -501,20 +495,6 @@
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-16T08:31:04+00:00" "time": "2020-03-16T08:31:04+00:00"
}, },
{ {
@ -554,16 +534,16 @@
}, },
{ {
"name": "woocommerce/woocommerce-admin", "name": "woocommerce/woocommerce-admin",
"version": "1.6.0-rc.3", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/woocommerce/woocommerce-admin.git", "url": "https://github.com/woocommerce/woocommerce-admin.git",
"reference": "a2d0e41675f9c44d49e02fe6ed44310987a4ce88" "reference": "3b77783c7d4e235d7c9b3b08abd5b05f759df278"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/a2d0e41675f9c44d49e02fe6ed44310987a4ce88", "url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/3b77783c7d4e235d7c9b3b08abd5b05f759df278",
"reference": "a2d0e41675f9c44d49e02fe6ed44310987a4ce88", "reference": "3b77783c7d4e235d7c9b3b08abd5b05f759df278",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -597,7 +577,7 @@
], ],
"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",
"time": "2020-10-01T13:28:06+00:00" "time": "2020-10-09T21:03:31+00:00"
}, },
{ {
"name": "woocommerce/woocommerce-blocks", "name": "woocommerce/woocommerce-blocks",
@ -706,6 +686,5 @@
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.1" "php": "7.1"
}, }
"plugin-api-version": "1.1.0"
} }