Skip to content

Commit a21d574

Browse files
authored
Merge pull request #415 from wpengine/release/wpgraphql-webhooks-20250919-102722
Release: wpgraphql-webhooks version bump
2 parents ac87c63 + 555c9e1 commit a21d574

File tree

7 files changed

+37
-11
lines changed

7 files changed

+37
-11
lines changed

.changeset/sixty-deers-cheer.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

plugins/composer-packages.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,32 @@
265265
}
266266
},
267267
"wpengine/wpgraphql-webhooks": {
268+
"0.0.6": {
269+
"name": "wpengine/wpgraphql-webhooks",
270+
"version": "0.0.6",
271+
"type": "wordpress-plugin",
272+
"description": "Headless webhooks for WPGraphQL",
273+
"homepage": "https://github.com/wpengine/hwptoolkit",
274+
"license": "GPL-2.0",
275+
"authors": [
276+
{
277+
"name": "WP Engine Headless OSS Development Team",
278+
"email": "[email protected]",
279+
"homepage": "https://wpengine.com/"
280+
}
281+
],
282+
"support": {
283+
"issues": "https://github.com/wpengine/hwptoolkit/issues",
284+
"email": "[email protected]"
285+
},
286+
"dist": {
287+
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-webhooks-wordpress-plugin-0.0.6/wpgraphql-webhooks.zip",
288+
"type": "zip"
289+
},
290+
"require": {
291+
"composer/installers": "~1.0 || ~2.0"
292+
}
293+
},
268294
"0.0.4": {
269295
"name": "wpengine/wpgraphql-webhooks",
270296
"version": "0.0.4",

plugins/wpgraphql-webhooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wpengine/wpgraphql-webhooks-wordpress-plugin
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.0.5
410

511
### Patch Changes

plugins/wpgraphql-webhooks/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Headless webhooks for WPGraphQL",
44
"type": "library",
55
"license": "GPL-2.0",
6-
"version": "0.0.4",
6+
"version": "0.0.6",
77
"authors": [
88
{
99
"name": "WP Engine Headless OSS Development Team",

plugins/wpgraphql-webhooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpengine/wpgraphql-webhooks-wordpress-plugin",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"description": "Webhooks solution for WordPress",
66
"scripts": {

plugins/wpgraphql-webhooks/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires at least: 6.0
55
Tested up to: 6.8.1
66
Requires PHP: 7.4
77
Requires WPGraphQL: 1.8.0
8-
Stable tag: 0.0.4
8+
Stable tag: 0.0.6
99
License: GPL-3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

plugins/wpgraphql-webhooks/wpgraphql-webhooks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: WPEngine OSS Team
88
* Author URI: https://github.com/wpengine
99
* Update URI: https://github.com/wpengine/hwptoolkit
10-
* Version: 0.0.4
10+
* Version: 0.0.6
1111
* Text Domain: graphql-webhooks
1212
* Domain Path: /languages
1313
* Requires at least: 6.0
@@ -60,7 +60,7 @@
6060
function graphql_webhooks_constants(): void {
6161
// Plugin version.
6262
if ( ! defined( 'WPGRAPHQL_WEBHOOKS_VERSION' ) ) {
63-
define( 'WPGRAPHQL_WEBHOOKS_VERSION', '0.0.4' );
63+
define( 'WPGRAPHQL_WEBHOOKS_VERSION', '0.0.6' );
6464
}
6565

6666
// Plugin Folder Path.

0 commit comments

Comments
 (0)