File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-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+ ### 0.18.13
6+
7+ - fix an issue during migration removing not-yet-members
8+ - users cannot directly join a secret circle
9+
10+
511### 0.18.12
612
713- 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
99github_account =nextcloud
1010release_account =nextcloud-releases
1111branch =stable18
12- version =0.18.12
13- since_tag =
12+ version =0.18.13
13+ since_tag =0.18.12
1414
1515all : appstore
1616
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.
2323
2424 ]]>
2525 </description >
26- <version >0.18.12 </version >
26+ <version >0.18.13 </version >
2727 <licence >agpl</licence >
2828 <author >Maxence Lange</author >
2929 <documentation >
You can’t perform that action at this time.
0 commit comments