From a39bf44c87795e40b724804a42b27dd56b2d9c7d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 27 Nov 2025 20:50:13 +0000 Subject: [PATCH] chore: apply version bump from changesets for hwp-previews --- .changeset/tall-wasps-bathe.md | 5 ----- plugins/composer-packages.json | 26 ++++++++++++++++++++++++++ plugins/hwp-previews/CHANGELOG.md | 6 ++++++ plugins/hwp-previews/composer.json | 2 +- plugins/hwp-previews/hwp-previews.php | 4 ++-- plugins/hwp-previews/package.json | 2 +- plugins/hwp-previews/readme.txt | 2 +- 7 files changed, 37 insertions(+), 10 deletions(-) delete mode 100644 .changeset/tall-wasps-bathe.md diff --git a/.changeset/tall-wasps-bathe.md b/.changeset/tall-wasps-bathe.md deleted file mode 100644 index 9d81bcfc..00000000 --- a/.changeset/tall-wasps-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch ---- - -Add optional data cleanup on uninstall via HWP_PREVIEWS_UNINSTALL_PLUGIN constant \ No newline at end of file diff --git a/plugins/composer-packages.json b/plugins/composer-packages.json index 413fc4ad..f8b0a5b2 100644 --- a/plugins/composer-packages.json +++ b/plugins/composer-packages.json @@ -1,6 +1,32 @@ { "packages": { "wpengine/hwp-previews": { + "0.0.14": { + "name": "wpengine/hwp-previews", + "version": "0.0.14", + "type": "wordpress-plugin", + "description": "A WordPress plugin for headless previews.", + "homepage": "https://github.com/wpengine/hwptoolkit", + "license": "GPL-2.0", + "authors": [ + { + "name": "WP Engine Headless OSS Development Team", + "email": "headless-oss@wpengine.com", + "homepage": "https://wpengine.com/" + } + ], + "support": { + "issues": "https://github.com/wpengine/hwptoolkit/issues", + "email": "support@wpengine.com" + }, + "dist": { + "url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fhwp-previews-wordpress-plugin-0.0.14/hwp-previews.zip", + "type": "zip" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + } + }, "0.0.13": { "name": "wpengine/hwp-previews", "version": "0.0.13", diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index 59969a78..e784418f 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,11 @@ # HWP Previews +## 0.0.14 + +### Patch Changes + +- [#525](https://github.com/wpengine/hwptoolkit/pull/525) [`a120c89`](https://github.com/wpengine/hwptoolkit/commit/a120c899d6f8fe2b11ec122e142da24d7859dbda) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Add optional data cleanup on uninstall via HWP_PREVIEWS_UNINSTALL_PLUGIN constant + ## 0.0.13 ### Patch Changes diff --git a/plugins/hwp-previews/composer.json b/plugins/hwp-previews/composer.json index 08ed0aa9..f513b4e9 100644 --- a/plugins/hwp-previews/composer.json +++ b/plugins/hwp-previews/composer.json @@ -3,7 +3,7 @@ "type": "wordpress-plugin", "description": "A WordPress plugin for headless previews.", "license": "GPL-2.0", - "version": "0.0.13", + "version": "0.0.14", "authors": [ { "name": "WP Engine Headless OSS Development Team", diff --git a/plugins/hwp-previews/hwp-previews.php b/plugins/hwp-previews/hwp-previews.php index f53a9945..8debca8d 100644 --- a/plugins/hwp-previews/hwp-previews.php +++ b/plugins/hwp-previews/hwp-previews.php @@ -7,7 +7,7 @@ * Author: WPEngine Headless OSS Team * Author URI: https://github.com/wpengine * Update URI: https://github.com/wpengine/hwptoolkit - * Version: 0.0.13 + * Version: 0.0.14 * Text Domain: hwp-previews * Domain Path: /languages * Requires at least: 6.0 @@ -67,7 +67,7 @@ function hwp_previews_init(): void { */ function hwp_previews_constants(): void { if ( ! defined( 'HWP_PREVIEWS_VERSION' ) ) { - define( 'HWP_PREVIEWS_VERSION', '0.0.13' ); + define( 'HWP_PREVIEWS_VERSION', '0.0.14' ); } if ( ! defined( 'HWP_PREVIEWS_PLUGIN_DIR' ) ) { diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index faeb3c4e..95e6db17 100644 --- a/plugins/hwp-previews/package.json +++ b/plugins/hwp-previews/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/hwp-previews-wordpress-plugin", - "version": "0.0.13", + "version": "0.0.14", "private": true, "description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.", "scripts": { diff --git a/plugins/hwp-previews/readme.txt b/plugins/hwp-previews/readme.txt index 47eba6cd..fc0c38eb 100644 --- a/plugins/hwp-previews/readme.txt +++ b/plugins/hwp-previews/readme.txt @@ -4,7 +4,7 @@ Tags: GraphQL, Headless, Previews, WPGraphQL, React, Rest Requires at least: 6.0 Tested up to: 6.8.1 Requires PHP: 7.4 -Stable tag: 0.0.13 +Stable tag: 0.0.14 License: GPL-2.0 License URI: https://www.gnu.org/licenses/gpl-2.0.html