Update Action Scheduler to 3.7.4 (#46277)
* Update Action Scheduler to 3.7.4 * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
7a90da9d6b
commit
df4dcf3da7
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
Update Action Scheduler to 3.7.4
|
|
@ -26,7 +26,7 @@
|
||||||
"composer/installers": "^1.9",
|
"composer/installers": "^1.9",
|
||||||
"maxmind-db/reader": "^1.11",
|
"maxmind-db/reader": "^1.11",
|
||||||
"pelago/emogrifier": "^6.0",
|
"pelago/emogrifier": "^6.0",
|
||||||
"woocommerce/action-scheduler": "3.7.3"
|
"woocommerce/action-scheduler": "3.7.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"automattic/jetpack-changelogger": "^3.3.0",
|
"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",
|
"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": "3ea8f25a84a9c9701a5d7df93de87ba2",
|
"content-hash": "12ea33bcea6a641c43d24712adc9f0b6",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "automattic/jetpack-a8c-mc-stats",
|
"name": "automattic/jetpack-a8c-mc-stats",
|
||||||
|
@ -960,16 +960,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "woocommerce/action-scheduler",
|
"name": "woocommerce/action-scheduler",
|
||||||
"version": "3.7.3",
|
"version": "3.7.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/woocommerce/action-scheduler.git",
|
"url": "https://github.com/woocommerce/action-scheduler.git",
|
||||||
"reference": "8aa895a6edfeb92f40d6eddc9dfc35df65da38ae"
|
"reference": "5fb655253dc004bb7a6d840da807f0949aea8bcd"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/8aa895a6edfeb92f40d6eddc9dfc35df65da38ae",
|
"url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/5fb655253dc004bb7a6d840da807f0949aea8bcd",
|
||||||
"reference": "8aa895a6edfeb92f40d6eddc9dfc35df65da38ae",
|
"reference": "5fb655253dc004bb7a6d840da807f0949aea8bcd",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -997,9 +997,9 @@
|
||||||
"homepage": "https://actionscheduler.org/",
|
"homepage": "https://actionscheduler.org/",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/woocommerce/action-scheduler/issues",
|
"issues": "https://github.com/woocommerce/action-scheduler/issues",
|
||||||
"source": "https://github.com/woocommerce/action-scheduler/tree/3.7.3"
|
"source": "https://github.com/woocommerce/action-scheduler/tree/3.7.4"
|
||||||
},
|
},
|
||||||
"time": "2024-03-20T10:16:56+00:00"
|
"time": "2024-04-05T14:42:07+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
|
@ -4620,7 +4620,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "woocommerce/monorepo-plugin",
|
"name": "woocommerce/monorepo-plugin",
|
||||||
"version": "dev-update/action-scheduler-3.7.3",
|
"version": "dev-update/action-scheduler-3.7.4",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "../../packages/php/monorepo-plugin",
|
"url": "../../packages/php/monorepo-plugin",
|
||||||
|
|
Loading…
Reference in New Issue