Skip to content

Commit b1b320d

Browse files
Version Packages (#817)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 59782dd commit b1b320d

File tree

5 files changed

+33
-34
lines changed

5 files changed

+33
-34
lines changed

.changeset/angry-trains-search.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

plugins/faustwp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# FaustWP
22

3+
## 0.7.7
4+
5+
### Patch Changes
6+
7+
- 6a75593: Fixes a PHP 8 warning that occured on post types not registered with WP GraphQL [#812](https://github.com/wpengine/faustjs/pull/812)
8+
39
## 0.7.6
410

511
### Patch Changes

plugins/faustwp/faustwp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
* Text Domain: faustwp
1111
* Domain Path: /languages
12-
* Version: 0.7.6
12+
* Version: 0.7.7
1313
* Requires PHP: 7.2
1414
* Requires at least: 5.7
1515
*

plugins/faustwp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faustwp",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"private": true,
55
"dependencies": {}
66
}

plugins/faustwp/readme.txt

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: antpb, apmatthe, blakewpe, chriswiegman, claygriffiths, jasonkonen
33
Tags: faustjs, faust, headless, decoupled
44
Requires at least: 5.7
55
Tested up to: 5.9
6-
Stable tag: 0.7.6
6+
Stable tag: 0.7.7
77
Requires PHP: 7.2
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -28,29 +28,27 @@ The plugin also provides useful options for headless sites, such as the ability
2828

2929
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>.
3030

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

Comments
 (0)