Releases: pantheon-systems/wp-saml-auth
Releases · pantheon-systems/wp-saml-auth
Version 0.5.0
- Updates
onelogin/php-saml
tov3.0.0
for PHP 7.2 support [#133].
Version 0.4.0
- Updates
onelogin/php-saml
fromv2.13.0
tov2.14.0
[#127].
Version 0.3.11
- Provides an error message explicitly for when SAML response attributes are missing [#125].
Version 0.3.10
- Ensures
redirect_to
URLs don't lose query parameters by encoding withrawurlencode()
[#124]. - Adds French localization.
Version 0.3.9
- Fixes PHP notice by using namespaced SimpleSAMLphp class if available [#118].
- Updates
onelogin/php-saml
fromv2.12.0
tov2.13.0
.
Version 0.3.8
- Redirects to
action=wp-saml-auth
whenredirect_to
is persisted, to ensure authentication is handled [#115].
Version 0.3.7
- Persists
redirect_to
value in a more accurate manner, as a follow up to the change in v0.3.6 [#113].
Version 0.3.6
- Prevents WordPress from dropping authentication cookie when user is redirected to login from
/wp-admin/
URLs [#112].
Version 0.3.5
- Substitutes
wp-login.php
string withparse_url( wp_login_url(), PHP_URL_PATH )
for compatibility with plugins and functions that alter the standard login url [#109].
Version 0.3.4
- Permits
internal
connection type to be used without signout URL, for integration with Google Apps [#106].