Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
wordpress: [ '6.7', '6.6', '6.5', '6.4', '6.3', '6.2']
wordpress: [ '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dev:next:getting-started": "rimraf examples/next/faustwp-getting-started/.next && npm run dev ---workspace=examples/next/faustwp-getting-started",
"test": "npm run build && npm test --workspace=@faustwp/core --workspace=@faustwp/cli --workspace=@faustwp/blocks --workspace=@faustwp/block-editor-utils",
"test:coverage": "npm run build && npm run test:coverage --workspace=@faustwp/block-editor-utils",
"test:format": "npm run test:format --workspace=@faustwp/cli --workspace=@faustwp/core --workspace=@faustwp/block-editor-utils",
"test:format": "npm run test:format --workspace=@faustwp/cli --workspace=@faustwp/core --workspace=@faustwp/block-editor-utils -- --ignore-path .eslintignore --ignore-pattern CHANGELOG.md",
"wpe-build": "exit 1",
"changeset": "changeset",
"version": "changeset version && node scripts/versionPlugin.js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/faustwp/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
links:
- db
environment:
WP_VERSION: ${WP_VERSION:-6.7}
WP_VERSION: ${WP_VERSION:-6.8}
WORDPRESS_DB_HOST: db
WORDPRESS_DB_NAME: wordpress
WORDPRESS_DB_USER: root
Expand Down
2 changes: 1 addition & 1 deletion plugins/faustwp/faustwp.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Version: 1.8.3
* Requires PHP: 7.4
* Requires at least: 5.7
* Tested up to: 6.7.2
* Tested up to: 6.8.0
* Update URI: false
*
* @package FaustWP
Expand Down
48 changes: 24 additions & 24 deletions plugins/faustwp/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: antpb, apmatthe, blakewpe, chriswiegman, claygriffiths, colin-murphy, jasonkonen, joefusco, markkelnar, matthewguywright, mindctrl, modernnerd, rfmeier, TeresaGobble, thdespou, wpengine,
Tags: faustjs, faust, headless, decoupled, composable-architecture
Requires at least: 5.7
Tested up to: 6.7.2
Tested up to: 6.8.0
Stable tag: 1.8.3
Requires PHP: 7.4
License: GPLv2 or later
Expand Down Expand Up @@ -52,26 +52,26 @@ plugins/faustwp/.wordpress-org/screenshot-1.png
plugins/faustwp/.wordpress-org/screenshot-2.png
plugins/faustwp/.wordpress-org/screenshot-3.png

== Changelog ==

= 1.8.3 =

### Patch Changes

- 089ea0a: Fix for adding assets to the correct release for Github Actions.
Small fix for Github actions to upload assets to the correct release

= 1.8.2 =

### Patch Changes

- b1898f8: Fix for adding assets to the correct release for Github Actions.

= 1.8.1 =

### Patch Changes

- 700f96e: bug: Fixes for Github workflow for faustwp releases. Added WPE info.json and automated for the release.
- 134f823: Added minor fixes for release process.

[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)
== Changelog ==
= 1.8.3 =
### Patch Changes
- 089ea0a: Fix for adding assets to the correct release for Github Actions.
Small fix for Github actions to upload assets to the correct release
= 1.8.2 =
### Patch Changes
- b1898f8: Fix for adding assets to the correct release for Github Actions.
= 1.8.1 =
### Patch Changes
- 700f96e: bug: Fixes for Github workflow for faustwp releases. Added WPE info.json and automated for the release.
- 134f823: Added minor fixes for release process.
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)
Loading