Skip to content

Commit

Permalink
Version Packages (#2061)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

* Update faustwp.php

* Update package.json

* Update readme.txt

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Colin Murphy <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2025
1 parent aedd100 commit 2943748
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .changeset/honest-shirts-exist.md

This file was deleted.

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

## 1.8.0

### Minor Changes

- aedd100: chore: Updated FaustWP to create a preview link for all draft post types.

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
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.7.5
* Version: 1.8.0
* 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.7.5",
"version": "1.8.0",
"private": true
}
47 changes: 25 additions & 22 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.7.5
Stable tag: 1.8.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -52,24 +52,27 @@ plugins/faustwp/.wordpress-org/screenshot-1.png
plugins/faustwp/.wordpress-org/screenshot-2.png
plugins/faustwp/.wordpress-org/screenshot-3.png

== Changelog ==

= 1.7.5 =

### Patch Changes

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

= 1.7.4 =

### Patch Changes

- 3bf8104: Added author for FaustWP plugin.

= 1.7.3 =

### Patch Changes

- 4cee2d1: Fixed the token variable name for Github actions

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

= 1.8.0 =

### Minor Changes

- aedd100: chore: Updated FaustWP to create a preview link for all draft post types.

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.

= 1.7.4 =

### Patch Changes

- 3bf8104: Added author for FaustWP plugin.

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

0 comments on commit 2943748

Please sign in to comment.