diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0807b2a..58f3d2c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.0.3 + +- Do not ship unneeded files with the release + ## 6.0.2 - Allow to detect the file path for shares inside of groupfolders, e.g. when they are matched in workflow rules diff --git a/Makefile b/Makefile index 3041f5ca9..1bb76dd31 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+=6.0.2 +version+=6.0.3 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 bdecec686..c0b4a0319 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.]]> - 6.0.2 + 6.0.3 agpl Robin Appelman GroupFolders