Bump to 2.3.0

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-05-29 08:44:45 +02:00
parent 10af4961ab
commit 714c7942d3
No known key found for this signature in database
GPG key ID: F941078878347C0C
2 changed files with 15 additions and 1 deletions

View file

@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
## 2.3.0
### Added
- Ability to specify nameformat when configuring IdPs
- Properly set the timezone
### Changed
- Also search for diplayname and email in backend
- Bumped onelogin/php-saml to 3.1.1
- Updated translations
### Fixed
- Catch exception so app does not get disabled on random PUT requests
## 2.2.0
### Changed

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