Skip to content

Commit df4f153

Browse files
committed
Cookies && Token compatibility
- Fix the root problem with gutenberg infinite loops and allow the token validation/generation if the WP cookie exists. - More info (Tmeister#138) - Props: https://github.com/andrzejpiotrowski
1 parent a67b833 commit df4f153

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

jwt-auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: JWT Authentication for WP-API
1616
* Plugin URI: https://enriquechavez.co
1717
* Description: Extends the WP REST API using JSON Web Tokens Authentication as an authentication method.
18-
* Version: 1.2.5
18+
* Version: 1.2.6
1919
* Author: Enrique Chavez
2020
* Author URI: https://enriquechavez.co
2121
* License: GPL-2.0+

readme.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
=== JWT Authentication for WP REST API ===
22

33
Contributors: tmeister
4-
Donate link: https://enriquechavez.co
4+
Donate link: https://www.paypal.me/wpchavez
55
Tags: wp-json, jwt, json web authentication, wp-api
66
Requires at least: 4.2
7-
Tested up to: 5.0
7+
Tested up to: 5.1
88
Requires PHP: 5.3.0
9-
Stable tag: 1.2.5
9+
Stable tag: 1.2.6
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -341,6 +341,13 @@ $data = array(
341341
###Please read how to configured the plugin https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
342342

343343
== Changelog ==
344+
= 1.2.6 =
345+
* Cookies && Token compatibility
346+
* Fix the root problem with gutenberg infinite loops and allow the token validation/generation if the WP cookie exists.
347+
* More info (https://github.com/Tmeister/wp-api-jwt-auth/pull/138)
348+
* Props: https://github.com/andrzejpiotrowski
349+
350+
344351
= 1.2.5 =
345352
* Add Gutenberg Compatibility
346353
* More info (https://github.com/Tmeister/wp-api-jwt-auth/issues/126)

0 commit comments

Comments
 (0)