Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/blockset-cleanup-on-failed-extraction.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/handle-generate-home-url.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hash-equals-secret-comparison.md

This file was deleted.

8 changes: 8 additions & 0 deletions plugins/faustwp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Faust

## 1.8.8

### Patch Changes

- 6efeeda: fix[faustwp]: clean up uploaded blockset zip when extraction fails
- b6eebd5: fix[faustwp]: use home_url() in handle_generate_endpoint so Bedrock-style installs (where WordPress core lives under /wp/) match against the public REQUEST_URI
- 5d73ec8: fix[faustwp]: use hash_equals() for constant-time secret key comparison in REST and GraphQL permission callbacks

## 1.8.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/faustwp/faustwp.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: faustwp
* Domain Path: /languages
* Version: 1.8.7
* Version: 1.8.8
* Requires PHP: 7.4
* Requires at least: 5.7
* Tested up to: 6.9
Expand Down
2 changes: 1 addition & 1 deletion plugins/faustwp/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@faustwp/wordpress-plugin",
"version": "1.8.7",
"version": "1.8.8",
"private": true
}
16 changes: 9 additions & 7 deletions plugins/faustwp/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: antpb, apmatthe, blakewpe, chriswiegman, claygriffiths, colin-murp
Tags: faustjs, faust, headless, decoupled, composable-architecture
Requires at least: 5.7
Tested up to: 6.9
Stable tag: 1.8.7
Stable tag: 1.8.8
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -54,6 +54,14 @@ plugins/faustwp/.wordpress-org/screenshot-3.png

== Changelog ==

= 1.8.8 =

### Patch Changes

- 6efeeda: fix[faustwp]: clean up uploaded blockset zip when extraction fails
- b6eebd5: fix[faustwp]: use home_url() in handle_generate_endpoint so Bedrock-style installs (where WordPress core lives under /wp/) match against the public REQUEST_URI
- 5d73ec8: fix[faustwp]: use hash_equals() for constant-time secret key comparison in REST and GraphQL permission callbacks

= 1.8.7 =

### Patch Changes
Expand All @@ -69,10 +77,4 @@ plugins/faustwp/.wordpress-org/screenshot-3.png
- Updated `phpunit/phpunit` from 9.6.22 to 9.6.33
- Updated `symfony/process` from v6.4.15 to v6.4.33

= 1.8.5 =

### Patch Changes

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

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