Skip to content

Commit 9e8d24b

Browse files
Version Packages (#2068)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b1898f8 commit 9e8d24b

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

.changeset/ninety-roses-knock.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
# Faust
22

3+
## 1.8.2
4+
5+
### Patch Changes
6+
7+
- b1898f8: Fix for adding assets to the correct release for Github Actions.
8+
39
## 1.8.1
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: 1.8.1
12+
* Version: 1.8.2
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.1",
3+
"version": "1.8.2",
44
"private": true
55
}

plugins/faustwp/readme.txt

Lines changed: 8 additions & 8 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.1
6+
Stable tag: 1.8.2
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -54,12 +54,18 @@ plugins/faustwp/.wordpress-org/screenshot-3.png
5454

5555
== Changelog ==
5656

57+
= 1.8.2 =
58+
59+
### Patch Changes
60+
61+
- b1898f8: Fix for adding assets to the correct release for Github Actions.
62+
5763
= 1.8.1 =
5864

5965
### Patch Changes
6066

6167
- 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…
68+
- 134f823: Added minor fixes for release process.
6369

6470
= 1.8.0 =
6571

@@ -70,10 +76,4 @@ plugins/faustwp/.wordpress-org/screenshot-3.png
7076
Removed actions `rest_prepare_post` and `rest_prepare_page` from the callback functions.
7177
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.
7278

73-
= 1.7.5 =
74-
75-
### Patch Changes
76-
77-
- 413fe9a: Added tested up to WordPress 6.7.2 for the FaustWP plugin.
78-
7979
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 commit comments

Comments
 (0)