Skip to content

Commit 888e333

Browse files
committed
Release 3.6.0
1 parent 4f2d6c7 commit 888e333

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGELOG
22
=========
3+
v3.6.0
4+
* 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
5+
* PHP 8.0 support
6+
37
v3.5.1
48
* 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
59

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": "3.6.0",
4+
"released": "19/02/2021"
55
}
66
}
77

0 commit comments

Comments
 (0)