Skip to content

Commit d91ef33

Browse files
author
github-actions
committed
chore: apply version bump from changesets for wpgraphql-logging
1 parent 215fdb6 commit d91ef33

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

plugins/composer-packages.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,34 @@
291291
"composer/installers": "~1.0 || ~2.0"
292292
}
293293
}
294+
},
295+
"wpengine/wpgraphql-logging": {
296+
"0.0.7": {
297+
"name": "wpengine/wpgraphql-logging",
298+
"version": "0.0.7",
299+
"type": "wordpress-plugin",
300+
"description": "A plugin for logging WPGraphQL request lifecycle tp help with debugging and performance analysis for WPGraphQL queries.",
301+
"homepage": "https://github.com/wpengine/hwptoolkit",
302+
"license": "GPL-2.0",
303+
"authors": [
304+
{
305+
"name": "WP Engine Headless OSS Development Team",
306+
"email": "[email protected]",
307+
"homepage": "https://wpengine.com/"
308+
}
309+
],
310+
"support": {
311+
"issues": "https://github.com/wpengine/hwptoolkit/issues",
312+
"email": "[email protected]"
313+
},
314+
"dist": {
315+
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-logging-wordpress-plugin-0.0.7/wpgraphql-logging.zip",
316+
"type": "zip"
317+
},
318+
"require": {
319+
"composer/installers": "~1.0 || ~2.0"
320+
}
321+
}
294322
}
295323
}
296324
}

plugins/wpgraphql-logging/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "wordpress-plugin",
44
"description": "A plugin for logging WPGraphQL request lifecycle tp help with debugging and performance analysis for WPGraphQL queries.",
55
"license": "GPL-2.0",
6-
"version": "0.0.1",
6+
"version": "0.0.7",
77
"authors": [
88
{
99
"name": "WP Engine Headless OSS Development Team",

plugins/wpgraphql-logging/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires at least: 6.5
55
Tested up to: 6.8,2
66
Requires PHP: 8.1
77
Requires WPGraphQL: 2.3.0
8-
Stable tag: 0.0.1
8+
Stable tag: 0.0.7
99
License: GPL-2.0
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

plugins/wpgraphql-logging/wpgraphql-logging.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: WPEngine Headless 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.7
1111
* Text Domain: wpgraphql-logging
1212
* Domain Path: /languages
1313
* Requires at least: 6.5
@@ -75,7 +75,7 @@ function wpgraphql_logging_init(): void {
7575
function wpgraphql_logging_constants(): void {
7676

7777
if ( ! defined( 'WPGRAPHQL_LOGGING_VERSION' ) ) {
78-
define( 'WPGRAPHQL_LOGGING_VERSION', '0.0.1' );
78+
define( 'WPGRAPHQL_LOGGING_VERSION', '0.0.7' );
7979
}
8080

8181
if ( ! defined( 'WPGRAPHQL_LOGGING_PLUGIN_DIR' ) ) {

0 commit comments

Comments
 (0)