File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
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+
5+ ### 0.19.15
6+
7+ - fix an issue during migration removing not-yet-members
8+ - users cannot directly join a secret circle
9+
10+
411### 0.19.14
512
613- 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 =stable19
12- version =0.19.14
13- since_tag =
12+ version =0.19.15
13+ since_tag =0.19.14
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.19.14 </version >
26+ <version >0.19.15 </version >
2727 <licence >agpl</licence >
2828 <author >Maxence Lange</author >
2929 <types >
You can’t perform that action at this time.
0 commit comments