Skip to content

Commit ef666e7

Browse files
committed
Release 2.4.5
1 parent 802278e commit ef666e7

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

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.4
7+
Version: 2.4.5
88
Author URI: http://www.onelogin.com
99
*/
1010

onelogin-saml-sso/readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: onelogin
33
Tags: sso, saml, single sign on, password, active directory, ldap, identity, onelogin, yubico, yubikey, vip access, otp
44
Requires at least: 2.1.2
5-
Tested up to: 4.5.1
5+
Tested up to: 4.7.3
66
Stable tag: trunk
77

88
This plugin provides single sign-on via SAML and gives users one-click access to their WordPress accounts from identity providers like OneLogin.
@@ -22,6 +22,14 @@ To mitigate that bug, place the script at the root of wordpress and execute it (
2222

2323
== Changelog ==
2424

25+
= 2.4.5 =
26+
* Update php-saml library to 2.10.5
27+
* Fixes some grammatical error
28+
* Use WP to determine wp-content path
29+
* Avoid double site URL concatenation
30+
* Replace deprecated add_contextual_help method
31+
* Signature & Digest algorithm support
32+
2533
= 2.4.4 =
2634
* Relax Destination check.
2735
* On SLS, Print errors, not lastError (it will be printed if debug enabled)

onelogin-saml-sso/version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"php-saml": {
3-
"version": "2.10.0",
4-
"released": "14/10/2016"
3+
"version": "2.10.5",
4+
"released": "13/03/2017"
55
},
66
"plugin": {
77
"app": "wordpress",
88
"name": "onelogin-saml-sso",
9-
"version": "2.4.4",
10-
"released": "19/10/2016"
9+
"version": "2.4.5",
10+
"released": "13/03/2017"
1111
}
1212
}

0 commit comments

Comments
 (0)