Bump Action Scheduler version to 3.9.3 (#59672)

Update Action Scheduler to '3.9.3'.
This commit is contained in:
Jorge A. Torres 2025-07-15 13:09:09 +01:00 committed by GitHub
parent 1a5c8d69e8
commit 0eb270309e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 10 deletions

View file

@ -0,0 +1,4 @@
Significance: minor
Type: update
Update the Action Scheduler package to version 3.9.3.

View file

@ -46,7 +46,7 @@
"maxmind-db/reader": "^1.11",
"opis/json-schema": "*",
"pelago/emogrifier": "^6.0",
"woocommerce/action-scheduler": "3.9.2",
"woocommerce/action-scheduler": "3.9.3",
"woocommerce/blueprint": "*",
"woocommerce/email-editor": "*"
},

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": "166e4b10e17a0e69dc92e3345288ede0",
"content-hash": "acf967c466bc4a6560e4d0c36fac80ca",
"packages": [
{
"name": "automattic/block-delimiter",
@ -1416,23 +1416,23 @@
},
{
"name": "woocommerce/action-scheduler",
"version": "3.9.2",
"version": "3.9.3",
"source": {
"type": "git",
"url": "https://github.com/woocommerce/action-scheduler.git",
"reference": "efbb7953f72a433086335b249292f280dd43ddfe"
"reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/efbb7953f72a433086335b249292f280dd43ddfe",
"reference": "efbb7953f72a433086335b249292f280dd43ddfe",
"url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c",
"reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c",
"shasum": ""
},
"require": {
"php": ">=7.1"
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^8.5",
"woocommerce/woocommerce-sniffs": "0.1.0",
"wp-cli/wp-cli": "~2.5.0",
"yoast/phpunit-polyfills": "^2.0"
@ -1453,9 +1453,9 @@
"homepage": "https://actionscheduler.org/",
"support": {
"issues": "https://github.com/woocommerce/action-scheduler/issues",
"source": "https://github.com/woocommerce/action-scheduler/tree/3.9.2"
"source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3"
},
"time": "2025-02-03T09:09:30+00:00"
"time": "2025-07-15T09:32:30+00:00"
},
{
"name": "woocommerce/blueprint",