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:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-10-07 11:18:03 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-10-07 11:18:03 +0300
commitc0e5f2824b45de2e5bb87059c67438b7cd16049f (patch)
tree2091ccae6ae14fa392516e632f7b294ced116a42
parent70ae4e0ac35dee89cde7b29d6f180208400e638a (diff)
8.1.0v8.1.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.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 e5ab945a..5006581d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 8.1.0
+
+- [#1067](https://github.com/nextcloud/groupfolders/pull/1067) OCC command to empty the trashbin
+
## 8.0.0
- Show inherited ACLs in the files sidebar
diff --git a/Makefile b/Makefile
index f3e95521..d0213e15 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+=8.0.0
+version+=8.1.0
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 71a62fb4..a7975a0c 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>8.0.0</version>
+ <version>8.1.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>