Skip to content

Commit

Permalink
Prep WP Engine Headless 0.5.3 and @wpengine/headless 0.6.3 for release (
Browse files Browse the repository at this point in the history
wpengine#175)

* chore: bump WPE Headless plugin to 0.5.3

* chore: bump @wpengine/headless package to 0.6.3
  • Loading branch information
nickcernis authored Mar 3, 2021
1 parent b437636 commit 7ccf1b2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.3] - 2021-03-03

Requires the [WP Engine Headless plugin](https://wp-product-info.wpesvc.net/v1/plugins/wpe-headless?download) [zip] version 0.5.3 or higher for features such as post previews.

### Fixed
- Fixes post previews for frontend apps running from a subfolder.

## [0.6.2] - 2021-03-02

Requires the [WP Engine Headless plugin](https://wp-product-info.wpesvc.net/v1/plugins/wpe-headless?download) [zip] version 0.5.2 or higher for features such as post previews.
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpengine/headless",
"version": "0.6.2",
"version": "0.6.3",
"description": "This module helps you use WordPress as a Headless CMS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 6 additions & 1 deletion plugins/wpe-headless/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags:
Requires at least: 5.3
Tested up to: 5.5
Requires PHP: 5.6
Stable tag: 0.5.2
Stable tag: 0.5.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Author: WP Engine
Expand All @@ -23,6 +23,11 @@ Transform your WordPress site to a powerful Headless API.

== Changelog ==

= 0.5.3 =
Requires the @wpengine/headless package 0.6.3+ for features such as post previews. https://www.npmjs.com/package/@wpengine/headless

- Fixes post previews for frontend apps running from a subfolder.

= 0.5.2 =
Requires the @wpengine/headless package 0.6.2+ for features such as post previews. https://www.npmjs.com/package/@wpengine/headless

Expand Down
2 changes: 1 addition & 1 deletion plugins/wpe-headless/wpe-headless.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://wpengine.com/
* Text Domain: wpe-headless
* Domain Path: /languages
* Version: 0.5.2
* Version: 0.5.3
*
* @package WPE_Headless
*/
Expand Down

0 comments on commit 7ccf1b2

Please sign in to comment.