Skip to content

Commit 7decbc7

Browse files
Version Packages
1 parent 103c79a commit 7decbc7

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

.changeset/update-settings-links.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.7
4+
5+
### Patch Changes
6+
7+
- ca1e2f4: fix[faustwp]: update documentation links in settings page to use current URL structure
8+
39
## 1.8.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: 1.8.6
12+
* Version: 1.8.7
1313
* Requires PHP: 7.4
1414
* Requires at least: 5.7
1515
* Tested up to: 6.9

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

plugins/faustwp/readme.txt

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

5555
== Changelog ==
5656

57+
= 1.8.7 =
58+
59+
### Patch Changes
60+
61+
- ca1e2f4: fix[faustwp]: update documentation links in settings page to use current URL structure
62+
5763
= 1.8.6 =
5864

5965
### Patch Changes
@@ -69,11 +75,4 @@ plugins/faustwp/.wordpress-org/screenshot-3.png
6975

7076
- 6bf8a7e: Add WordPress 6.9 to the CI test matrix and update the plugin "Tested up to" header to 6.9.
7177

72-
= 1.8.4 =
73-
74-
### Patch Changes
75-
76-
- 5ce074a: Tested Faust on WordPress 6.8.1
77-
- 8684b83: Fixed issue in content_replacement when site_url() contains port
78-
7978
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 commit comments

Comments
 (0)