chore: bump web in stable to 11.3.4

This commit is contained in:
Matteo
2025-05-26 15:41:19 +02:00
parent 2c6515caae
commit efc7356c43
3 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=65e3755efb9f61c28ec575483a62d9c38e168c10
WEB_COMMITID=ac255ce3e471c7c4a6060de0920b78444a104606
WEB_BRANCH=stable-11.0

View File

@@ -1,7 +1,7 @@
Enhancement: Bump Web to 11.3.3
Enhancement: Bump Web to 11.3.4
- Bugfix [owncloud/web#12326](https://github.com/owncloud/web/pull/12326): Do not reveal generated password
- Bugfix [owncloud/web#12326](https://github.com/owncloud/web/pull/12326): Drop advanced mode when creating links
- Bugfix [owncloud/web#12598](https://github.com/owncloud/web/pull/12598): Add src attribute to external app iframe
- Bugfix [owncloud/web#12474](https://github.com/owncloud/web/pull/12474): Add tag characters limit
https://github.com/owncloud/web/pull/12593
https://github.com/owncloud/web/releases/tag/v11.3.3
https://github.com/owncloud/web/pull/12605
https://github.com/owncloud/web/releases/tag/v11.3.4

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v11.3.3
WEB_ASSETS_VERSION = v11.3.4
include ../../.make/recursion.mk