File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33
44
5+ ### 23.0.1
6+
7+ - lighten multiple SQL request
8+ - caching local data about current session
9+ - mail address are now in lower case to avoid duplicate entries
10+ - Enforcing password where sharing file to an external member
11+ - better display of members when using command line
12+ - fix an issue with 'members can invite new people'
13+ - allow admin to limit to type of members allowed in a Circle
14+
15+
16+ ### 23.0.0 (NC23)
17+
18+ - compat nc23
19+
520
621### 22.0.0 (NC22)
722
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates
99github_account =nextcloud
1010release_account =nextcloud-releases
1111branch =stable23
12- version =23.0.0
13- since_tag =23.0.0-beta1
12+ version =23.0.1
13+ since_tag =23.0.0
1414
1515all : appstore
1616
Original file line number Diff line number Diff line change 88Those groups of users (or "circles") can then be used by any other app for sharing purpose.
99 ]]>
1010 </description >
11- <version >23.0.0 </version >
11+ <version >23.0.1 </version >
1212 <licence >agpl</licence >
1313 <author >Maxence Lange</author >
1414 <types >
You can’t perform that action at this time.
0 commit comments