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..6073d2eb 100644 --- a/plugins/composer-packages.json +++ b/plugins/composer-packages.json @@ -421,6 +421,32 @@ } }, "wpengine/wpgraphql-webhooks": { + "0.0.8": { + "name": "wpengine/wpgraphql-webhooks", + "version": "0.0.8", + "type": "wordpress-plugin", + "description": "Headless webhooks for WPGraphQL", + "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%2Fwpgraphql-webhooks-wordpress-plugin-0.0.8/wpgraphql-webhooks.zip", + "type": "zip" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + } + }, "0.0.7": { "name": "wpengine/wpgraphql-webhooks", "version": "0.0.7", 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/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/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/composer.json b/plugins/wpgraphql-webhooks/composer.json index 48a6a348..c5740643 100644 --- a/plugins/wpgraphql-webhooks/composer.json +++ b/plugins/wpgraphql-webhooks/composer.json @@ -3,7 +3,7 @@ "description": "Headless webhooks for WPGraphQL", "type": "library", "license": "GPL-2.0", - "version": "0.0.7", + "version": "0.0.8", "authors": [ { "name": "WP Engine Headless OSS Development Team", 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": { diff --git a/plugins/wpgraphql-webhooks/readme.txt b/plugins/wpgraphql-webhooks/readme.txt index 50d59ebc..cff849c9 100644 --- a/plugins/wpgraphql-webhooks/readme.txt +++ b/plugins/wpgraphql-webhooks/readme.txt @@ -5,7 +5,7 @@ Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.4 Requires WPGraphQL: 1.8.0 -Stable tag: 0.0.7 +Stable tag: 0.0.8 License: GPL-3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php b/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php index 58573251..f52444b8 100644 --- a/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php +++ b/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php @@ -7,7 +7,7 @@ * Author: WPEngine OSS Team * Author URI: https://github.com/wpengine * Update URI: https://github.com/wpengine/hwptoolkit - * Version: 0.0.7 + * Version: 0.0.8 * Text Domain: graphql-webhooks * Domain Path: /languages * Requires at least: 6.0 @@ -60,7 +60,7 @@ function graphql_webhooks_constants(): void { // Plugin version. if ( ! defined( 'WPGRAPHQL_WEBHOOKS_VERSION' ) ) { - define( 'WPGRAPHQL_WEBHOOKS_VERSION', '0.0.7' ); + define( 'WPGRAPHQL_WEBHOOKS_VERSION', '0.0.8' ); } // Plugin Folder Path.