Skip to content

Commit fb6995c

Browse files
authored
Merge pull request #320 from wpengine/release/wp-graphql-webhooks-20250702-152956
Release: wp-graphql-webhooks version bump
2 parents 6a6de4f + 9d542ee commit fb6995c

File tree

7 files changed

+37
-10
lines changed

7 files changed

+37
-10
lines changed

.changeset/tame-walls-suffer.md

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

plugins/composer-packages.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,32 @@
107107
}
108108
},
109109
"wpengine/wp-graphql-webhooks": {
110+
"0.0.3": {
111+
"name": "wpengine/wp-graphql-webhooks",
112+
"version": "0.0.3",
113+
"type": "wordpress-plugin",
114+
"description": "Headless webhooks for WPGraphQL",
115+
"homepage": "https://github.com/wpengine/hwptoolkit",
116+
"license": "GPL-2.0",
117+
"authors": [
118+
{
119+
"name": "WP Engine Headless OSS Development Team",
120+
"email": "[email protected]",
121+
"homepage": "https://wpengine.com/"
122+
}
123+
],
124+
"support": {
125+
"issues": "https://github.com/wpengine/hwptoolkit/issues",
126+
"email": "[email protected]"
127+
},
128+
"dist": {
129+
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-webhooks-wordpress-plugin-0.0.3/wp-graphql-webhooks.zip",
130+
"type": "zip"
131+
},
132+
"require": {
133+
"composer/installers": "~1.0 || ~2.0"
134+
}
135+
},
110136
"0.0.2": {
111137
"name": "wpengine/wp-graphql-webhooks",
112138
"version": "0.0.2",

plugins/wp-graphql-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.3
4+
5+
### Patch Changes
6+
7+
- [#319](https://github.com/wpengine/hwptoolkit/pull/319) [`1423ec0`](https://github.com/wpengine/hwptoolkit/commit/1423ec0bc8c85e0a01b36450dcd03322463c6bec) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Fixes an issue for the release process to include all plugin files.
8+
39
## 0.0.2
410

511
### Patch Changes

plugins/wp-graphql-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.2",
6+
"version": "0.0.3",
77
"authors": [
88
{
99
"name": "WP Engine Headless OSS Development Team",

plugins/wp-graphql-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.2",
3+
"version": "0.0.3",
44
"private": true,
55
"description": "Webhooks solution for WordPress",
66
"scripts": {

plugins/wp-graphql-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.2
8+
Stable tag: 0.0.3
99
License: GPL-3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

plugins/wp-graphql-webhooks/wp-graphql-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.2
10+
* Version: 0.0.3
1111
* Text Domain: wp-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.2' );
63+
define( 'WPGRAPHQL_WEBHOOKS_VERSION', '0.0.3' );
6464
}
6565

6666
// Plugin Folder Path.

0 commit comments

Comments
 (0)