Skip to content

Commit 3cca9d4

Browse files
committed
Tested Faust with 6.8 and updated test suite and "Tested to" for 6.8.
1 parent 20b497d commit 3cca9d4

4 files changed

Lines changed: 27 additions & 27 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
wordpress: [ '6.7', '6.6', '6.5', '6.4', '6.3', '6.2']
14+
wordpress: [ '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

plugins/faustwp/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
links:
1212
- db
1313
environment:
14-
WP_VERSION: ${WP_VERSION:-6.7}
14+
WP_VERSION: ${WP_VERSION:-6.8}
1515
WORDPRESS_DB_HOST: db
1616
WORDPRESS_DB_NAME: wordpress
1717
WORDPRESS_DB_USER: root

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.3
1313
* Requires PHP: 7.4
1414
* Requires at least: 5.7
15-
* Tested up to: 6.7.2
15+
* Tested up to: 6.8.0
1616
* Update URI: false
1717
*
1818
* @package FaustWP

plugins/faustwp/readme.txt

Lines changed: 24 additions & 24 deletions
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.7.2
5+
Tested up to: 6.8.0
66
Stable tag: 1.8.3
77
Requires PHP: 7.4
88
License: GPLv2 or later
@@ -52,26 +52,26 @@ plugins/faustwp/.wordpress-org/screenshot-1.png
5252
plugins/faustwp/.wordpress-org/screenshot-2.png
5353
plugins/faustwp/.wordpress-org/screenshot-3.png
5454

55-
== Changelog ==
56-
57-
= 1.8.3 =
58-
59-
### Patch Changes
60-
61-
- 089ea0a: Fix for adding assets to the correct release for Github Actions.
62-
Small fix for Github actions to upload assets to the correct release
63-
64-
= 1.8.2 =
65-
66-
### Patch Changes
67-
68-
- b1898f8: Fix for adding assets to the correct release for Github Actions.
69-
70-
= 1.8.1 =
71-
72-
### Patch Changes
73-
74-
- 700f96e: bug: Fixes for Github workflow for faustwp releases. Added WPE info.json and automated for the release.
75-
- 134f823: Added minor fixes for release process.
76-
77-
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)
55+
== Changelog ==
56+
57+
= 1.8.3 =
58+
59+
### Patch Changes
60+
61+
- 089ea0a: Fix for adding assets to the correct release for Github Actions.
62+
Small fix for Github actions to upload assets to the correct release
63+
64+
= 1.8.2 =
65+
66+
### Patch Changes
67+
68+
- b1898f8: Fix for adding assets to the correct release for Github Actions.
69+
70+
= 1.8.1 =
71+
72+
### Patch Changes
73+
74+
- 700f96e: bug: Fixes for Github workflow for faustwp releases. Added WPE info.json and automated for the release.
75+
- 134f823: Added minor fixes for release process.
76+
77+
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 commit comments

Comments
 (0)