diff --git a/.changeset/sixty-deers-cheer.md b/.changeset/sixty-deers-cheer.md deleted file mode 100644 index 633bbca9..00000000 --- a/.changeset/sixty-deers-cheer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch ---- - -chore: Renamed plugin to wpgraphql-webhooks from wp-graphql-webhooks - diff --git a/plugins/composer-packages.json b/plugins/composer-packages.json index e41614f4..6382f6a6 100644 --- a/plugins/composer-packages.json +++ b/plugins/composer-packages.json @@ -265,6 +265,32 @@ } }, "wpengine/wpgraphql-webhooks": { + "0.0.6": { + "name": "wpengine/wpgraphql-webhooks", + "version": "0.0.6", + "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.6/wpgraphql-webhooks.zip", + "type": "zip" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + } + }, "0.0.4": { "name": "wpengine/wpgraphql-webhooks", "version": "0.0.4", diff --git a/plugins/wpgraphql-webhooks/CHANGELOG.md b/plugins/wpgraphql-webhooks/CHANGELOG.md index a86a28be..01eec6db 100644 --- a/plugins/wpgraphql-webhooks/CHANGELOG.md +++ b/plugins/wpgraphql-webhooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpengine/wpgraphql-webhooks-wordpress-plugin +## 0.0.6 + +### Patch Changes + +- [#414](https://github.com/wpengine/hwptoolkit/pull/414) [`3d89e33`](https://github.com/wpengine/hwptoolkit/commit/3d89e33326b4f94ca19a568e03b30eb5dc532220) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Renamed plugin to wpgraphql-webhooks from wp-graphql-webhooks + ## 0.0.5 ### Patch Changes diff --git a/plugins/wpgraphql-webhooks/composer.json b/plugins/wpgraphql-webhooks/composer.json index c5192219..a6f5df45 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.4", + "version": "0.0.6", "authors": [ { "name": "WP Engine Headless OSS Development Team", diff --git a/plugins/wpgraphql-webhooks/package.json b/plugins/wpgraphql-webhooks/package.json index ff5cd5de..10ec725a 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.5", + "version": "0.0.6", "private": true, "description": "Webhooks solution for WordPress", "scripts": { diff --git a/plugins/wpgraphql-webhooks/readme.txt b/plugins/wpgraphql-webhooks/readme.txt index 856340ee..52506bcd 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.8.1 Requires PHP: 7.4 Requires WPGraphQL: 1.8.0 -Stable tag: 0.0.4 +Stable tag: 0.0.6 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 72515d74..e2733370 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.4 + * Version: 0.0.6 * 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.4' ); + define( 'WPGRAPHQL_WEBHOOKS_VERSION', '0.0.6' ); } // Plugin Folder Path.