File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " wp-graphql/wp-graphql-jwt-authentication" ,
33 "description" : " JWT Authentication for WPGraphQL" ,
44 "type" : " wordpress-plugin" ,
5- "version" : " 0.3.3" ,
65 "license" : " GPL-3.0+" ,
76 "authors" : [
87 {
Original file line number Diff line number Diff line change 77 * Author URI: https://www.wpgraphql.com
88 * Text Domain: wp-graphql-jwt-authentication-jwt-authentication
99 * Domain Path: /languages
10- * Version: 0.3.3
10+ * Version: 0.3.4
1111 * Requires at least: 4.7.0
1212 * Tested up to: 4.8.3
1313 * Requires PHP: 5.5
@@ -117,7 +117,7 @@ private function setup_constants() {
117117
118118 // Plugin version.
119119 if ( ! defined ( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION ' ) ) {
120- define ( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION ' , '0.3.3 ' );
120+ define ( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION ' , '0.3.4 ' );
121121 }
122122
123123 // Plugin Folder Path.
You can’t perform that action at this time.
0 commit comments