Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a7328b1

Browse files
committedMar 2, 2021
Release 3.6.1
1 parent d3285e3 commit a7328b1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
CHANGELOG
22
=========
3+
v3.6.1
4+
* [#467](https://github.com/onelogin/php-saml/issues/467) Fix bug on getSelfRoutedURLNoQuery method
5+
36
v3.6.0
47
* Add AES128_GCM encryption on generateNameId method. New setting parameter encryption_algorithm. If you set a encryption method different than AES128_CBC then the algorithm RSA_OAEP_MGF1P will be used as well instead RSA_1_5
58
* PHP 8.0 support

‎src/Saml2/version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"php-saml": {
3-
"version": "3.6.0",
4-
"released": "19/02/2021"
3+
"version": "3.6.1",
4+
"released": "02/03/2021"
55
}
66
}
77

0 commit comments

Comments
 (0)
Please sign in to comment.