diff --git a/.github/workflows/unit-test-plugin.yml b/.github/workflows/unit-test-plugin.yml index b3803123b..fb7a783d8 100644 --- a/.github/workflows/unit-test-plugin.yml +++ b/.github/workflows/unit-test-plugin.yml @@ -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 diff --git a/package.json b/package.json index 67e407d4f..3b94624fd 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugins/faustwp/docker-compose.yml b/plugins/faustwp/docker-compose.yml index 1bfef8b2d..fb097c4c7 100644 --- a/plugins/faustwp/docker-compose.yml +++ b/plugins/faustwp/docker-compose.yml @@ -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 diff --git a/plugins/faustwp/faustwp.php b/plugins/faustwp/faustwp.php index b9be1ec09..399844339 100644 --- a/plugins/faustwp/faustwp.php +++ b/plugins/faustwp/faustwp.php @@ -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 diff --git a/plugins/faustwp/readme.txt b/plugins/faustwp/readme.txt index fecf90808..8a5796833 100644 --- a/plugins/faustwp/readme.txt +++ b/plugins/faustwp/readme.txt @@ -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 @@ -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) \ No newline at end of file +== 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)