From e4b1340dff07d5e16262b13469ee92a93f27b0d6 Mon Sep 17 00:00:00 2001 From: Jonathan Daggerhart Date: Fri, 25 Nov 2016 14:56:31 -0500 Subject: [PATCH] updating readmes for alternate redirect_uri --- readme.md | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 9f48904..3386ae7 100644 --- a/readme.md +++ b/readme.md @@ -40,6 +40,7 @@ Replace `example.com` with your domain name and path to WordPress. **3.1.0** * Feature: Refresh tokens * Feature: Integrated logout support with end_session endpoint +* Feature: May use an alternate redirect_uri that doesn't rely on admin-ajax * Bug fix: case insensitive check for Bearer token * Bug fix: "redirect to origin when auto-sso" cookie issue * Bug fix: PHP Warnings headers already sent due to attempts to redirect and set cookies during login form message diff --git a/readme.txt b/readme.txt index c6f3692..27c64a5 100644 --- a/readme.txt +++ b/readme.txt @@ -46,6 +46,7 @@ Replace `example.com` with your domain name and path to WordPress. = 3.1.0 = * Feature: Refresh tokens * Feature: Integrated logout support with end_session endpoint +* Feature: May use an alternate redirect_uri that doesn't rely on admin-ajax * Bug fix: case insensitive check for Bearer token * Bug fix: "redirect to origin when auto-sso" cookie issue * Bug fix: PHP Warnings headers already sent due to attempts to redirect and set cookies during login form message