Skip to content

Commit 88ea0a8

Browse files
authored
Merge pull request #413 from wpengine/release/wpgraphql-debug-extensions-20250919-101453
Release: wpgraphql-debug-extensions version bump
2 parents 6fbb867 + f5b08f5 commit 88ea0a8

File tree

9 files changed

+44
-12
lines changed

9 files changed

+44
-12
lines changed

.changeset/nice-mails-sort.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
@@ -211,6 +211,32 @@
211211
}
212212
},
213213
"wpengine/wpgraphql-debug-extensions": {
214+
"0.0.2": {
215+
"name": "wpengine/wpgraphql-debug-extensions",
216+
"version": "0.0.2",
217+
"type": "wordpress-plugin",
218+
"description": "Debug extensions for WPGraphQL",
219+
"homepage": "https://github.com/wpengine/hwptoolkit",
220+
"license": "GPL-2.0",
221+
"authors": [
222+
{
223+
"name": "WP Engine Headless OSS Development Team",
224+
"email": "[email protected]",
225+
"homepage": "https://wpengine.com/"
226+
}
227+
],
228+
"support": {
229+
"issues": "https://github.com/wpengine/hwptoolkit/issues",
230+
"email": "[email protected]"
231+
},
232+
"dist": {
233+
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-debug-extensions-wordpress-plugin-0.0.2/wpgraphql-debug-extensions.zip",
234+
"type": "zip"
235+
},
236+
"require": {
237+
"composer/installers": "~1.0 || ~2.0"
238+
}
239+
},
214240
"0.0.1": {
215241
"name": "wpengine/wpgraphql-debug-extensions",
216242
"version": "0.0.1",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# @wpengine/wpgraphql-debug-extensions-plugin
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#362](https://github.com/wpengine/hwptoolkit/pull/362) [`730646a`](https://github.com/wpengine/hwptoolkit/commit/730646acfb881344f751cd2f7f2ddc1694f9dd1e) Thanks [@theodesp](https://github.com/theodesp)! - chore: wp-graphql-webhooks -> wpgraphql-webhooks

plugins/wpgraphql-debug-extensions/composer.json

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

plugins/wpgraphql-debug-extensions/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-debug-extensions-wordpress-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"description": "Debug Extensions for WordPress",
66
"scripts": {

plugins/wpgraphql-debug-extensions/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.1
8+
Stable tag: 0.0.2
99
License: GPL-3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

plugins/wpgraphql-debug-extensions/wpgraphql-debug-extensions.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.1
10+
* Version: 0.0.2
1111
* Text Domain: wpgraphql-debug-extensions
1212
* Domain Path: /languages
1313
* Requires at least: 6.0
@@ -59,7 +59,7 @@
5959
function wpgraphql_debug_extensions_constants(): void {
6060
// Plugin version.
6161
if ( ! defined( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION' ) ) {
62-
define( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION', '0.0.1' );
62+
define( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION', '0.0.2' );
6363
}
6464

6565
// Plugin Folder Path.

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.5
4+
5+
### Patch Changes
6+
7+
- [#362](https://github.com/wpengine/hwptoolkit/pull/362) [`730646a`](https://github.com/wpengine/hwptoolkit/commit/730646acfb881344f751cd2f7f2ddc1694f9dd1e) Thanks [@theodesp](https://github.com/theodesp)! - chore: wp-graphql-webhooks -> wpgraphql-webhooks
8+
39
## 0.0.4
410

511
### Patch Changes

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.4",
3+
"version": "0.0.5",
44
"private": true,
55
"description": "Webhooks solution for WordPress",
66
"scripts": {

0 commit comments

Comments
 (0)