File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## 1.3.0 – 2021-06-17
5+ ### Added
6+ - Compatibility with Nextcloud 22
7+
48## 1.2.1 – 2021-04-21
59### Fixed
610- Don't append # to the URL so the Android WebView doesn't chock on it.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This app allows users to register a new account.
23234. User is lead to a form where they can choose their username and password
24245. New account is created and is logged in automatically
2525 ]]> </description >
26- <version >1.2.1 </version >
26+ <version >1.3.0 </version >
2727 <licence >agpl</licence >
2828 <
author mail =
" [email protected] " homepage =
" https://nyllep.wordpress.com/about-2" >Pellaeon Lin</
author >
2929 <types >
@@ -38,7 +38,7 @@ This app allows users to register a new account.
3838 <screenshot >https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot >
3939 <screenshot >https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot >
4040 <dependencies >
41- <nextcloud min-version =" 20" max-version =" 21 " />
41+ <nextcloud min-version =" 20" max-version =" 22 " />
4242 </dependencies >
4343 <settings >
4444 <admin >OCA\Registration\Settings\RegistrationSettings</admin >
Original file line number Diff line number Diff line change 1- # alternative-logins .button .register-button {
1+ # alternative-logins : not (. alternative-logins ) .button .register-button {
22 color : var (--color-primary-element );
33}
4+ # alternative-logins .alternative-logins .button .register-button {
5+ color : var (--color-primary-text );
6+ }
47
58# alternative-logins .register-button : only-child {
6- width : 220 px ;
9+ width : 260 px ;
710 margin : 0 auto;
11+ box-sizing : border-box;
812}
913
1014# alternative-logins .register-button .hidden {
You can’t perform that action at this time.
0 commit comments