Skip to content

Commit d8690ff

Browse files
committed
Release 2.8.0
1 parent cef4e3a commit d8690ff

3 files changed

Lines changed: 10 additions & 5 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.7.1
7+
Version: 2.8.0
88
Author URI: http://www.onelogin.com
99
*/
1010

onelogin-saml-sso/readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ If you used this plugin before 2.2.0 with just-in-time provision active, Read: h
2121
To mitigate that bug, place the script at the root of wordpress and execute it (later remove it) https://gist.github.com/pitbulk/a8223c90a3534e9a7d5e0a93009a094f
2222

2323
== Changelog ==
24+
25+
= 2.8.0 =
26+
* Update php-saml to 2.14.0
27+
* Remove the use of screen_icon method
28+
2429
= 2.7.1 =
2530
* Fix is_saml_enabled method
2631

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.13.0",
4-
"released": "05/05/2018"
3+
"version": "2.14.0",
4+
"released": "07/06/2018"
55
},
66
"plugin": {
77
"app": "wordpress",
88
"name": "onelogin-saml-sso",
9-
"version": "2.7.1",
10-
"released": "18/05/2018"
9+
"version": "2.8.0",
10+
"released": "03/07/2018"
1111
}
1212
}

0 commit comments

Comments
 (0)