Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Dec 2, 2020
1 parent 07593f7 commit 456afd6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions onelogin-saml-sso/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ To mitigate that bug, place the script at the root of wordpress and execute it (

== Changelog ==

= 3.3.0 =
* Add support for Nickname user field
* Fix redirect protection. Absolute URLs failed and only relatives were accepted
* Add support for saml_nameid_name_qualifier and saml_nameid_name_sp_qualifier which fixes detected issues on SLO process with ADFS
* Add to setcookie method the cookie domain, secure flag and httponly
*
* [#101](https://github.com/onelogin/wordpress-saml/issues/101) SAML request was improperly generated when requestedAuthNContext was empty.
* Replace deprecated method (sanitize_url --> esc_url_raw )
* Support triggering wp_login hook controller by a setting
* Update php-saml to 3.5.0

= 3.2.1 =
* Sanitize inputs
* Update php-saml to 3.4.1
Expand Down
8 changes: 4 additions & 4 deletions onelogin-saml-sso/version.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"php-saml": {
"version": "3.4.1",
"released": "25/11/2019"
"version": "3.5.0",
"released": "26/11/2020"
},
"plugin": {
"app": "wordpress",
"name": "onelogin-saml-sso",
"version": "3.2.1",
"released": "07/04/2020"
"version": "3.3.0",
"released": "02/12/2020"
}
}

0 comments on commit 456afd6

Please sign in to comment.