From daae7cdb00ba68538ad5e25ba6c8dabb025fe36a Mon Sep 17 00:00:00 2001 From: Teresa Gobble Date: Fri, 22 Mar 2024 08:56:07 -0500 Subject: [PATCH] Changed 'tested up to' in readme.txt to 6.5 (#1857) --- plugins/faustwp/readme.txt | 56 +++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/plugins/faustwp/readme.txt b/plugins/faustwp/readme.txt index ca0cc7207..be24f54e1 100644 --- a/plugins/faustwp/readme.txt +++ b/plugins/faustwp/readme.txt @@ -2,7 +2,7 @@ Contributors: antpb, apmatthe, blakewpe, chriswiegman, claygriffiths, jasonkonen, joefusco, markkelnar, matthewguywright, mindctrl, modernnerd, rfmeier, TeresaGobble, thdespou, wpengine Tags: faustjs, faust, headless, decoupled, composable-architecture Requires at least: 5.7 -Tested up to: 6.4 +Tested up to: 6.5 Stable tag: 1.2.2 Requires PHP: 7.2 License: GPLv2 or later @@ -52,31 +52,31 @@ plugins/faustwp/.wordpress-org/screenshot-1.png plugins/faustwp/.wordpress-org/screenshot-2.png plugins/faustwp/.wordpress-org/screenshot-3.png -== Changelog == - -= 1.2.2 = - -### Patch Changes - -- 47f6bd0: Faust now warns you if the secret key in your environment is invalid or incorrect. - -= 1.2.1 = - -### Patch Changes - -- 05cc940: Fix: swap traditional custom post type URLs in WordPress admin for the headless frontend custom post type URLs. - -= 1.2.0 = - -### Minor Changes - -- 5f78b15: Requests to robots.txt on the WordPress site are now accessible and are no longer redirected to the front-end site. -- c163fa5: Added support for anonymous opt-in telemetry. Previously this functionality was in the Faust CLI package, but has been moved to the WordPress plugin instead. All telemetry collection is optional and anonymous, and it is disabled by default. If you were previously opted in from Faust CLI, once you update the Faust CLI packages your site will no longer send telemetry data unless you opt in again from the WordPress plugin. - -### Patch Changes - -- 205fb09: Improved plugin's process for handling blockset file uploads by leveraging WordPress' native [unzip_file](https://developer.wordpress.org/reference/functions/unzip_file/) function. -- 41a6d9c: Fixed issue where term URIs were rewritten from relative to absolute during GraphQL requests when they should not have been. This was causing nodeByUri queries for terms to fail. -- e725bda: Adds phpstan to CI/CD workflow. Runs as part of the lint step. - +== Changelog == + += 1.2.2 = + +### Patch Changes + +- 47f6bd0: Faust now warns you if the secret key in your environment is invalid or incorrect. + += 1.2.1 = + +### Patch Changes + +- 05cc940: Fix: swap traditional custom post type URLs in WordPress admin for the headless frontend custom post type URLs. + += 1.2.0 = + +### Minor Changes + +- 5f78b15: Requests to robots.txt on the WordPress site are now accessible and are no longer redirected to the front-end site. +- c163fa5: Added support for anonymous opt-in telemetry. Previously this functionality was in the Faust CLI package, but has been moved to the WordPress plugin instead. All telemetry collection is optional and anonymous, and it is disabled by default. If you were previously opted in from Faust CLI, once you update the Faust CLI packages your site will no longer send telemetry data unless you opt in again from the WordPress plugin. + +### Patch Changes + +- 205fb09: Improved plugin's process for handling blockset file uploads by leveraging WordPress' native [unzip_file](https://developer.wordpress.org/reference/functions/unzip_file/) function. +- 41a6d9c: Fixed issue where term URIs were rewritten from relative to absolute during GraphQL requests when they should not have been. This was causing nodeByUri queries for terms to fail. +- e725bda: Adds phpstan to CI/CD workflow. Runs as part of the lint step. + [View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md) \ No newline at end of file