Skip to content

Commit f30f506

Browse files
committed
Release 4.0.0
1 parent 0e1f725 commit f30f506

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ CHANGELOG
33
v4.0.0
44
* Supports PHP 8.X
55

6+
v3.6.1
7+
* [#467](https://github.com/onelogin/php-saml/issues/467) Fix bug on getSelfRoutedURLNoQuery method
8+
9+
v3.6.0
10+
* 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
11+
* PHP 8.0 support
12+
613
v3.5.1
714
* 3.5.0 packagist/github release due a confusion were using the master (2.X branch). I'm releasing 3.5.1 to fix this issue and go back to 3.X branch
815

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-dev",
4-
"released": "03/12/2020"
3+
"version": "4.0.0",
4+
"released": "02/03/2021"
55
}
66
}
77

0 commit comments

Comments
 (0)