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