Skip to content

Commit 9ad752d

Browse files
authored
chore: Testing with WordPress 6.8 (#2107)
* Tested Faust with 6.8 and updated test suite and "Tested to" for 6.8. * Added pattern to ignore CHANGELOG.md Due to recent issues with PRs and needing to reformat the CHANGELOG.md files
1 parent 20b497d commit 9ad752d

5 files changed

Lines changed: 28 additions & 28 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dev:next:getting-started": "rimraf examples/next/faustwp-getting-started/.next && npm run dev ---workspace=examples/next/faustwp-getting-started",
2929
"test": "npm run build && npm test --workspace=@faustwp/core --workspace=@faustwp/cli --workspace=@faustwp/blocks --workspace=@faustwp/block-editor-utils",
3030
"test:coverage": "npm run build && npm run test:coverage --workspace=@faustwp/block-editor-utils",
31-
"test:format": "npm run test:format --workspace=@faustwp/cli --workspace=@faustwp/core --workspace=@faustwp/block-editor-utils",
31+
"test:format": "npm run test:format --workspace=@faustwp/cli --workspace=@faustwp/core --workspace=@faustwp/block-editor-utils -- --ignore-path .eslintignore --ignore-pattern CHANGELOG.md",
3232
"wpe-build": "exit 1",
3333
"changeset": "changeset",
3434
"version": "changeset version && node scripts/versionPlugin.js",

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)