Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2022-05-24 13:23:06 +02:00
parent 8fdb09403f
commit b35ca53d25
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
3 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@ -11,3 +11,5 @@ build
.php_cs.cache
!/tests/integration/
.ackrc

View File

@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
## 5.0.1
### Fixed
- Direct login silently fails under some circumstances
- Mobile login shows regular web interfaces instead of Grant Access page
- Global checkboxes always unticked in SAML settings
## 5.0.0
### Changed
- store configurations in a separate database table, not appconfig

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>5.0.0</version>
<version>5.0.1</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>