diff --git a/changelog/unreleased/update-web-beta.6.md b/changelog/unreleased/update-web-beta.6.md index 8198af3b8..c711ef030 100644 --- a/changelog/unreleased/update-web-beta.6.md +++ b/changelog/unreleased/update-web-beta.6.md @@ -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 diff --git a/services/web/Makefile b/services/web/Makefile index e42c485e1..662c78482 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -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