diff --git a/.changeset/poor-cats-arrive.md b/.changeset/poor-cats-arrive.md deleted file mode 100644 index 8be509e61..000000000 --- a/.changeset/poor-cats-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@faustwp/wordpress-plugin': patch ---- - -Tested up to WordPress v6.6.1 diff --git a/plugins/faustwp/CHANGELOG.md b/plugins/faustwp/CHANGELOG.md index 05755fdbb..526d071af 100644 --- a/plugins/faustwp/CHANGELOG.md +++ b/plugins/faustwp/CHANGELOG.md @@ -1,5 +1,11 @@ # Faust +## 1.4.1 + +### Patch Changes + +- e80d80af: Tested up to WordPress v6.6.1 + ## 1.4.0 ### Minor Changes diff --git a/plugins/faustwp/faustwp.php b/plugins/faustwp/faustwp.php index 1383b716a..193e1ad2b 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.4.0 + * Version: 1.4.1 * Requires PHP: 7.2 * Requires at least: 5.7 * diff --git a/plugins/faustwp/package.json b/plugins/faustwp/package.json index f6a96d3cc..20f4c1bc0 100644 --- a/plugins/faustwp/package.json +++ b/plugins/faustwp/package.json @@ -1,5 +1,5 @@ { "name": "@faustwp/wordpress-plugin", - "version": "1.4.0", + "version": "1.4.1", "private": true } diff --git a/plugins/faustwp/readme.txt b/plugins/faustwp/readme.txt index cecab9e8b..10aa906b4 100644 --- a/plugins/faustwp/readme.txt +++ b/plugins/faustwp/readme.txt @@ -3,7 +3,7 @@ Contributors: antpb, apmatthe, blakewpe, chriswiegman, claygriffiths, jasonkonen Tags: faustjs, faust, headless, decoupled, composable-architecture Requires at least: 5.7 Tested up to: 6.6.1 -Stable tag: 1.4.0 +Stable tag: 1.4.1 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -52,24 +52,24 @@ plugins/faustwp/.wordpress-org/screenshot-1.png plugins/faustwp/.wordpress-org/screenshot-2.png plugins/faustwp/.wordpress-org/screenshot-3.png -== Changelog == - -= 1.4.0 = - -### Minor Changes - -- 9ff1df86: Introduces a new setting on the Faust settings page that allows users to opt-in or out of Faust removing Nav Menu Locations that are not registered on the Faust Settings page. - -= 1.3.2 = - -### Patch Changes - -- 84076cd1: Bug: Fixes issue with blocks not showing in the block editor when running blockset command on WP >=v6.5 - -= 1.3.1 = - -### Patch Changes - -- c28624c: Improve domain_match function to handle port checks and Add Comprehensive Test Cases - +== Changelog == + += 1.4.1 = + +### Patch Changes + +- e80d80af: Tested up to WordPress v6.6.1 + += 1.4.0 = + +### Minor Changes + +- 9ff1df86: Introduces a new setting on the Faust settings page that allows users to opt-in or out of Faust removing Nav Menu Locations that are not registered on the Faust Settings page. + += 1.3.2 = + +### Patch Changes + +- 84076cd1: Bug: Fixes issue with blocks not showing in the block editor when running blockset command on WP >=v6.5 + [View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md) \ No newline at end of file