From 39fb1fba7a3062271173c353938d0d81ca944acb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:54:37 -0500 Subject: [PATCH] Version Packages (#1638) Co-authored-by: github-actions[bot] --- .changeset/wet-buttons-love.md | 5 ---- plugins/faustwp/CHANGELOG.md | 6 ++++ plugins/faustwp/faustwp.php | 2 +- plugins/faustwp/package.json | 2 +- plugins/faustwp/readme.txt | 50 +++++++++++++++++----------------- 5 files changed, 33 insertions(+), 32 deletions(-) delete mode 100644 .changeset/wet-buttons-love.md diff --git a/.changeset/wet-buttons-love.md b/.changeset/wet-buttons-love.md deleted file mode 100644 index 033821471..000000000 --- a/.changeset/wet-buttons-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@faustwp/wordpress-plugin': patch ---- - -Updated the settings page to improve descriptions and documentation links. diff --git a/plugins/faustwp/CHANGELOG.md b/plugins/faustwp/CHANGELOG.md index d467d58bf..f9a3fcf20 100644 --- a/plugins/faustwp/CHANGELOG.md +++ b/plugins/faustwp/CHANGELOG.md @@ -1,5 +1,11 @@ # Faust +## 1.1.1 + +### Patch Changes + +- b2c0fd3: Updated the settings page to improve descriptions and documentation links. + ## 1.1.0 ### Minor Changes diff --git a/plugins/faustwp/faustwp.php b/plugins/faustwp/faustwp.php index 59d19da36..42198f2d2 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.1.0 + * Version: 1.1.1 * Requires PHP: 7.2 * Requires at least: 5.7 * diff --git a/plugins/faustwp/package.json b/plugins/faustwp/package.json index cfe727561..5308d8d49 100644 --- a/plugins/faustwp/package.json +++ b/plugins/faustwp/package.json @@ -1,5 +1,5 @@ { "name": "@faustwp/wordpress-plugin", - "version": "1.1.0", + "version": "1.1.1", "private": true } diff --git a/plugins/faustwp/readme.txt b/plugins/faustwp/readme.txt index 17ec231e7..665c13078 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.4 -Stable tag: 1.1.0 +Stable tag: 1.1.1 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -52,28 +52,28 @@ plugins/faustwp/.wordpress-org/screenshot-1.png plugins/faustwp/.wordpress-org/screenshot-2.png plugins/faustwp/.wordpress-org/screenshot-3.png -== Changelog == - -= 1.1.0 = - -### Minor Changes - -- c29f83d: Add blockset command in @faust/cli and faustwp plugin. - - Add your blocks inside `wp-blocks` folder. Then run `faust blockset` to compile and upload the blocks into WordPress. Blocks will be available in the editor. - -- d3d30aa: Added support for authenticated WPGraphQL introspection queries using FAUST_SECRET_KEY. It is no longer required to enable "Public Introspection" in WPGraphQL. - -= 1.0.4 = - -### Patch Changes - -- fcc6d37: Fixed a bug in the block editor screen where the preview link was missing the `p` and `previewPathName` query arguments after saving a draft. - -= 1.0.3 = - -### Patch Changes - -- 188bd75: Auto-update enqueued asset versions whenenever the plugin is updated. - +== Changelog == + += 1.1.1 = + +### Patch Changes + +- b2c0fd3: Updated the settings page to improve descriptions and documentation links. + += 1.1.0 = + +### Minor Changes + +- c29f83d: Add blockset command in @faust/cli and faustwp plugin. + + Add your blocks inside `wp-blocks` folder. Then run `faust blockset` to compile and upload the blocks into WordPress. Blocks will be available in the editor. + +- d3d30aa: Added support for authenticated WPGraphQL introspection queries using FAUST_SECRET_KEY. It is no longer required to enable "Public Introspection" in WPGraphQL. + += 1.0.4 = + +### Patch Changes + +- fcc6d37: Fixed a bug in the block editor screen where the preview link was missing the `p` and `previewPathName` query arguments after saving a draft. + [View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md) \ No newline at end of file