Add changelog, update screenshot and bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ddab69b207
commit
ab7e486318
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,7 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## 0.7.0 – 2021-03-22
|
## 1.1.0 – 2021-04-01
|
||||||
|
### Added
|
||||||
|
- Added settings to display and enforce a full name field on the registration form
|
||||||
|
[#280](https://github.com/nextcloud/registration/pull/280)
|
||||||
|
- Added settings to display and enforce a phone number field on the registration form (Requires Nextcloud 21.0.1)
|
||||||
|
[#280](https://github.com/nextcloud/registration/pull/280)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Reorganized the administration settings bringing in structure to the list of settings and hiding settings that exclude each others correctly
|
||||||
|
|
||||||
|
## 1.0.0 – 2021-03-22
|
||||||
### Fixed
|
### Fixed
|
||||||
- Some layout issues when the screen is integrated into the Nextcloud mobile apps
|
- Some layout issues when the screen is integrated into the Nextcloud mobile apps
|
||||||
[#277](https://github.com/nextcloud/registration/pull/277)
|
[#277](https://github.com/nextcloud/registration/pull/277)
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
5. New account is created and is logged in automatically
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>1.0.0</version>
|
<version>1.1.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
||||||
<types>
|
<types>
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 114 KiB |
Loading…
Reference in New Issue