diff --git a/.gitignore b/.gitignore index f4e68cb..75884dc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ 3rdparty/vendor/onelogin/php-saml/docs/ 3rdparty/vendor/onelogin/php-saml/tests/ 3rdparty/vendor/onelogin/php-saml/endpoints/ + +build diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1ab76..9f27c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index ccba99c..b74a89a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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.]]> - 3.0.0 + 3.0.1 agpl Lukas Reschke User_SAML