diff --git a/.changeset/grumpy-gorillas-learn.md b/.changeset/grumpy-gorillas-learn.md deleted file mode 100644 index e37606924..000000000 --- a/.changeset/grumpy-gorillas-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@faustwp/wordpress-plugin": patch ---- - -Tested Faust on WordPress 6.8.1 diff --git a/.changeset/long-laws-doubt.md b/.changeset/long-laws-doubt.md deleted file mode 100644 index 51c5fc8b8..000000000 --- a/.changeset/long-laws-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@faustwp/wordpress-plugin": patch ---- - -Fixed issue in content_replacement when site_url() contains port diff --git a/plugins/faustwp/CHANGELOG.md b/plugins/faustwp/CHANGELOG.md index f1ed4c90c..faf61b089 100644 --- a/plugins/faustwp/CHANGELOG.md +++ b/plugins/faustwp/CHANGELOG.md @@ -1,5 +1,12 @@ # Faust +## 1.8.4 + +### Patch Changes + +- 5ce074a: Tested Faust on WordPress 6.8.1 +- 8684b83: Fixed issue in content_replacement when site_url() contains port + ## 1.8.3 ### Patch Changes diff --git a/plugins/faustwp/faustwp.php b/plugins/faustwp/faustwp.php index 405050bc5..89ab91a8b 100644 --- a/plugins/faustwp/faustwp.php +++ b/plugins/faustwp/faustwp.php @@ -9,7 +9,7 @@ * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: faustwp * Domain Path: /languages - * Version: 1.8.3 + * Version: 1.8.4 * Requires PHP: 7.4 * Requires at least: 5.7 * Tested up to: 6.8.1 diff --git a/plugins/faustwp/package.json b/plugins/faustwp/package.json index fa7fb9ea1..76dab1f95 100644 --- a/plugins/faustwp/package.json +++ b/plugins/faustwp/package.json @@ -1,5 +1,5 @@ { "name": "@faustwp/wordpress-plugin", - "version": "1.8.3", + "version": "1.8.4", "private": true } diff --git a/plugins/faustwp/readme.txt b/plugins/faustwp/readme.txt index 356a37e1c..118861492 100644 --- a/plugins/faustwp/readme.txt +++ b/plugins/faustwp/readme.txt @@ -3,7 +3,7 @@ Contributors: antpb, apmatthe, blakewpe, chriswiegman, claygriffiths, colin-murp Tags: faustjs, faust, headless, decoupled, composable-architecture Requires at least: 5.7 Tested up to: 6.8.1 -Stable tag: 1.8.3 +Stable tag: 1.8.4 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -54,24 +54,24 @@ plugins/faustwp/.wordpress-org/screenshot-3.png == Changelog == -= 1.8.3 = += 1.8.4 = ### 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 +- 5ce074a: Tested Faust on WordPress 6.8.1 +- 8684b83: Fixed issue in content_replacement when site_url() contains port -= 1.8.2 = += 1.8.3 = ### Patch Changes -- b1898f8: Fix for adding assets to the correct release for Github Actions. +- 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.1 = += 1.8.2 = ### 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. +- b1898f8: Fix for adding assets to the correct release for Github Actions. [View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)