bump version to 3.0.1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2020-02-14 14:40:10 +01:00
parent 7cf1513007
commit b0c36317d7
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
3 changed files with 16 additions and 1 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@
3rdparty/vendor/onelogin/php-saml/docs/
3rdparty/vendor/onelogin/php-saml/tests/
3rdparty/vendor/onelogin/php-saml/endpoints/
build

View File

@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
## 3.0.1
### Added
- Add setting to specify a different signature algorithm #401
### Changed
- translation updates
## 3.0.0
### Changed
- fixed login with chrome browser #379
- translation updates
- Make 19 compatible #380
## 2.4.0
### Added
- IdP initiated logout

View File

@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
<version>3.0.0</version>
<version>3.0.1</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>