Skip to content

Commit 90547e1

Browse files
Version Packages (#1950)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e80d80a commit 90547e1

File tree

5 files changed

+29
-28
lines changed

5 files changed

+29
-28
lines changed

.changeset/poor-cats-arrive.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.4.1
4+
5+
### Patch Changes
6+
7+
- e80d80af: Tested up to WordPress v6.6.1
8+
39
## 1.4.0
410

511
### 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.4.0
12+
* Version: 1.4.1
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,5 +1,5 @@
11
{
22
"name": "@faustwp/wordpress-plugin",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": true
55
}

plugins/faustwp/readme.txt

Lines changed: 21 additions & 21 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, composable-architecture
44
Requires at least: 5.7
55
Tested up to: 6.6.1
6-
Stable tag: 1.4.0
6+
Stable tag: 1.4.1
77
Requires PHP: 7.2
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -52,24 +52,24 @@ 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.4.0 =
58-
59-
### Minor Changes
60-
61-
- 9ff1df86: Introduces a new setting on the Faust settings page that allows users to opt-in or out of Faust removing Nav Menu Locations that are not registered on the Faust Settings page.
62-
63-
= 1.3.2 =
64-
65-
### Patch Changes
66-
67-
- 84076cd1: Bug: Fixes issue with blocks not showing in the block editor when running blockset command on WP >=v6.5
68-
69-
= 1.3.1 =
70-
71-
### Patch Changes
72-
73-
- c28624c: Improve domain_match function to handle port checks and Add Comprehensive Test Cases
74-
55+
== Changelog ==
56+
57+
= 1.4.1 =
58+
59+
### Patch Changes
60+
61+
- e80d80af: Tested up to WordPress v6.6.1
62+
63+
= 1.4.0 =
64+
65+
### Minor Changes
66+
67+
- 9ff1df86: Introduces a new setting on the Faust settings page that allows users to opt-in or out of Faust removing Nav Menu Locations that are not registered on the Faust Settings page.
68+
69+
= 1.3.2 =
70+
71+
### Patch Changes
72+
73+
- 84076cd1: Bug: Fixes issue with blocks not showing in the block editor when running blockset command on WP >=v6.5
74+
7575
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 commit comments

Comments
 (0)