Skip to content

Commit

Permalink
Update readme.txt for WP 6.4 tested to version (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewguywright authored Nov 1, 2023
1 parent f8eba57 commit b2dd966
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions plugins/faustwp/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Tested up to: 6.4
Stable tag: 1.1.0
Requires PHP: 7.2
License: GPLv2 or later
Expand Down Expand Up @@ -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.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.
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 comments on commit b2dd966

Please sign in to comment.