diff --git a/.changeset/eleven-oranges-hope.md b/.changeset/eleven-oranges-hope.md deleted file mode 100644 index 6d57163da..000000000 --- a/.changeset/eleven-oranges-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@faustwp/wordpress-plugin': minor ---- - -- Added a custom PluginUpdater class to enable FaustWP plugin updates from an external API endpoint. diff --git a/plugins/faustwp/CHANGELOG.md b/plugins/faustwp/CHANGELOG.md index 526d071af..0c0c87e6d 100644 --- a/plugins/faustwp/CHANGELOG.md +++ b/plugins/faustwp/CHANGELOG.md @@ -1,5 +1,11 @@ # Faust +## 1.5.0 + +### Minor Changes + +- 011cd931: - Added a custom PluginUpdater class to enable FaustWP plugin updates from an external API endpoint. + ## 1.4.1 ### Patch Changes diff --git a/plugins/faustwp/faustwp.php b/plugins/faustwp/faustwp.php index 61fa08490..033de3d38 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.1 + * Version: 1.5.0 * Requires PHP: 7.2 * Requires at least: 5.7 * Update URI: false diff --git a/plugins/faustwp/package.json b/plugins/faustwp/package.json index 20f4c1bc0..0d1e80cba 100644 --- a/plugins/faustwp/package.json +++ b/plugins/faustwp/package.json @@ -1,5 +1,5 @@ { "name": "@faustwp/wordpress-plugin", - "version": "1.4.1", + "version": "1.5.0", "private": true } diff --git a/plugins/faustwp/readme.txt b/plugins/faustwp/readme.txt index 10aa906b4..ba587720c 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.1 +Stable tag: 1.5.0 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -54,6 +54,12 @@ plugins/faustwp/.wordpress-org/screenshot-3.png == Changelog == += 1.5.0 = + +### Minor Changes + +- 011cd931: - Added a custom PluginUpdater class to enable FaustWP plugin updates from an external API endpoint. + = 1.4.1 = ### Patch Changes @@ -66,10 +72,4 @@ plugins/faustwp/.wordpress-org/screenshot-3.png - 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