PluginProbe
Faust.js / 0.7.7
Faust.js v0.7.7
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.7, at readme.txt

54 lines 2.2 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, chriswiegman, claygriffiths, jasonkonen, joefusco, 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.7
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.7 =
34
35 ### Patch Changes
36
37 - 6a75593: Fixes a PHP 8 warning that occured on post types not registered with WP GraphQL [#812](https://github.com/wpengine/faustjs/pull/812)
38
39 = 0.7.6 =
40
41 ### Patch Changes
42
43 - 420d0b4: Remove trailing slash from frontend uri.
44 - 037b57b: Ensure sitemap URLs use the WordPress domain and not the headless frontend domain. Fixes a conflict with Yoast SEO that prevented post links from being added to the posts sitemap.
45
46 = 0.7.5 =
47
48 ### Patch Changes
49
50 - b7af359: Simplify generation of preview links. Fixes an issue where preview links were missing slashes with certain permalink structures. Thanks @torounit!
51 - 662c377: Plugin settings are now validated and sanitized before saving.
52 - c730348: Disables access to the site editor when themes are disabled
53
54 [View the full changelog](https://faustjs.org/docs/changelog/faustwp)