File tree Expand file tree Collapse file tree 4 files changed +30
-4
lines changed
Expand file tree Collapse file tree 4 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 369369 }
370370 },
371371 "wpengine/wpgraphql-webhooks" : {
372+ "0.0.7" : {
373+ "name" : " wpengine/wpgraphql-webhooks" ,
374+ "version" : " 0.0.7" ,
375+ "type" : " wordpress-plugin" ,
376+ "description" : " Headless webhooks for WPGraphQL" ,
377+ "homepage" : " https://github.com/wpengine/hwptoolkit" ,
378+ "license" : " GPL-2.0" ,
379+ "authors" : [
380+ {
381+ "name" : " WP Engine Headless OSS Development Team" ,
382+ "email" : " headless-oss@wpengine.com" ,
383+ "homepage" : " https://wpengine.com/"
384+ }
385+ ],
386+ "support" : {
387+ "issues" : " https://github.com/wpengine/hwptoolkit/issues" ,
388+ "email" : " support@wpengine.com"
389+ },
390+ "dist" : {
391+ "url" : " https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-webhooks-wordpress-plugin-0.0.7/wpgraphql-webhooks.zip" ,
392+ "type" : " zip"
393+ },
394+ "require" : {
395+ "composer/installers" : " ~1.0 || ~2.0"
396+ }
397+ },
372398 "0.0.6" : {
373399 "name" : " wpengine/wpgraphql-webhooks" ,
374400 "version" : " 0.0.6" ,
Original file line number Diff line number Diff line change 33 "description" : " Headless webhooks for WPGraphQL" ,
44 "type" : " library" ,
55 "license" : " GPL-2.0" ,
6- "version" : " 0.0.6 " ,
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.0
55Tested up to: 6.9
66Requires PHP: 7.4
77Requires WPGraphQL: 1.8.0
8- Stable tag: 0.0.6
8+ Stable tag: 0.0.7
99License: GPL-3
1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111
Original file line number Diff line number Diff line change 77 * Author: WPEngine OSS Team
88 * Author URI: https://github.com/wpengine
99 * Update URI: https://github.com/wpengine/hwptoolkit
10- * Version: 0.0.6
10+ * Version: 0.0.7
1111 * Text Domain: graphql-webhooks
1212 * Domain Path: /languages
1313 * Requires at least: 6.0
6060function graphql_webhooks_constants (): void {
6161 // Plugin version.
6262 if ( ! defined ( 'WPGRAPHQL_WEBHOOKS_VERSION ' ) ) {
63- define ( 'WPGRAPHQL_WEBHOOKS_VERSION ' , '0.0.6 ' );
63+ define ( 'WPGRAPHQL_WEBHOOKS_VERSION ' , '0.0.7 ' );
6464 }
6565
6666 // Plugin Folder Path.
You can’t perform that action at this time.
0 commit comments