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:
authorblizzz <blizzz@arthur-schiwon.de>2022-10-10 22:37:12 +0300
committerGitHub <noreply@github.com>2022-10-10 22:37:12 +0300
commit180c71f3ebab6b1fd8b5791314718c1f899373f9 (patch)
tree6e3f93a9ca3141a4b380639e407563bbe45ec75c
parentcfeaabb0fbe376fe29b08e45bb6cf018e1fae69d (diff)
parent737c2b7e2b998e1bda0965bcb98747b98b92f39b (diff)
Merge pull request #658 from nextcloud/update-master-version
Add Nextcloud 26 support
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a6805fdb..68760ae3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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="21" max-version="25" />
+ <nextcloud min-version="21" max-version="26" />
</dependencies>
<commands>
<command>OCA\User_SAML\Command\ConfigCreate</command>