Skip to content

Commit

Permalink
Add changelog for 1.3.3
Browse files Browse the repository at this point in the history
- Version up to 1.3.3
  • Loading branch information
Tmeister committed Sep 3, 2023
1 parent 1f6a6dd commit 7f99bfa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.1.0';
$this->version = '1.3.3';

$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.2
* Version: 1.3.3
* Author: Enrique Chavez
* Author URI: https://enriquechavez.co
* License: GPL-2.0+
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Contributors: tmeister
Donate link: https://www.paypal.me/wpchavez
Tags: wp-json, jwt, json web authentication, wp-api
Requires at least: 4.2
Tested up to: 6.0.2
Tested up to: 6.3.1
Requires PHP: 7.4.0
Stable tag: 1.3.2
Stable tag: 1.3.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -365,6 +365,11 @@ 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.3 =
* Update php-jwt to 6.4.0
* Fix php warnings (https://github.com/Tmeister/wp-api-jwt-auth/pull/259)
* Fix the condition where it checks if the request is a REST Request (https://github.com/Tmeister/wp-api-jwt-auth/pull/256)

= 1.3.2 =
* Fix conflicts with other plugins using the same JWT library adding a wrapper namespace to the JWT class.

Expand Down

0 comments on commit 7f99bfa

Please sign in to comment.