Skip to content

Commit

Permalink
Version Packages (#2068)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 10, 2025
1 parent b1898f8 commit 9e8d24b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-roses-knock.md

This file was deleted.

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

## 1.8.2

### Patch Changes

- b1898f8: Fix for adding assets to the correct release for Github Actions.

## 1.8.1

### 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.1
* Version: 1.8.2
* Requires PHP: 7.4
* Requires at least: 5.7
* Tested up to: 6.7.2
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.1",
"version": "1.8.2",
"private": true
}
16 changes: 8 additions & 8 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.7.2
Stable tag: 1.8.1
Stable tag: 1.8.2
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -54,12 +54,18 @@ plugins/faustwp/.wordpress-org/screenshot-3.png

== Changelog ==

= 1.8.2 =

### Patch Changes

- b1898f8: Fix for adding assets to the correct release for Github Actions.

= 1.8.1 =

### Patch Changes

- 700f96e: bug: Fixes for Github workflow for faustwp releases. Added WPE info.json and automated for the release.
- 134f823: Added minor fixes for non wpe release. Added test script to output th…
- 134f823: Added minor fixes for release process.

= 1.8.0 =

Expand All @@ -70,10 +76,4 @@ plugins/faustwp/.wordpress-org/screenshot-3.png
Removed actions `rest_prepare_post` and `rest_prepare_page` from the callback functions.
Added a new action for `rest_api_init` to add `rest_prepare_{$post_type}` action for all publicably queryable post types including custom post types.

= 1.7.5 =

### Patch Changes

- 413fe9a: Added tested up to WordPress 6.7.2 for the FaustWP plugin.

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

0 comments on commit 9e8d24b

Please sign in to comment.