Skip to content

Commit

Permalink
chore: Update version and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmeister committed Jan 17, 2025
1 parent 5edbd43 commit 975b99e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-jwt-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion jwt-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 975b99e

Please sign in to comment.