Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2021-08-03 16:23:03 +0300
committerMaxence Lange <maxence@artificial-owl.com>2021-08-03 16:23:03 +0300
commitaecdeed396d1b5cedba94d97d8ce3dad3b1be60a (patch)
treea31633cdd71032d1e26024a017c9fc61b9532eef
parent6f39d625499cd49a749716fb95f2c2d96d311974 (diff)
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md6
-rw-r--r--Makefile4
-rw-r--r--appinfo/info.xml2
3 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3aaabb0b..ba122b8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
+### 0.18.13
+
+- fix an issue during migration removing not-yet-members
+- users cannot directly join a secret circle
+
+
### 0.18.12
- escape html in 'shared files by Circles'
diff --git a/Makefile b/Makefile
index bf60608a..8b6340c1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
release_account=nextcloud-releases
branch=stable18
-version=0.18.12
-since_tag=
+version=0.18.13
+since_tag=0.18.12
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ff0ba8ef..d20b7ef2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
]]>
</description>
- <version>0.18.12</version>
+ <version>0.18.13</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<documentation>