From a51cc5f6e2c707747b186e871ea4836ba9851710 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 22:37:33 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/grumpy-gorillas-learn.md | 5 --- .changeset/long-laws-doubt.md | 5 --- plugins/faustwp/CHANGELOG.md | 7 +++++ plugins/faustwp/faustwp.php | 2 +- plugins/faustwp/package.json | 2 +- plugins/faustwp/readme.txt | 48 ++++++++++++++--------------- 6 files changed, 33 insertions(+), 36 deletions(-) delete mode 100644 .changeset/grumpy-gorillas-learn.md delete mode 100644 .changeset/long-laws-doubt.md 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..678e9f83a 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 @@ -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.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 + +- 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. + +[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md) \ No newline at end of file From b0c045ab1b5778880ca7802bdf8f9baebb3ac5d6 Mon Sep 17 00:00:00 2001 From: Colin Murphy Date: Thu, 22 May 2025 17:30:08 +0100 Subject: [PATCH 2/2] Small change to force GH actions to run. --- plugins/faustwp/readme.txt | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/plugins/faustwp/readme.txt b/plugins/faustwp/readme.txt index 678e9f83a..118861492 100644 --- a/plugins/faustwp/readme.txt +++ b/plugins/faustwp/readme.txt @@ -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.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 - -- 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. - -[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md) \ No newline at end of file +== Changelog == + += 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 + +- 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. + +[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)