Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jan 13, 2021
1 parent cba8acb commit fb75edc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion onelogin-saml-sso/onelogin_saml.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://github.com/onelogin/wordpress-saml
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.
Author: OneLogin, Inc.
Version: 3.2.1
Version: 3.3.1
Author URI: http://www.onelogin.com
*/

Expand Down
6 changes: 5 additions & 1 deletion onelogin-saml-sso/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: onelogin
Tags: sso, saml, single sign on, password, active directory, ldap, identity, onelogin, yubico, yubikey, vip access, otp
Requires at least: 2.1.2
Tested up to: 5.5.3
Tested up to: 5.6
Stable tag: trunk

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

== Changelog ==

= 3.3.1 =
* wp_login was triggered with wrong arguments, user object was not initializated
* Minor refactor

= 3.3.0 =
* Add support for Nickname user field
* Fix redirect protection. Absolute URLs failed and only relatives were accepted
Expand Down
4 changes: 2 additions & 2 deletions onelogin-saml-sso/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"plugin": {
"app": "wordpress",
"name": "onelogin-saml-sso",
"version": "3.3.0",
"released": "02/12/2020"
"version": "3.3.1",
"released": "13/01/2021"
}
}

0 comments on commit fb75edc

Please sign in to comment.