File tree Expand file tree Collapse file tree 7 files changed +37
-10
lines changed Expand file tree Collapse file tree 7 files changed +37
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 423423 }
424424 },
425425 "wpengine/wpgraphql-logging" : {
426+ "0.0.10" : {
427+ "name" : " wpengine/wpgraphql-logging" ,
428+ "version" : " 0.0.10" ,
429+ "type" : " wordpress-plugin" ,
430+ "description" : " A plugin for logging WPGraphQL request lifecycle tp help with debugging and performance analysis for WPGraphQL queries." ,
431+ "homepage" : " https://github.com/wpengine/hwptoolkit" ,
432+ "license" : " GPL-2.0" ,
433+ "authors" : [
434+ {
435+ "name" : " WP Engine Headless OSS Development Team" ,
436+ "email" : " headless-oss@wpengine.com" ,
437+ "homepage" : " https://wpengine.com/"
438+ }
439+ ],
440+ "support" : {
441+ "issues" : " https://github.com/wpengine/hwptoolkit/issues" ,
442+ "email" : " support@wpengine.com"
443+ },
444+ "dist" : {
445+ "url" : " https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-logging-wordpress-plugin-0.0.10/wpgraphql-logging.zip" ,
446+ "type" : " zip"
447+ },
448+ "require" : {
449+ "composer/installers" : " ~1.0 || ~2.0"
450+ }
451+ },
426452 "0.0.8" : {
427453 "name" : " wpengine/wpgraphql-logging" ,
428454 "version" : " 0.0.8" ,
Original file line number Diff line number Diff line change 11# WPGraphQL Logging
22
3+ ## 0.0.10
4+
5+ ### Patch Changes
6+
7+ - [ #412 ] ( https://github.com/wpengine/hwptoolkit/pull/412 ) [ ` 4aae0fa ` ] ( https://github.com/wpengine/hwptoolkit/commit/4aae0fa56aedd64b30add448cf0df43e55b71455 ) Thanks [ @colinmurphy ] ( https://github.com/colinmurphy ) ! - chore: Various snags.
8+
39## 0.0.9
410
511### Patch Changes
Original file line number Diff line number Diff line change 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.8 " ,
6+ "version" : " 0.0.10 " ,
77 "authors" : [
88 {
99 "name" : " WP Engine Headless OSS Development Team" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @wpengine/wpgraphql-logging-wordpress-plugin" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.0.10 " ,
44 "private" : true ,
55 "description" : " A POC plugin for logging WPGraphQL queries." ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Requires at least: 6.5
55Tested up to: 6.8,2
66Requires PHP: 8.1
77Requires WPGraphQL: 2.3.0
8- Stable tag: 0.0.8
8+ Stable tag: 0.0.10
99License: GPL-2.0
1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
Original file line number Diff line number Diff line change 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.8
10+ * Version: 0.0.10
1111 * Text Domain: wpgraphql-logging
1212 * Domain Path: /languages
1313 * Requires at least: 6.5
@@ -76,7 +76,7 @@ function wpgraphql_logging_init(): void {
7676 function wpgraphql_logging_constants (): void {
7777
7878 if ( ! defined ( 'WPGRAPHQL_LOGGING_VERSION ' ) ) {
79- define ( 'WPGRAPHQL_LOGGING_VERSION ' , '0.0.8 ' );
79+ define ( 'WPGRAPHQL_LOGGING_VERSION ' , '0.0.10 ' );
8080 }
8181
8282 if ( ! defined ( 'WPGRAPHQL_LOGGING_PLUGIN_DIR ' ) ) {
You can’t perform that action at this time.
0 commit comments