Update Action Scheduler to 3.8.1 (#49483)
This commit is contained in:
parent
79172bca82
commit
43d9f10200
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Update Action Scheduler to 3.8.1
|
|
@ -26,7 +26,7 @@
|
|||
"composer/installers": "^1.9",
|
||||
"maxmind-db/reader": "^1.11",
|
||||
"pelago/emogrifier": "^6.0",
|
||||
"woocommerce/action-scheduler": "3.7.4"
|
||||
"woocommerce/action-scheduler": "3.8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.0",
|
||||
|
|
|
@ -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": "12ea33bcea6a641c43d24712adc9f0b6",
|
||||
"content-hash": "6168e7a5d5f44ed218761127fd844abc",
|
||||
"packages": [
|
||||
{
|
||||
"name": "automattic/jetpack-a8c-mc-stats",
|
||||
|
@ -960,16 +960,16 @@
|
|||
},
|
||||
{
|
||||
"name": "woocommerce/action-scheduler",
|
||||
"version": "3.7.4",
|
||||
"version": "3.8.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/woocommerce/action-scheduler.git",
|
||||
"reference": "5fb655253dc004bb7a6d840da807f0949aea8bcd"
|
||||
"reference": "e331b534d7de10402d7545a0de50177b874c0779"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/5fb655253dc004bb7a6d840da807f0949aea8bcd",
|
||||
"reference": "5fb655253dc004bb7a6d840da807f0949aea8bcd",
|
||||
"url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/e331b534d7de10402d7545a0de50177b874c0779",
|
||||
"reference": "e331b534d7de10402d7545a0de50177b874c0779",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -997,9 +997,9 @@
|
|||
"homepage": "https://actionscheduler.org/",
|
||||
"support": {
|
||||
"issues": "https://github.com/woocommerce/action-scheduler/issues",
|
||||
"source": "https://github.com/woocommerce/action-scheduler/tree/3.7.4"
|
||||
"source": "https://github.com/woocommerce/action-scheduler/tree/3.8.1"
|
||||
},
|
||||
"time": "2024-04-05T14:42:07+00:00"
|
||||
"time": "2024-06-20T19:53:06+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
@ -4620,7 +4620,7 @@
|
|||
},
|
||||
{
|
||||
"name": "woocommerce/monorepo-plugin",
|
||||
"version": "dev-update/action-scheduler-3.7.4",
|
||||
"version": "dev-update-action-sch-3.8.1",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../../packages/php/monorepo-plugin",
|
||||
|
@ -4776,5 +4776,5 @@
|
|||
"platform-overrides": {
|
||||
"php": "7.4"
|
||||
},
|
||||
"plugin-api-version": "2.3.0"
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue