Skip to content

Commit 6eeedd2

Browse files
Version Packages (#2039)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4dddd20 commit 6eeedd2

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

.changeset/afraid-panthers-pay.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.7.1
4+
5+
### Patch Changes
6+
7+
- 4dddd20: Bug: Fixed an issue with the function content_replacement throwing a 500 error for a null value.
8+
39
## 1.7.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.7.0
12+
* Version: 1.7.1
1313
* Requires PHP: 7.4
1414
* Requires at least: 5.7
1515
* Update URI: false

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

plugins/faustwp/readme.txt

Lines changed: 7 additions & 7 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.7.0
6+
Stable tag: 1.7.1
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.7.1 =
58+
59+
### Patch Changes
60+
61+
- 4dddd20: Bug: Fixed an issue with the function content_replacement throwing a 500 error for a null value.
62+
5763
= 1.7.0 =
5864

5965
### Minor Changes
@@ -78,10 +84,4 @@ plugins/faustwp/.wordpress-org/screenshot-3.png
7884

7985
- 28f1f83: Added new filter `faustwp_public_redirect_status_code`, allowing WordPress plugins and themes to choose the [HTTP status code](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) to use when generating redirects when the [enable public route redirects](https://faustjs.org/docs/faustwp/settings#enabling-public-route-redirects) setting is active.
8086

81-
= 1.5.0 =
82-
83-
### Minor Changes
84-
85-
- 011cd931: - Added a custom PluginUpdater class to enable FaustWP plugin updates from an external API endpoint.
86-
8787
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 commit comments

Comments
 (0)