We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0152a9 + daae4f4 commit 0ad0481Copy full SHA for 0ad0481
wp-graphql-jwt-authentication.php
@@ -7,7 +7,7 @@
7
* Author URI: https://www.wpgraphql.com
8
* Text Domain: wp-graphql-jwt-authentication-jwt-authentication
9
* Domain Path: /languages
10
- * Version: 0.3.4
+ * Version: 0.3.5
11
* Requires at least: 4.7.0
12
* Tested up to: 4.8.3
13
* Requires PHP: 5.5
@@ -113,7 +113,7 @@ public function __wakeup() {
113
private function setup_constants() {
114
// Plugin version.
115
if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) {
116
- define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.4' );
+ define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.5' );
117
}
118
119
// Plugin Folder Path.
0 commit comments