From a95652cd8eda78ac1b97a29c0f281de74dbf152f Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 5 Dec 2025 10:58:34 +0000 Subject: [PATCH] chore: apply version bump from changesets for hwp-previews --- plugins/composer-packages.json | 26 ++++++++++++++++++++++++++ plugins/hwp-previews/composer.json | 2 +- plugins/hwp-previews/hwp-previews.php | 4 ++-- plugins/hwp-previews/readme.txt | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/plugins/composer-packages.json b/plugins/composer-packages.json index f30b720a..cfc9a69e 100644 --- a/plugins/composer-packages.json +++ b/plugins/composer-packages.json @@ -1,6 +1,32 @@ { "packages": { "wpengine/hwp-previews": { + "0.0.15": { + "name": "wpengine/hwp-previews", + "version": "0.0.15", + "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.15/hwp-previews.zip", + "type": "zip" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + } + }, "0.0.14": { "name": "wpengine/hwp-previews", "version": "0.0.14", diff --git a/plugins/hwp-previews/composer.json b/plugins/hwp-previews/composer.json index 966c4bcf..0324b1d6 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.14", + "version": "0.0.15", "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 199e0ed3..e41a64a4 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.14 + * Version: 0.0.15 * 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.14' ); + define( 'HWP_PREVIEWS_VERSION', '0.0.15' ); } if ( ! defined( 'HWP_PREVIEWS_PLUGIN_DIR' ) ) { diff --git a/plugins/hwp-previews/readme.txt b/plugins/hwp-previews/readme.txt index b6cf5ad5..27406940 100644 --- a/plugins/hwp-previews/readme.txt +++ b/plugins/hwp-previews/readme.txt @@ -4,7 +4,7 @@ Tags: headless, previews, decoupled, wpgraphql, rest-api Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.4 -Stable tag: 0.0.14 +Stable tag: 0.0.15 License: GPL-2.0 License URI: https://www.gnu.org/licenses/gpl-2.0.html