Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ah-jwt-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @wordpress-plugin
* Plugin Name: AH JWT Auth
* Description: This plugin allows sign in to WordPress using a JSON Web Token (JWT) contained in a HTTP Header
* Version: 1.5.3
* Version: 1.5.4
* Author: Andrew Heberle
* Text Domain: ah-jwt-auth
* Author URI: https://github.com/andrewheberle/wordpress-ah-jwt-auth/
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: andrewheberle
Donate link: https://paypal.me/andrewheberle
Tags: jwt, sso, login, auth, authentication
Requires at least: 4.7
Tested up to: 6.4.2
Stable tag: 1.5.3
Tested up to: 6.7.2
Stable tag: 1.5.4
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -57,6 +57,9 @@ Currently only the HS256 and RS256 alorithms are supported.

== Changelog ==

= 1.5.4 =
* Fix bug that meant role was not being set based on selection

= 1.5.3 =
* Make JWKS refresh function public

Expand Down
Loading