From eba6302b49af630f80eb3301818cc9d9277c2fd5 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 19 Jan 2018 09:07:06 -0800 Subject: [PATCH] Bump README for v0.3.5 --- README.md | 5 ++++- readme.txt | 5 ++++- wp-saml-auth.php | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3600eb..54bd3e3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** authentication, SAML **Requires at least:** 4.4 **Tested up to:** 4.9 -**Stable tag:** 0.3.4 +**Stable tag:** 0.3.5 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -253,6 +253,9 @@ There is no third step. Because SimpleSAMLphp loads WordPress, which has WP Nati ## Changelog ## +### 0.3.5 (January 19, 2018) ### +* Substitutes `wp-login.php` string with `parse_url( wp_login_url(), PHP_URL_PATH )` for compatibility with plugins and functions that alter the standard login url [[#109](https://github.com/pantheon-systems/wp-saml-auth/pull/109)]. + ### 0.3.4 (December 22, 2017) ### * Permits `internal` connection type to be used without signout URL, for integration with Google Apps [[#106](https://github.com/pantheon-systems/wp-saml-auth/pull/106)]. diff --git a/readme.txt b/readme.txt index a53a99b..5d1e6b7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, Outlandish Josh Tags: authentication, SAML Requires at least: 4.4 Tested up to: 4.9 -Stable tag: 0.3.4 +Stable tag: 0.3.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -253,6 +253,9 @@ There is no third step. Because SimpleSAMLphp loads WordPress, which has WP Nati == Changelog == += 0.3.5 (January 19, 2018) = +* Substitutes `wp-login.php` string with `parse_url( wp_login_url(), PHP_URL_PATH )` for compatibility with plugins and functions that alter the standard login url [[#109](https://github.com/pantheon-systems/wp-saml-auth/pull/109)]. + = 0.3.4 (December 22, 2017) = * Permits `internal` connection type to be used without signout URL, for integration with Google Apps [[#106](https://github.com/pantheon-systems/wp-saml-auth/pull/106)]. diff --git a/wp-saml-auth.php b/wp-saml-auth.php index 8729053..3a4b646 100644 --- a/wp-saml-auth.php +++ b/wp-saml-auth.php @@ -1,7 +1,7 @@