You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,29 +28,27 @@ The plugin also provides useful options for headless sites, such as the ability
28
28
29
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
30
31
-
== Changelog ==
32
-
33
-
= 0.7.6 =
34
-
35
-
### Patch Changes
36
-
37
-
- 420d0b4: Remove trailing slash from frontend uri.
38
-
- 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.
39
-
40
-
= 0.7.5 =
41
-
42
-
### Patch Changes
43
-
44
-
- b7af359: Simplify generation of preview links. Fixes an issue where preview links were missing slashes with certain permalink structures. Thanks @torounit!
45
-
- 662c377: Plugin settings are now validated and sanitized before saving.
46
-
- c730348: Disables access to the site editor when themes are disabled
47
-
48
-
= 0.7.4 =
49
-
50
-
### Patch Changes
51
-
52
-
- 1dcd987: Removes unused event callbacks for rewrite rule and post status changes. The `is_events_enabled()` function has also been removed.
53
-
- 5c69b68: ConditionalTags has been deprecated as it was introduced in an older version of the framework when routing was done from the NextTemplateLoader. Now that we are using Next.js pages for routing, conditionalTags are no longer needed.
54
-
- 7d156ba: Add a documentation link that explains "Features" checkbox settings in more detail
55
-
56
-
[View the full changelog](https://faustjs.org/docs/changelog/faustwp)
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)
0 commit comments