diff --git a/.drone.env b/.drone.env index 851917372..318fa8589 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=ffffcf336cacdaceeaba0f641406a3118eee39ea +WEB_COMMITID=3088a7d9a353ebf5e128d9d784b28fb103a30a40 WEB_BRANCH=stable-11.0 diff --git a/changelog/unreleased/update-web-11.0.3.md b/changelog/unreleased/update-web-11.0.4.md similarity index 58% rename from changelog/unreleased/update-web-11.0.3.md rename to changelog/unreleased/update-web-11.0.4.md index a72a159aa..3701b54b8 100644 --- a/changelog/unreleased/update-web-11.0.3.md +++ b/changelog/unreleased/update-web-11.0.4.md @@ -1,8 +1,8 @@ -Enhancement: Update web to v11.0.3 +Enhancement: Update web to v11.0.4 Tags: web -We updated ownCloud Web to v11.0.3. Please refer to the changelog (linked) for details on the web release. +We updated ownCloud Web to v11.0.4. Please refer to the changelog (linked) for details on the web release. - Bugfix [owncloud/web#11870](https://github.com/owncloud/web/issues/11870): Preview image retries postprocessing - Bugfix [owncloud/web#11883](https://github.com/owncloud/web/issues/11883): Preview app Shared with me page @@ -10,6 +10,12 @@ We updated ownCloud Web to v11.0.3. Please refer to the changelog (linked) for d - Bugfix [owncloud/web#11900](https://github.com/owncloud/web/issues/11900): App top bar does not show location when shared file is opened - Bugfix [owncloud/web#11900](https://github.com/owncloud/web/issues/11900): Open from app and Save As feature broken when opened via shared file - Bugfix [owncloud/web#11904](https://github.com/owncloud/web/issues/11904): Public folder reload +- Bugfix [owncloud/web#11916](https://github.com/owncloud/web/issues/11916): Fix order in roles drop down +- Bugfix [owncloud/web#11923](https://github.com/owncloud/web/issues/11923): Allow create template with different editors +- Bugfix [owncloud/web#11924](https://github.com/owncloud/web/issues/11924): Extension actions in right sidebar +- Bugfix [owncloud/web#11929](https://github.com/owncloud/web/issues/11929): Unique request ids https://github.com/owncloud/ocis/pull/10569 +https://github.com/owncloud/ocis/pull/10604 https://github.com/owncloud/web/releases/tag/v11.0.3 +https://github.com/owncloud/web/releases/tag/v11.0.4 diff --git a/services/web/Makefile b/services/web/Makefile index 4d0b6d188..cb158b12f 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v11.0.3 +WEB_ASSETS_VERSION = v11.0.4 include ../../.make/recursion.mk