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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-14 13:44:24 +0300
committerGitHub <noreply@github.com>2022-10-14 13:44:24 +0300
commitf41197ccfdd94d81826ebb58b404b1eb96e7f8df (patch)
treeaa284195b5728bd95b8167051cfd2c34c4c279b7 /appinfo/info.xml
parent1509bb8aa5b79a653335ec05b59f6fac8b9fbd58 (diff)
parentcde613cea3c24fc77853921c892a74c1909a1c1d (diff)
Merge pull request #470 from nextcloud/bugfix/469/fix-submitting-final-form-with-chromev2.0.0
📨 Fix submitting the final form in chrome + 🧹 Cleanup
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cc26026..2dd46b9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,8 +23,9 @@ This app allows users to register a new account.
4. User is lead to a form where they can choose their username and password
5. New account is created and is logged in automatically
]]></description>
- <version>1.5.0</version>
+ <version>2.0.0</version>
<licence>agpl</licence>
+ <author>Joas Schilling</author>
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
<types>
<prevent_group_restriction />
@@ -38,7 +39,7 @@ This app allows users to register a new account.
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot>
<dependencies>
- <nextcloud min-version="25" max-version="26" />
+ <nextcloud min-version="25" max-version="25" />
</dependencies>
<background-jobs>
<job>OCA\Registration\BackgroundJob\ExpireRegistrations</job>