Skip to content

Commit 282f2cf

Browse files
committed
Release 2.4.4
1 parent 09aaa93 commit 282f2cf

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

onelogin-saml-sso/onelogin_saml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://github.com/onelogin/wordpress-saml
55
Description: Give users secure one-click access to WordPress from OneLogin. This SAML integration eliminates passwords and allows you to authenticate users against your existing Active Directory or LDAP server as well increase security using YubiKeys or VeriSign VIP Access, browser PKI certificates and OneLogin's flexible security policies. OneLogin is pre-integrated with thousands of apps and handles all of your SSO needs in the cloud and behind the firewall.
66
Author: OneLogin, Inc.
7-
Version: 2.4.3
7+
Version: 2.4.4
88
Author URI: http://www.onelogin.com
99
*/
1010

onelogin-saml-sso/readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ To mitigate that bug, place the script at the root of wordpress and execute it (
2222

2323
== Changelog ==
2424

25+
= 2.4.4 =
26+
* Relax Destination check.
27+
* On SLS, Print errors, not lastError (it will be printed if debug enabled)
28+
2529
= 2.4.3 =
2630
* Update php-saml library to [2.10.0](https://github.com/onelogin/php-saml/releases/tag/v2.10.0) (it includes SAML Signature Wrapping attack prevention and other security improvements).
2731
* Fix Idp initiated sign out issue (WP session not closed) [#25](https://github.com/onelogin/wordpress-saml/issues/25)

onelogin-saml-sso/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"plugin": {
77
"app": "wordpress",
88
"name": "onelogin-saml-sso",
9-
"version": "2.4.3",
10-
"released": "14/10/2016"
9+
"version": "2.4.4",
10+
"released": "19/10/2016"
1111
}
1212
}

0 commit comments

Comments
 (0)