Skip to content

Commit 528ba1d

Browse files
author
Matt Allan
authored
Bump minimum WC version to 7.0 for the upcoming WCPay 5.2 release (#5245)
* Bump WC required versions for upcoming WCPay 5.2 release * Add changelog entry * Use latest 7.0 patch release in GH workflows
1 parent b587aff commit 528ba1d

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.github/workflows/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request
55

66
env:
7-
WC_L2_VERSION: '6.9.0'
7+
WC_L2_VERSION: '7.0.1'
88
WP_L2_VERSION: '5.9'
99

1010
jobs:

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
E2E_SLACK_TOKEN: ${{ secrets.E2E_SLACK_TOKEN }}
2424
E2E_USE_LOCAL_SERVER: false
2525
E2E_RESULT_FILEPATH: 'tests/e2e/results.json'
26-
WC_L2_VERSION: '6.9.0'
26+
WC_L2_VERSION: '7.0.1'
2727

2828

2929
jobs:

.github/workflows/php-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
env:
77
WP_VERSION: latest
8-
WC_L2_VERSION: '6.9.0' # the min supported version as per L-2 policy
8+
WC_L2_VERSION: '7.0.1' # the min supported version as per L-2 policy
99
GUTENBERG_VERSION: latest
1010

1111
jobs:

changelog/dev-bump-versions-5.2.0

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: dev
3+
4+
Bump minimum required version of WooCommerce to 7.0.

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Our global support team is available to answer questions you may have about WooC
3939
= Requirements =
4040

4141
* WordPress 5.9 or newer.
42-
* WooCommerce 6.9 or newer.
42+
* WooCommerce 7.0 or newer.
4343
* PHP version 7.0 or newer. PHP 7.2 or newer is recommended.
4444

4545
= Try it now =

woocommerce-payments.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* Woo: 5278104:bf3cf30871604e15eec560c962593c1f
99
* Text Domain: woocommerce-payments
1010
* Domain Path: /languages
11-
* WC requires at least: 6.9
12-
* WC tested up to: 7.1.0
11+
* WC requires at least: 7.0
12+
* WC tested up to: 7.2.0
1313
* Requires at least: 5.9
1414
* Requires PHP: 7.0
1515
* Version: 5.1.2

0 commit comments

Comments
 (0)