Merge pull request #4379 from owncloud/update-web-5.7.0.rc9

[full-ci] Update web 5.7.0.rc9
This commit is contained in:
Michael Barz
2022-08-10 19:53:44 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ Enhancement: Update ownCloud Web to v5.7.0-rc.8
Tags: web
We updated ownCloud Web to v5.7.0-rc.8. Please refer to the changelog (linked) for details on the web release.
We updated ownCloud Web to v5.7.0-rc.9. Please refer to the changelog (linked) for details on the web release.
* Bugfix [owncloud/web#7080](https://github.com/owncloud/web/issues/7080): Add Droparea again
* Bugfix [owncloud/web#7357](https://github.com/owncloud/web/pull/7357): Batch deleting multiple files
@@ -19,6 +19,7 @@ We updated ownCloud Web to v5.7.0-rc.8. Please refer to the changelog (linked) f
* Bugfix [owncloud/web#7268](https://github.com/owncloud/web/issues/7268): Personal shares leaked into project space
* Bugfix [owncloud/web#7359](https://github.com/owncloud/web/pull/7359): Fix infinite loading spinner on invalid preview links
* Bugfix [owncloud/web#7272](https://github.com/owncloud/web/issues/7272): Print backend version
* Bugfix [owncloud/web#7424](https://github.com/owncloud/web/pull/7424): Quicklinks not shown
* Bugfix [owncloud/web#7379](https://github.com/owncloud/web/pull/7379): Rename shared space resource not possible
* Bugfix [owncloud/web#7210](https://github.com/owncloud/web/pull/7210): Repair navigation highlighter
* Bugfix [owncloud/web#7393](https://github.com/owncloud/web/pull/7393): Selected item bottom glue

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v5.7.0-rc.8
WEB_ASSETS_VERSION = v5.7.0-rc.9
include ../../.make/recursion.mk