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 <coding@schilljs.com>2021-04-01 15:04:27 +0300
committerJoas Schilling <coding@schilljs.com>2021-04-01 15:04:27 +0300
commitab7e4863182bedaacf78e817589d9953201f014e (patch)
tree9beaf73a9740d2d2f087e5e67268703860780149
parentddab69b2070849b6bb252422505fbf98074554df (diff)
Add changelog, update screenshot and bump versionv1.1.0techdebt/noid/move-from-ILogger-to-
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md12
-rw-r--r--appinfo/info.xml2
-rw-r--r--docs/admin-settings.pngbin70736 -> 116210 bytes
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ceb01ec..2f18eae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,17 @@
# Changelog
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
- Some layout issues when the screen is integrated into the Nextcloud mobile apps
[#277](https://github.com/nextcloud/registration/pull/277)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 50789f5..b7e1d1c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>1.0.0</version>
+ <version>1.1.0</version>
<licence>agpl</licence>
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
<types>
diff --git a/docs/admin-settings.png b/docs/admin-settings.png
index 904db8e..e06131c 100644
--- a/docs/admin-settings.png
+++ b/docs/admin-settings.png
Binary files differ