Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-09-19 17:18:17 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-09-19 17:18:17 +0300
commited79b2cbe05626c30e9064989c894c2f986ac74f (patch)
tree6e42bd7d9be60d0cc060a6c582f3182318d3e2e7 /appinfo/info.xml
parent7ef25064814399eee649f560a36277f65eac2862 (diff)
drop support for 14 (EOL)
includes version bump Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index be1cce60..b90d04cd 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.]]></description>
- <version>2.4.0</version>
+ <version>2.5.0</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
@@ -30,7 +30,7 @@ While theoretically any other authentication provider implementing either one of
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/2.png</screenshot>
<dependencies>
- <nextcloud min-version="14" max-version="18" />
+ <nextcloud min-version="15" max-version="18" />
</dependencies>
<settings>
<admin>OCA\User_SAML\Settings\Admin</admin>