Skip to content

Commit 511ae2e

Browse files
Version Packages (#2063)
* Version Packages * Update changelog entry for release process --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Colin Murphy <colinmurphy@users.noreply.github.com>
1 parent 700f96e commit 511ae2e

File tree

6 files changed

+35
-37
lines changed

6 files changed

+35
-37
lines changed

.changeset/giant-coats-explode.md

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

.changeset/wicked-carrots-push.md

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

plugins/faustwp/CHANGELOG.md

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

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- 700f96e: bug: Fixes for Github workflow for faustwp releases. Added WPE info.json and automated for the release.
8+
- 134f823: Added minor fixes for release process.
9+
310
## 1.8.0
411

512
### Minor 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: 1.8.0
12+
* Version: 1.8.1
1313
* Requires PHP: 7.4
1414
* Requires at least: 5.7
1515
* Tested up to: 6.7.2

plugins/faustwp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@faustwp/wordpress-plugin",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"private": true
55
}

plugins/faustwp/readme.txt

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: antpb, apmatthe, blakewpe, chriswiegman, claygriffiths, colin-murp
33
Tags: faustjs, faust, headless, decoupled, composable-architecture
44
Requires at least: 5.7
55
Tested up to: 6.7.2
6-
Stable tag: 1.8.0
6+
Stable tag: 1.8.1
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -52,27 +52,28 @@ plugins/faustwp/.wordpress-org/screenshot-1.png
5252
plugins/faustwp/.wordpress-org/screenshot-2.png
5353
plugins/faustwp/.wordpress-org/screenshot-3.png
5454

55-
== Changelog ==
56-
57-
= 1.8.0 =
58-
59-
### Minor Changes
60-
61-
- aedd100: chore: Updated FaustWP to create a preview link for all draft post types.
62-
63-
Removed actions `rest_prepare_post` and `rest_prepare_page` from the callback functions.
64-
Added a new action for `rest_api_init` to add `rest_prepare_{$post_type}` action for all publicably queryable post types including custom post types.
65-
66-
= 1.7.5 =
67-
68-
### Patch Changes
69-
70-
- 413fe9a: Added tested up to WordPress 6.7.2 for the FaustWP plugin.
71-
72-
= 1.7.4 =
73-
74-
### Patch Changes
75-
76-
- 3bf8104: Added author for FaustWP plugin.
77-
78-
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)
55+
== Changelog ==
56+
57+
= 1.8.1 =
58+
59+
### Patch Changes
60+
61+
- 700f96e: bug: Fixes for Github workflow for faustwp releases. Added WPE info.json and automated for the release.
62+
- 134f823: Added minor fixes for non wpe release. Added test script to output th…
63+
64+
= 1.8.0 =
65+
66+
### Minor Changes
67+
68+
- aedd100: chore: Updated FaustWP to create a preview link for all draft post types.
69+
70+
Removed actions `rest_prepare_post` and `rest_prepare_page` from the callback functions.
71+
Added a new action for `rest_api_init` to add `rest_prepare_{$post_type}` action for all publicably queryable post types including custom post types.
72+
73+
= 1.7.5 =
74+
75+
### Patch Changes
76+
77+
- 413fe9a: Added tested up to WordPress 6.7.2 for the FaustWP plugin.
78+
79+
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 commit comments

Comments
 (0)