Skip to content

Commit ec22ec4

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

File tree

5 files changed

+15
-26
lines changed

5 files changed

+15
-26
lines changed

.changeset/fuzzy-glasses-fry.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.3
4+
5+
### Patch Changes
6+
7+
- 4cee2d1: Fixed the token variable name for Github actions
8+
39
## 1.7.2
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.7.2
12+
* Version: 1.7.3
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.2",
3+
"version": "1.7.3",
44
"private": true
55
}

plugins/faustwp/readme.txt

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

5555
== Changelog ==
5656

57-
= 1.7.2 =
57+
= 1.7.3 =
5858

5959
### Patch Changes
6060

61-
- 4f82c31: Chore update faustwp release process
61+
- 4cee2d1: Fixed the token variable name for Github actions
6262

63-
= 1.7.1 =
63+
= 1.7.2 =
6464

6565
### Patch Changes
6666

67-
- 4dddd20: Bug: Fixed an issue with the function content_replacement throwing a 500 error for a null value.
68-
69-
= 1.7.0 =
70-
71-
### Minor Changes
72-
73-
- 33dda2e: ### Fixes
74-
75-
- Fixes various issues with content replacement callback functions and replacing the site_url and media_urls
76-
- Fixed an issue with content replacement when media replacement was disabled and rewrites enabled, it was overwriting and updating the media URL to the frontend URL rather than leaving it as the original site URL
77-
78-
### Added
67+
- 4f82c31: Chore update faustwp release process
7968

80-
- Added 6.6 and 6.7 to Github Actions
81-
- Added 2 new filters for `faustwp_get_wp_site_urls` and `faustwp_get_wp_site_media_urls` to allow users add/remove/edit site and media URLS for the content replacement.
69+
= 1.7.1 =
8270

8371
### Patch Changes
8472

85-
- ab06786: Updated the package `lucatume/wp-browser` to fix a security vulnurability for `nesbot/carbon `. See https://github.com/briannesbitt/Carbon/releases/tag/2.72.6
73+
- 4dddd20: Bug: Fixed an issue with the function content_replacement throwing a 500 error for a null value.
8674

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

0 commit comments

Comments
 (0)