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:
authorJulius Härtl <jus@bitgrid.net>2020-11-09 12:51:35 +0300
committerJulius Härtl <jus@bitgrid.net>2020-11-09 12:51:35 +0300
commit16a6258736cec112e714f2c5cb29b6407d6c2714 (patch)
treee41cfa99fad069d6a8aae909e3cfd5fa742da20d
parentf2aa9e43b9c4c2be757be7d2becc7c23fb0d61ae (diff)
Bump version to 8.1.1v8.1.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md9
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5006581d..7ac15d4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 8.1.1
+
+* [#1086](https://github.com/nextcloud/groupfolders/pull/1086) Load files client extension through file list plugin
+* [#1108](https://github.com/nextcloud/groupfolders/pull/1108) Run frontend build in github actions
+* [#1113](https://github.com/nextcloud/groupfolders/pull/1113) Fix occ when files_trashbin is disabled
+* [#1116](https://github.com/nextcloud/groupfolders/pull/1116) Make sure to only move in cache if it was not already done by the storage
+* [#1129](https://github.com/nextcloud/groupfolders/pull/1129) 1 query to obtain group folders
+* [#1131](https://github.com/nextcloud/groupfolders/pull/1131) Use the proper paremter type for the IN query
+
## 8.1.0
- [#1067](https://github.com/nextcloud/groupfolders/pull/1067) OCC command to empty the trashbin
diff --git a/Makefile b/Makefile
index d0213e15..b8ffa7cf 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.1.0
+version+=8.1.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 a7975a0c..e438c895 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.1.0</version>
+ <version>8.1.1</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>