Skip to content

Commit

Permalink
Release 3.5.6 (#113)
Browse files Browse the repository at this point in the history
* Release 3.5.6
---------

Co-authored-by: nicumicle <[email protected]>
  • Loading branch information
nicumicle and nicumicle authored Aug 3, 2024
1 parent 1f0b345 commit 8d1a4b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.5.6 (03 Aug 2024)
- Update WordPress 6.6 Compatibility
- Fix revoked token validation when middleware enabled [#110](https://github.com/nicumicle/simple-jwt-login/issues/110)

## 3.5.5 ( 04 May 2024)
Expand Down
9 changes: 7 additions & 2 deletions simple-jwt-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Contributors: nicu_m
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PK9BCD6AYF58Y&source=url
Tags: jwt, API, auto login, register, tokens
Requires at least: 4.4.0
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 5.5
Stable tag: 3.5.5
Stable tag: 3.5.6
License: GPLv3
License URI: https://www.gnu.org/licenses/quick-guide-gplv3.html

Expand Down Expand Up @@ -453,6 +453,11 @@ After that, for the create user route, simply add the AUTH code in the request,

A complete Changelog is available on the [GitHub repository](https://github.com/nicumicle/simple-jwt-login/blob/master/Changelog.md).


= 3.5.6 ( 03 Aug 2024) =
- Update WordPress 6.6 Compatibility
- Fix revoked token validation when middleware enabled [#110](https://github.com/nicumicle/simple-jwt-login/issues/110)

= 3.5.5 ( 04 May 2024) =
- Update README
- Refactor Protect Endpoints
Expand Down
2 changes: 1 addition & 1 deletion simple-jwt-login/simple-jwt-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Author URI: https://profiles.wordpress.org/nicu_m/
Text Domain: simple-jwt-login
Domain Path: /i18n
Version: 3.5.5
Version: 3.5.6
*/

use SimpleJWTLogin\Modules\SimpleJWTLoginSettings;
Expand Down

0 comments on commit 8d1a4b3

Please sign in to comment.