Skip to content

Commit d8ec1b1

Browse files
Version Packages (#2112)
* Version Packages * Small change to force GH actions to run. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Colin Murphy <colinmurphy@users.noreply.github.com>
1 parent 0e01be2 commit d8ec1b1

File tree

6 files changed

+18
-21
lines changed

6 files changed

+18
-21
lines changed

.changeset/grumpy-gorillas-learn.md

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

.changeset/long-laws-doubt.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.4
4+
5+
### Patch Changes
6+
7+
- 5ce074a: Tested Faust on WordPress 6.8.1
8+
- 8684b83: Fixed issue in content_replacement when site_url() contains port
9+
310
## 1.8.3
411

512
### 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.3
12+
* Version: 1.8.4
1313
* Requires PHP: 7.4
1414
* Requires at least: 5.7
1515
* Tested up to: 6.8.1

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.3",
3+
"version": "1.8.4",
44
"private": true
55
}

plugins/faustwp/readme.txt

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

5555
== Changelog ==
5656

57-
= 1.8.3 =
57+
= 1.8.4 =
5858

5959
### Patch Changes
6060

61-
- 089ea0a: Fix for adding assets to the correct release for Github Actions.
62-
Small fix for Github actions to upload assets to the correct release
61+
- 5ce074a: Tested Faust on WordPress 6.8.1
62+
- 8684b83: Fixed issue in content_replacement when site_url() contains port
6363

64-
= 1.8.2 =
64+
= 1.8.3 =
6565

6666
### Patch Changes
6767

68-
- b1898f8: Fix for adding assets to the correct release for Github Actions.
68+
- 089ea0a: Fix for adding assets to the correct release for Github Actions.
69+
- Small fix for Github actions to upload assets to the correct release
6970

70-
= 1.8.1 =
71+
= 1.8.2 =
7172

7273
### Patch Changes
7374

74-
- 700f96e: bug: Fixes for Github workflow for faustwp releases. Added WPE info.json and automated for the release.
75-
- 134f823: Added minor fixes for release process.
75+
- b1898f8: Fix for adding assets to the correct release for Github Actions.
7676

7777
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 commit comments

Comments
 (0)