From 69c198bcf949f776bc6150cc187a45684c2cf342 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Dec 2021 20:30:27 +0000 Subject: [PATCH] Version Packages --- .changeset/pink-penguins-warn.md | 5 -- .changeset/violet-jeans-rest.md | 5 -- examples/next/getting-started/package.json | 2 +- packages/core/CHANGELOG.md | 6 +++ packages/core/package.json | 2 +- plugins/faustwp/CHANGELOG.md | 12 +++-- plugins/faustwp/package.json | 2 +- plugins/faustwp/readme.txt | 56 ++++++++++++++-------- 8 files changed, 53 insertions(+), 37 deletions(-) delete mode 100644 .changeset/pink-penguins-warn.md delete mode 100644 .changeset/violet-jeans-rest.md diff --git a/.changeset/pink-penguins-warn.md b/.changeset/pink-penguins-warn.md deleted file mode 100644 index b83764ee6..000000000 --- a/.changeset/pink-penguins-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'faustwp': patch ---- - -Fixed plugin icon SVG display issue in Chrome [#683](https://github.com/wpengine/faustjs/pull/683) diff --git a/.changeset/violet-jeans-rest.md b/.changeset/violet-jeans-rest.md deleted file mode 100644 index b9e2b423f..000000000 --- a/.changeset/violet-jeans-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@faustjs/core': patch ---- - -Fixed an issue that caused an `Internal Server Error` when fetching access/refresh tokens when permalinks are not set diff --git a/examples/next/getting-started/package.json b/examples/next/getting-started/package.json index 3879297c6..bbc0827f2 100644 --- a/examples/next/getting-started/package.json +++ b/examples/next/getting-started/package.json @@ -12,7 +12,7 @@ "wpe-build": "next build" }, "dependencies": { - "@faustjs/core": "^0.14.0", + "@faustjs/core": "^0.14.1", "@faustjs/next": "^0.14.0", "next": "^11.1.2", "normalize.css": "^8.0.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7f106352b..279445844 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustjs/core +## 0.14.1 + +### Patch Changes + +- 844df61: Fixed an issue that caused an `Internal Server Error` when fetching access/refresh tokens when permalinks are not set + ## 0.14.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 90de1fbeb..57067f5ce 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@faustjs/core", - "version": "0.14.0", + "version": "0.14.1", "description": "This module helps you use WordPress as a Headless CMS", "main": "dist/cjs/export/index.js", "module": "dist/mjs/export/index.js", diff --git a/plugins/faustwp/CHANGELOG.md b/plugins/faustwp/CHANGELOG.md index d7228e7f2..51fa26a6b 100644 --- a/plugins/faustwp/CHANGELOG.md +++ b/plugins/faustwp/CHANGELOG.md @@ -1,5 +1,11 @@ # FaustWP +## 0.7.1 + +### Patch Changes + +- f948c04: Fixed plugin icon SVG display issue in Chrome [#683](https://github.com/wpengine/faustjs/pull/683) + ## 0.7.0 ### Minor Changes @@ -10,9 +16,9 @@ - Changed the authentication endpoint namespace from `wpac/v1` to `faustwp/v1` - Changed settings option name from `wpe_headless` to `faustwp_settings` - Changed the following filter names: - - `wpe_headless_setting` to `faustwp_setting` - - `wpe_headless_settings` to `faustwp_settings` - - `wpe_headless_domain_replacement_enabled` to `faustwp_domain_replacement_enabled` + - `wpe_headless_setting` to `faustwp_setting` + - `wpe_headless_settings` to `faustwp_settings` + - `wpe_headless_domain_replacement_enabled` to `faustwp_domain_replacement_enabled` - Changed the text domain to `faustwp`. - Changed minimum required PHP version to 7.2. - Changed minimum required WordPress version to 5.7. diff --git a/plugins/faustwp/package.json b/plugins/faustwp/package.json index abdfa2e8f..c26e33f43 100644 --- a/plugins/faustwp/package.json +++ b/plugins/faustwp/package.json @@ -1,6 +1,6 @@ { "name": "faustwp", - "version": "0.7.0", + "version": "0.7.1", "private": true, "dependencies": {} } diff --git a/plugins/faustwp/readme.txt b/plugins/faustwp/readme.txt index afb242920..8971d9541 100644 --- a/plugins/faustwp/readme.txt +++ b/plugins/faustwp/readme.txt @@ -28,24 +28,38 @@ The plugin also provides useful options for headless sites, such as the ability That's it! For more information on getting started with headless WordPress, see Getting Started with Faust.js. -== Changelog == - -= 0.7.0 = - -- Changed the plugin name to FaustWP. -- Changed all internal PHP function names to use namespaces. -- Changed the WP_HEADLESS_SECRET_KEY constant to FAUSTWP_SECRET_KEY. -- Changed the authentication endpoint namespace from `wpac/v1` to `faustwp/v1` -- Changed settings option name from `wpe_headless` to `faustwp_settings` -- Changed the following filter names: - - `wpe_headless_setting` to `faustwp_setting` - - `wpe_headless_settings` to `faustwp_settings` - - `wpe_headless_domain_replacement_enabled` to `faustwp_domain_replacement_enabled` -- Changed the text domain to `faustwp`. -- Changed minimum required PHP version to 7.2. -- Changed minimum required WordPress version to 5.7. -- Changed the hook used for public route redirection. -- Fixed the "headless post preview" link on the FaustWP settings page. -- Fixed "unexpected output" error during plugin activation. -- Fixed skipped domain replacement in GraphQL responses that include `generalSettings`. -- Added LICENSE file. +== Changelog == + += 0.7.1 = + +### Patch Changes + +- f948c04: Fixed plugin icon SVG display issue in Chrome [#683](https://github.com/wpengine/faustjs/pull/683) + += 0.7.0 = + +### Minor Changes + +- Changed the plugin name to FaustWP. +- Changed all internal PHP function names to use namespaces. +- Changed the WP_HEADLESS_SECRET_KEY constant to FAUSTWP_SECRET_KEY. +- Changed the authentication endpoint namespace from `wpac/v1` to `faustwp/v1` +- Changed settings option name from `wpe_headless` to `faustwp_settings` +- Changed the following filter names: + - `wpe_headless_setting` to `faustwp_setting` + - `wpe_headless_settings` to `faustwp_settings` + - `wpe_headless_domain_replacement_enabled` to `faustwp_domain_replacement_enabled` +- Changed the text domain to `faustwp`. +- Changed minimum required PHP version to 7.2. +- Changed minimum required WordPress version to 5.7. +- Changed the hook used for public route redirection. +- Fixed the "headless post preview" link on the FaustWP settings page. +- Fixed "unexpected output" error during plugin activation. +- Fixed skipped domain replacement in GraphQL responses that include `generalSettings`. +- Added LICENSE file. + += 0.6.1 = + +- Fixed the headless options page sidebar links to new Faust.js documentation site. + +[View the full changelog](https://faustjs.org/docs/changelog/faustwp) \ No newline at end of file