File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ### 0.20.11
5
+
6
+ - fix an issue during migration removing not-yet-members
7
+ - users cannot directly join a secret circle
8
+
9
+
4
10
### 0.20.10
5
11
6
12
- escape html in 'shared files by Circles'
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates
9
9
github_account =nextcloud
10
10
release_account =nextcloud-releases
11
11
branch =stable20
12
- version =0.20.10
13
- since_tag =
12
+ version =0.20.11
13
+ since_tag =0.20.10
14
14
15
15
all : appstore
16
16
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
23
23
24
24
]]>
25
25
</description >
26
- <version >0.20.10 </version >
26
+ <version >0.20.11 </version >
27
27
<licence >agpl</licence >
28
28
<author >Maxence Lange</author >
29
29
<types >
You can’t perform that action at this time.
0 commit comments