Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Mar 2, 2021
1 parent 0e1f725 commit f30f506
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ CHANGELOG
v4.0.0
* Supports PHP 8.X

v3.6.1
* [#467](https://github.com/onelogin/php-saml/issues/467) Fix bug on getSelfRoutedURLNoQuery method

v3.6.0
* 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
* PHP 8.0 support

v3.5.1
* 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

Expand Down
4 changes: 2 additions & 2 deletions src/Saml2/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"php-saml": {
"version": "3.6.0-dev",
"released": "03/12/2020"
"version": "4.0.0",
"released": "02/03/2021"
}
}

0 comments on commit f30f506

Please sign in to comment.