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>2018-08-08 19:36:49 +0300
committerRobin Appelman <robin@icewind.nl>2018-08-08 19:37:37 +0300
commit6f64d90e238e01509d688a76ce57d14695c612bc (patch)
treecabb9a037a00cdd93f5490deafecd917b954b31a
parent7edb64e78beff91f9d1f8c6c1bf694b5ba21030a (diff)
1.3.1 for stable12v1.3.1
This release doesn't have the table renames from 1.3.0 since stable 12 doesn't support the new migrations Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 220ca171..3b6fe1e9 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+=1.2.2
+version+=1.3.1
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 338d0709..5df94d70 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>1.2.2</version>
+ <version>1.3.1</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>
@@ -29,7 +29,7 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/permissions.png</screenshot>
<dependencies>
- <nextcloud min-version="12" max-version="14"/>
+ <nextcloud min-version="12" max-version="12"/>
</dependencies>
<settings>