Skip to content

Commit 2821fec

Browse files
committed
Release 3.2.1
1 parent 588c185 commit 2821fec

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You will need to contact them in order to disable the cache for this SAML plugin
1212
wp-login.php
1313

1414

15-
### Security Improvements on 3.2.0 ###
15+
### Security Improvements on 3.2.0 and 3.2.1 ###
1616

1717
Version 3.2.0 includes a security patch that prevent RelayState redirection attacks
1818

onelogin-saml-sso/readme.txt

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

2323
== Changelog ==
2424

25+
= 3.2.1 =
26+
* Sanitize inputs
27+
* Update php-saml to 3.4.1
28+
* Fix nameidformat field
29+
2530
= 3.2.0 =
2631
* Avoid untrusted redirections
2732
* Disable SAML on CLI/Cron on ACS and SLS endpoints. Allow custom filter to disable SAML

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": "3.3.1",
4-
"released": "06/11/2019"
3+
"version": "3.4.1",
4+
"released": "25/11/2019"
55
},
66
"plugin": {
77
"app": "wordpress",
88
"name": "onelogin-saml-sso",
9-
"version": "3.2.0",
10-
"released": "31/03/2020"
9+
"version": "3.2.1",
10+
"released": "07/04/2020"
1111
}
1212
}

0 commit comments

Comments
 (0)