Skip to content

Commit 2d14a84

Browse files
remcotolsmaCopilot
andauthored
Allow woocommerce/action-scheduler ^4.0 (#256)
Bump WordPress minimum requirement to 6.8 to match Action Scheduler 4.0. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8627aaa commit 2d14a84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"pronamic/wp-number": "^1.3",
7777
"pronamic/wp-pay-logos": "^2.3",
7878
"viison/address-splitter": "^0.3.4",
79-
"woocommerce/action-scheduler": "^3.9"
79+
"woocommerce/action-scheduler": "^3.9 || ^4.0"
8080
},
8181
"require-dev": {
8282
"overtrue/phplint": "^9.6",

pronamic-pay-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Core components for the WordPress payment processing library.
66
*
77
* Version: 4.33.0
8-
* Requires at least: 6.6
8+
* Requires at least: 6.8
99
* Requires PHP: 8.0
1010
*
1111
* Author: Pronamic

0 commit comments

Comments
 (0)