-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Joas Schilling <[email protected]>
- Loading branch information
1 parent
721c9b5
commit 080b6f2
Showing
2 changed files
with
8 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
owncloud-registration (0.0.1) | ||
* First release | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## 0.5.0– 2020-08-27 | ||
### Added | ||
- Comptibility with Nextcloud 19 |
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ This app allows users to register a new account. | |
Send Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66` | ||
Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ` | ||
]]></description> | ||
<version>0.4.7</version> | ||
<version>0.5.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author> | ||
<category>security</category> | ||
|
@@ -41,7 +41,7 @@ Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ` | |
<database>pgsql</database> | ||
<database min-version="5.5">mysql</database> | ||
<owncloud min-version="9.0" max-version="11"/> | ||
<nextcloud min-version="16" max-version="19" /> | ||
<nextcloud min-version="17" max-version="19" /> | ||
</dependencies> | ||
<settings> | ||
<admin>OCA\Registration\Settings\RegistrationSettings</admin> | ||
|