Skip to content

Commit 975b99e

Browse files
committed
chore: Update version and tag
1 parent 5edbd43 commit 975b99e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

includes/class-jwt-auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Jwt_Auth {
6363
*/
6464
public function __construct() {
6565
$this->plugin_name = 'jwt-auth';
66-
$this->version = '1.3.5';
66+
$this->version = '1.3.6';
6767

6868
$this->load_dependencies();
6969
$this->set_locale();

jwt-auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: JWT Authentication for WP-API
1616
* Plugin URI: https://enriquechavez.co
1717
* Description: Extends the WP REST API using JSON Web Tokens Authentication as an authentication method.
18-
* Version: 1.3.5
18+
* Version: 1.3.6
1919
* Author: Enrique Chavez
2020
* Author URI: https://enriquechavez.co
2121
* License: GPL-2.0+

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: wp-json, jwt, json web authentication, wp-api, login
66
Requires at least: 4.2
77
Tested up to: 6.7.1
88
Requires PHP: 7.4.0
9-
Stable tag: 1.3.5
9+
Stable tag: 1.3.6
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -365,6 +365,9 @@ I've created a small app to test the basic functionality of the plugin; you can
365365
###Please read how to configured the plugin https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
366366

367367
== Changelog ==
368+
= 1.3.6 =
369+
* Added Safeguard in enqueue_plugin_assets to Handle Null or Empty $suffix
370+
368371
= 1.3.5 =
369372
* Notice: Add JWT Authentication Pro beta announcement notice.
370373

0 commit comments

Comments
 (0)