File tree Expand file tree Collapse file tree 4 files changed +32
-4
lines changed Expand file tree Collapse file tree 4 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 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" : " headless-oss@wpengine.com" ,
307+ "homepage" : " https://wpengine.com/"
308+ }
309+ ],
310+ "support" : {
311+ "issues" : " https://github.com/wpengine/hwptoolkit/issues" ,
312+ "email" : " support@wpengine.com"
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}
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.1 " ,
6+ "version" : " 0.0.7 " ,
77 "authors" : [
88 {
99 "name" : " WP Engine Headless OSS Development Team" ,
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.1
8+ Stable tag: 0.0.7
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.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 ' ) ) {
You can’t perform that action at this time.
0 commit comments