diff --git a/jwt-auth.php b/jwt-auth.php index 5347d56..62136a3 100644 --- a/jwt-auth.php +++ b/jwt-auth.php @@ -3,7 +3,7 @@ * Plugin Name: JWT Auth * Plugin URI: https://github.com/usefulteam/jwt-auth * Description: WordPress JWT Authentication. - * Version: 3.0.2 + * Version: 3.0.3 * Author: Useful Team * Author URI: https://usefulteam.com * License: GPL-3.0 diff --git a/readme.txt b/readme.txt index 55ef295..23afddb 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: contactjavas, tha_sun, dominic_ks Tags: jwt, jwt-auth, token-authentication, json-web-token Requires at least: 5.2 Tested up to: 6.5.3 -Stable tag: 3.0.2 +Stable tag: 3.0.3 Requires PHP: 7.2 License: GPLv3 License URI: https://oss.ninja/gpl-3.0?organization=Useful%20Team&project=WordPress%20JWT%20Auth @@ -815,7 +815,7 @@ You can help this plugin stay alive and maintained by giving **5 Stars** Rating/ 3. Other error responses == Changelog == -= 3.0.x = += 3.0.3 = - Fix: Prioritise authentication with user credentials over refresh token if both are sent. = 3.0.2 =