Update Action Scheduler to 3.5.4. (#36433)

* Update Action Scheduler to 3.5.4.

* Update changelog

Co-authored-by: Jorge A. Torres <jorge.torres@automattic.com>
This commit is contained in:
Barry Hughes 2023-01-19 04:08:46 -08:00 committed by GitHub
parent 2fae3537a7
commit ece2fb71ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 32 additions and 19 deletions

View File

@ -1169,5 +1169,5 @@
"platform-overrides": {
"php": "7.3"
},
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.3.0"
}

View File

@ -475,5 +475,5 @@
"platform-overrides": {
"php": "7.2"
},
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.3.0"
}

View File

@ -1697,5 +1697,5 @@
"platform-overrides": {
"php": "7.0"
},
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.3.0"
}

View File

@ -553,22 +553,31 @@
},
{
"name": "wp-cli/php-cli-tools",
"version": "v0.11.16",
"version": "v0.11.17",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/php-cli-tools.git",
"reference": "c32e51a5c9993ad40591bc426b21f5422a5ed293"
"reference": "f6be76b7c4ee2ef93c9531b8a37bdb7ce42c3728"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/c32e51a5c9993ad40591bc426b21f5422a5ed293",
"reference": "c32e51a5c9993ad40591bc426b21f5422a5ed293",
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/f6be76b7c4ee2ef93c9531b8a37bdb7ce42c3728",
"reference": "f6be76b7c4ee2ef93c9531b8a37bdb7ce42c3728",
"shasum": ""
},
"require": {
"php": ">= 5.3.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"wp-cli/wp-cli-tests": "^3.1.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.11.x-dev"
}
},
"autoload": {
"files": [
"lib/cli/cli.php"
@ -601,9 +610,9 @@
],
"support": {
"issues": "https://github.com/wp-cli/php-cli-tools/issues",
"source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.16"
"source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.17"
},
"time": "2022-11-03T15:19:26+00:00"
"time": "2023-01-12T01:18:21+00:00"
},
{
"name": "wp-cli/wp-cli",
@ -687,5 +696,5 @@
"platform-overrides": {
"php": "7.0"
},
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.3.0"
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Bundled version of Action Scheduler updated to 3.5.4.

View File

@ -20,7 +20,7 @@
"composer/installers": "^1.9",
"maxmind-db/reader": "^1.11",
"pelago/emogrifier": "^6.0",
"woocommerce/action-scheduler": "3.4.2",
"woocommerce/action-scheduler": "3.5.4",
"woocommerce/woocommerce-blocks": "9.1.4"
},
"require-dev": {

View File

@ -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": "c00f9ad96d703d7e841895190ec42436",
"content-hash": "0bdaab6e57bde687bb8e66ab2f19a64a",
"packages": [
{
"name": "automattic/jetpack-autoloader",
@ -588,16 +588,16 @@
},
{
"name": "woocommerce/action-scheduler",
"version": "3.4.2",
"version": "3.5.4",
"source": {
"type": "git",
"url": "https://github.com/woocommerce/action-scheduler.git",
"reference": "7d8e830b6387410ccf11708194d3836f01cb2942"
"reference": "9533e71b0eba4a519721dde84a34dfb161f11eb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/7d8e830b6387410ccf11708194d3836f01cb2942",
"reference": "7d8e830b6387410ccf11708194d3836f01cb2942",
"url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/9533e71b0eba4a519721dde84a34dfb161f11eb8",
"reference": "9533e71b0eba4a519721dde84a34dfb161f11eb8",
"shasum": ""
},
"require-dev": {
@ -622,9 +622,9 @@
"homepage": "https://actionscheduler.org/",
"support": {
"issues": "https://github.com/woocommerce/action-scheduler/issues",
"source": "https://github.com/woocommerce/action-scheduler/tree/3.4.2"
"source": "https://github.com/woocommerce/action-scheduler/tree/3.5.4"
},
"time": "2022-06-08T15:46:07+00:00"
"time": "2023-01-17T20:20:43+00:00"
},
{
"name": "woocommerce/woocommerce-blocks",
@ -2726,5 +2726,5 @@
"platform-overrides": {
"php": "7.2"
},
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.3.0"
}