Skip to content

Commit

Permalink
Cookies && Token compatibility
Browse files Browse the repository at this point in the history
- Fix the root problem with gutenberg infinite loops and allow the token validation/generation if the WP cookie exists.
- More info (#138)
- Props: https://github.com/andrzejpiotrowski
  • Loading branch information
Tmeister committed Mar 5, 2019
1 parent a67b833 commit df4f153
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jwt-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: JWT Authentication for WP-API
* Plugin URI: https://enriquechavez.co
* Description: Extends the WP REST API using JSON Web Tokens Authentication as an authentication method.
* Version: 1.2.5
* Version: 1.2.6
* Author: Enrique Chavez
* Author URI: https://enriquechavez.co
* License: GPL-2.0+
Expand Down
13 changes: 10 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=== JWT Authentication for WP REST API ===

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

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

== Changelog ==
= 1.2.6 =
* Cookies && Token compatibility
* Fix the root problem with gutenberg infinite loops and allow the token validation/generation if the WP cookie exists.
* More info (https://github.com/Tmeister/wp-api-jwt-auth/pull/138)
* Props: https://github.com/andrzejpiotrowski


= 1.2.5 =
* Add Gutenberg Compatibility
* More info (https://github.com/Tmeister/wp-api-jwt-auth/issues/126)
Expand Down

0 comments on commit df4f153

Please sign in to comment.