diff --git a/includes/class-jwt-auth.php b/includes/class-jwt-auth.php index 831f25f..df74978 100755 --- a/includes/class-jwt-auth.php +++ b/includes/class-jwt-auth.php @@ -63,7 +63,7 @@ class Jwt_Auth { */ public function __construct() { $this->plugin_name = 'jwt-auth'; - $this->version = '1.3.5'; + $this->version = '1.3.6'; $this->load_dependencies(); $this->set_locale(); diff --git a/jwt-auth.php b/jwt-auth.php index dafbd0b..bd67c83 100755 --- a/jwt-auth.php +++ b/jwt-auth.php @@ -15,7 +15,7 @@ * Plugin Name: JWT Authentication for WP-API * Plugin URI: https://enriquechavez.co * Description: Extends the WP REST API using JSON Web Tokens Authentication as an authentication method. - * Version: 1.3.5 + * Version: 1.3.6 * Author: Enrique Chavez * Author URI: https://enriquechavez.co * License: GPL-2.0+ diff --git a/readme.txt b/readme.txt index 3e64bfa..65908e9 100755 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: wp-json, jwt, json web authentication, wp-api, login Requires at least: 4.2 Tested up to: 6.7.1 Requires PHP: 7.4.0 -Stable tag: 1.3.5 +Stable tag: 1.3.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -365,6 +365,9 @@ I've created a small app to test the basic functionality of the plugin; you can ###Please read how to configured the plugin https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/ == Changelog == += 1.3.6 = +* Added Safeguard in enqueue_plugin_assets to Handle Null or Empty $suffix + = 1.3.5 = * Notice: Add JWT Authentication Pro beta announcement notice.