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>2020-09-07 16:17:51 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-09-07 16:21:50 +0300
commit15af370652190f84d67320e1cccbd131ce9336e3 (patch)
treeba60b8bd5e9800e4db3fcffc116903b826fdae19 /appinfo/info.xml
parent31d06ea14962f076121022d6b207c3dbf0c715c6 (diff)
>=3.1.3 to become compatible with 18 only
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 4244ed2f..407dff6f 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>3.1.2</version>
+ <version>3.1.3</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
@@ -33,7 +33,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="18" max-version="20" />
+ <nextcloud min-version="18" max-version="18" />
</dependencies>
<commands>
<command>OCA\User_SAML\Command\GetMetadata</command>