PluginProbe
Faust.js / 0.7.3
Faust.js v0.7.3
1.8.12 1.8.11 1.4.1 1.8.0 1.8.8 1.8.9 trunk 0.7.0 0.7.1 0.7.10 0.7.11 0.7.3 0.7.4 0.7.5 0.7.6 0.7.7 0.7.8 0.7.9 0.8.0 0.8.1 0.8.3 0.8.4 0.8.5 0.8.6 0.8.7 All 40 releases
faustwp / readme.txt

readme.txt in Faust.js 0.7.3, at readme.txt

52 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === FaustWP ===
2 Contributors: antpb, apmatthe, blakewpe, claygriffiths, markkelnar, mindctrl, modernnerd, rfmeier, wpengine
3 Tags: faustjs, faust, headless, decoupled
4 Requires at least: 5.7
5 Tested up to: 5.9
6 Stable tag: 0.7.3
7 Requires PHP: 7.2
8 License: GPLv2 or later
9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
11 FaustWP transforms your traditional WordPress installation into a flexible headless CMS.
12
13 == Description ==
14
15 In conjunction with Faust.js, FaustWP enables a decoupled front-end to authenticate with WordPress through GraphQL mutations and REST API endpoints. It is the connective glue between a Faust.js-powered front-end app, and a WordPress backend.
16
17 The plugin also provides useful options for headless sites, such as the ability to:
18 <ul>
19 <li>Hide “theme” admin pages.</li>
20 <li>Redirect public route requests to the front-end application.</li>
21 <li>Rewrite WordPress URLs to front-end URLs in queried content.</li>
22 </ul>
23
24 == Installation ==
25
26 1. Search for the plugin in WordPress under "Plugins -> Add New".
27 2. Click the “Install Now” button, followed by "Activate".
28
29 That's it! For more information on getting started with headless WordPress, see <a href="https://faustjs.org/docs/tutorial/dev-env-setup" target="_blank">Getting Started with Faust.js</a>.
30
31 == Changelog ==
32
33 = 0.7.3 =
34
35 ### Patch Changes
36
37 - ab4a661: Fixed issue where file editor was unable to save
38
39 = 0.7.2 =
40
41 ### Patch Changes
42
43 - 4cff9dc: feat: add link to Settings page on Installed Plugins list page
44 - 3c1280b: Adds the GraphQL `Type` name to the preview URL to avoid making a request to get the content type in the Faust.js packages
45
46 = 0.7.1 =
47
48 ### Patch Changes
49
50 - f948c04: Fixed plugin icon SVG display issue in Chrome [#683](https://github.com/wpengine/faustjs/pull/683)
51
52 [View the full changelog](https://faustjs.org/docs/changelog/faustwp)