From c106db3ba722a0683c08114117b1dfea20713f43 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 18 Jul 2018 05:04:45 -0700 Subject: [PATCH] Bump README for v0.3.11 --- 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 4c000b0..53d8181 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.10 +**Stable tag:** 0.3.11 **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.11 (July 18, 2018) ### +* Provides an error message explicitly for when SAML response attributes are missing [[#125](https://github.com/pantheon-systems/wp-saml-auth/pull/125)]. + ### 0.3.10 (June 28, 2018) ### * Ensures `redirect_to` URLs don't lose query parameters by encoding with `rawurlencode()` [[#124](https://github.com/pantheon-systems/wp-saml-auth/pull/124)]. * Adds French localization. diff --git a/readme.txt b/readme.txt index 70d632c..b58c56d 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.10 +Stable tag: 0.3.11 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.11 (July 18, 2018) = +* Provides an error message explicitly for when SAML response attributes are missing [[#125](https://github.com/pantheon-systems/wp-saml-auth/pull/125)]. + = 0.3.10 (June 28, 2018) = * Ensures `redirect_to` URLs don't lose query parameters by encoding with `rawurlencode()` [[#124](https://github.com/pantheon-systems/wp-saml-auth/pull/124)]. * Adds French localization. diff --git a/wp-saml-auth.php b/wp-saml-auth.php index 01d7ec0..94e13d5 100644 --- a/wp-saml-auth.php +++ b/wp-saml-auth.php @@ -1,7 +1,7 @@