Skip to content

Commit e7c24e7

Browse files
committed
chore: Testing with WordPress 6.9
1 parent f2bd740 commit e7c24e7

File tree

5 files changed

+31
-26
lines changed

5 files changed

+31
-26
lines changed

.changeset/wp-6.9-support.md

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+
Tested Faust on WordPress 6.9

.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.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2']
16+
wordpress: [ '6.9', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2']
1717
steps:
1818
- name: Checkout
1919
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.8}
14+
WP_VERSION: ${WP_VERSION:-6.9}
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.4
1313
* Requires PHP: 7.4
1414
* Requires at least: 5.7
15-
* Tested up to: 6.8.1
15+
* Tested up to: 6.9
1616
* Update URI: false
1717
*
1818
* @package FaustWP

plugins/faustwp/readme.txt

Lines changed: 23 additions & 23 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.8.1
5+
Tested up to: 6.9
66
Stable tag: 1.8.4
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.4 =
58-
59-
### Patch Changes
60-
61-
- 5ce074a: Tested Faust on WordPress 6.8.1
62-
- 8684b83: Fixed issue in content_replacement when site_url() contains port
63-
64-
= 1.8.3 =
65-
66-
### Patch Changes
67-
68-
- 089ea0a: Fix for adding assets to the correct release for Github Actions.
69-
Small fix for Github actions to upload assets to the correct release
70-
71-
= 1.8.2 =
72-
73-
### Patch Changes
74-
75-
- b1898f8: Fix for adding assets to the correct release for Github Actions.
76-
55+
== Changelog ==
56+
57+
= 1.8.4 =
58+
59+
### Patch Changes
60+
61+
- 5ce074a: Tested Faust on WordPress 6.8.1
62+
- 8684b83: Fixed issue in content_replacement when site_url() contains port
63+
64+
= 1.8.3 =
65+
66+
### Patch Changes
67+
68+
- 089ea0a: Fix for adding assets to the correct release for Github Actions.
69+
Small fix for Github actions to upload assets to the correct release
70+
71+
= 1.8.2 =
72+
73+
### Patch Changes
74+
75+
- b1898f8: Fix for adding assets to the correct release for Github Actions.
76+
7777
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 commit comments

Comments
 (0)