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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2019-05-08 15:40:14 +0300
committerRobin Appelman <robin@icewind.nl>2019-05-08 15:40:14 +0300
commit8e719d9178a2d404b1e325f849496142c1364ef6 (patch)
treed5e0803ce1aef48bc165d1e6a02406fbbe291d40
parent8951bb1f64a7e094f6dffc8157c66cd2f0c178e8 (diff)
3.0.2v3.0.2
Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r--CHANGELOG.md4
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5cb934e..f505cbbf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 3.0.2
+
+- Fix compatibility with php 7.0
+
## 3.0.1
This release is aimed for Nextcloud 14/15 users who upgraded to 3.0.0 which was
diff --git a/Makefile b/Makefile
index 09baa566..46e300fa 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
webpack=node_modules/.bin/webpack
-version+=3.0.1
+version+=3.0.2
jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 15fa8dbe..3b9e5961 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.
Note: encrypting the contents of group folders is currently not supported.]]></description>
- <version>3.0.1</version>
+ <version>3.0.2</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>