diff --git a/.changeset/fine-worms-wish.md b/.changeset/fine-worms-wish.md deleted file mode 100644 index cc5fe8bd..00000000 --- a/.changeset/fine-worms-wish.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch -"@wpengine/wpgraphql-debug-extensions-wordpress-plugin": patch -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch ---- - -Security fix: update "composer/composer" diff --git a/plugins/composer-packages.json b/plugins/composer-packages.json index 1fb3d0a7..865c83c9 100644 --- a/plugins/composer-packages.json +++ b/plugins/composer-packages.json @@ -1,6 +1,32 @@ { "packages": { "wpengine/hwp-previews": { + "1.0.1": { + "name": "wpengine/hwp-previews", + "version": "1.0.1", + "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-1.0.1/hwp-previews.zip", + "type": "zip" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + } + }, "1.0.0": { "name": "wpengine/hwp-previews", "version": "1.0.0", diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index 12b2eb09..a737accf 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,11 @@ # HWP Previews +## 1.0.1 + +### Patch Changes + +- [#587](https://github.com/wpengine/hwptoolkit/pull/587) [`063c571`](https://github.com/wpengine/hwptoolkit/commit/063c571d2e2019ef40ef35bd5139b58a762dd1e6) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Security fix: update "composer/composer" + ## 1.0.0 ### Major Changes diff --git a/plugins/hwp-previews/composer.json b/plugins/hwp-previews/composer.json index b580ccd8..e0d8fac8 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": "1.0.0", + "version": "1.0.1", "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 7194cbc3..99426a6a 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: 1.0.0 + * Version: 1.0.1 * 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', '1.0.0' ); + define( 'HWP_PREVIEWS_VERSION', '1.0.1' ); } if ( ! defined( 'HWP_PREVIEWS_PLUGIN_DIR' ) ) { diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index 26a37251..f6638cf7 100644 --- a/plugins/hwp-previews/package.json +++ b/plugins/hwp-previews/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/hwp-previews-wordpress-plugin", - "version": "1.0.0", + "version": "1.0.1", "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 531071b9..a4e829dd 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.9 Requires PHP: 7.4 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: GPL-2.0 License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/plugins/wpgraphql-debug-extensions/CHANGELOG.md b/plugins/wpgraphql-debug-extensions/CHANGELOG.md index 77d521d4..b1e03033 100644 --- a/plugins/wpgraphql-debug-extensions/CHANGELOG.md +++ b/plugins/wpgraphql-debug-extensions/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpengine/wpgraphql-debug-extensions-plugin +## 0.0.4 + +### Patch Changes + +- [#587](https://github.com/wpengine/hwptoolkit/pull/587) [`063c571`](https://github.com/wpengine/hwptoolkit/commit/063c571d2e2019ef40ef35bd5139b58a762dd1e6) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Security fix: update "composer/composer" + ## 0.0.3 ### Patch Changes diff --git a/plugins/wpgraphql-debug-extensions/package.json b/plugins/wpgraphql-debug-extensions/package.json index e9ce36ad..6f38c16e 100644 --- a/plugins/wpgraphql-debug-extensions/package.json +++ b/plugins/wpgraphql-debug-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/wpgraphql-debug-extensions-wordpress-plugin", - "version": "0.0.3", + "version": "0.0.4", "private": true, "description": "Debug Extensions for WordPress", "scripts": { diff --git a/plugins/wpgraphql-webhooks/CHANGELOG.md b/plugins/wpgraphql-webhooks/CHANGELOG.md index 2d8b550f..6b592c29 100644 --- a/plugins/wpgraphql-webhooks/CHANGELOG.md +++ b/plugins/wpgraphql-webhooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpengine/wpgraphql-webhooks-wordpress-plugin +## 0.0.8 + +### Patch Changes + +- [#587](https://github.com/wpengine/hwptoolkit/pull/587) [`063c571`](https://github.com/wpengine/hwptoolkit/commit/063c571d2e2019ef40ef35bd5139b58a762dd1e6) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Security fix: update "composer/composer" + ## 0.0.7 ### Patch Changes diff --git a/plugins/wpgraphql-webhooks/package.json b/plugins/wpgraphql-webhooks/package.json index 0b84e25d..1c746cbb 100644 --- a/plugins/wpgraphql-webhooks/package.json +++ b/plugins/wpgraphql-webhooks/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/wpgraphql-webhooks-wordpress-plugin", - "version": "0.0.7", + "version": "0.0.8", "private": true, "description": "Webhooks solution for WordPress", "scripts": {