Skip to content

Commit 0ef93f8

Browse files
authored
chore(faustwp): add WordPress 7.0 to CI matrix and bump Tested up to (#2436)
Adds 7.0 to the unit-test-plugin matrix and updates the plugin header in both readme.txt and faustwp.php so the wordpress.org listing reflects current compatibility.
1 parent 18a69c2 commit 0ef93f8

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@faustwp/wordpress-plugin": patch
3+
---
4+
5+
Add WordPress 7.0 to the CI test matrix and update the plugin "Tested up to" header to 7.0.

.github/workflows/unit-test-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
wordpress: [ '6.9', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3' ]
16+
wordpress: [ '7.0', '6.9', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3' ]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v5

plugins/faustwp/faustwp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Version: 1.8.10
1313
* Requires PHP: 7.4
1414
* Requires at least: 5.7
15-
* Tested up to: 6.9
15+
* Tested up to: 7.0
1616
*
1717
* @package FaustWP
1818
*/

plugins/faustwp/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: antpb, apmatthe, blakewpe, chriswiegman, claygriffiths, colin-murphy, jasonkonen, joefusco, markkelnar, matthewguywright, mindctrl, modernnerd, rfmeier, teresagobble, thdespou, wpengine
33
Tags: faustjs, faust, headless, decoupled, composable-architecture
44
Requires at least: 5.7
5-
Tested up to: 6.9
5+
Tested up to: 7.0
66
Stable tag: 1.8.10
77
Requires PHP: 7.4
88
License: GPLv2 or later

0 commit comments

Comments
 (0)