Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0.3 release #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 jwt-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 =
Expand Down