Skip to content

Commit 9b29cc9

Browse files
authored
Bump WC versions for 5.3.0 release (#5336)
* Bump WC versions for 5.3.0 release * WC L2 min version: 7.1.1 * Add changelog entry
1 parent cdac6f1 commit 9b29cc9

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

.github/workflows/compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request
55

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

1010
jobs:
@@ -20,7 +20,7 @@ jobs:
2020
WC_VERSIONS=$( echo "[\"$WC_L2_VERSION\", \"latest\", \"beta\"]" )
2121
MATRIX_INCLUDE=$( echo "[{\"woocommerce\":\"$WC_L2_VERSION\",\"wordpress\":\"$WP_L2_VERSION\",\"gutenberg\":\"13.6.0\",\"php\":\"7.2\"}]" )
2222
echo "matrix={\"woocommerce\":$WC_VERSIONS,\"wordpress\":[\"latest\"],\"gutenberg\":[\"latest\"],\"php\":[\"7.4\"], \"include\":$MATRIX_INCLUDE}" >> $GITHUB_OUTPUT
23-
23+
2424
woocommerce-compatibility:
2525
name: "WC compatibility"
2626
needs: generate-matrix

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
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: '7.0.1'
26+
WC_L2_VERSION: '7.1.1'
2727

2828

2929
jobs:
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
49-
49+
5050
name: WC - ${{ matrix.woocommerce }} | ${{ matrix.test_groups }} - ${{ matrix.test_branches }}
5151

5252
env:

.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: '7.0.1' # the min supported version as per L-2 policy
8+
WC_L2_VERSION: '7.1.1' # the min supported version as per L-2 policy
99
GUTENBERG_VERSION: latest
1010

1111
jobs:

changelog/dev-bump-versions-5.3.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.1.1.

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 7.0 or newer.
42+
* WooCommerce 7.1 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: 7.0
12-
* WC tested up to: 7.2.0
11+
* WC requires at least: 7.1
12+
* WC tested up to: 7.3.0
1313
* Requires at least: 5.9
1414
* Requires PHP: 7.0
1515
* Version: 5.2.0

0 commit comments

Comments
 (0)