Skip to content

Releases: pantheon-systems/wp-saml-auth

Version 0.5.0

07 Nov 19:22
Compare
Choose a tag to compare
  • Updates onelogin/php-saml to v3.0.0 for PHP 7.2 support [#133].

Version 0.4.0

05 Sep 18:57
e108788
Compare
Choose a tag to compare
  • Updates onelogin/php-saml from v2.13.0 to v2.14.0 [#127].

Version 0.3.11

18 Jul 12:13
dcd6680
Compare
Choose a tag to compare
  • Provides an error message explicitly for when SAML response attributes are missing [#125].

Version 0.3.10

28 Jun 14:21
Compare
Choose a tag to compare
  • Ensures redirect_to URLs don't lose query parameters by encoding with rawurlencode() [#124].
  • Adds French localization.

Version 0.3.9

29 Mar 18:09
30f4507
Compare
Choose a tag to compare
  • Fixes PHP notice by using namespaced SimpleSAMLphp class if available [#118].
  • Updates onelogin/php-saml from v2.12.0 to v2.13.0.

Version 0.3.8

26 Feb 15:04
3b55c5a
Compare
Choose a tag to compare
  • Redirects to action=wp-saml-auth when redirect_to is persisted, to ensure authentication is handled [#115].

Version 0.3.7

13 Feb 23:46
5013989
Compare
Choose a tag to compare
  • 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

08 Feb 01:11
ebaa7a5
Compare
Choose a tag to compare
  • Prevents WordPress from dropping authentication cookie when user is redirected to login from /wp-admin/ URLs [#112].

Version 0.3.5

19 Jan 17:26
1bfcc22
Compare
Choose a tag to compare
  • 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].

Version 0.3.4

22 Dec 21:36
4cadae3
Compare
Choose a tag to compare
  • Permits internal connection type to be used without signout URL, for integration with Google Apps [#106].