-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): Add Nextcloud 29 support
Signed-off-by: Joas Schilling <[email protected]>
- Loading branch information
1 parent
120c9e3
commit 54dca1d
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ 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>2.2.0</version> | ||
<version>2.3.0</version> | ||
<licence>agpl</licence> | ||
<author>Joas Schilling</author> | ||
<author mail="[email protected]" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author> | ||
|
@@ -39,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="27" /> | ||
<nextcloud min-version="25" max-version="28" /> | ||
</dependencies> | ||
<background-jobs> | ||
<job>OCA\Registration\BackgroundJob\ExpireRegistrations</job> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters