Merge pull request #7601 from owncloud/bump-web-to-7.1.1

chore: bump web to v7.1.1
This commit is contained in:
Jannik Stehle
2023-10-27 16:18:29 +02:00
committed by GitHub
3 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=a26f7920d4ef8bf57488b18e451525d16e246e9e
WEB_BRANCH=stable-7.1
WEB_COMMITID=5fec611688782cdf97fafa31993fe40018f6c132
WEB_BRANCH=release-7.1.1

View File

@@ -0,0 +1,11 @@
Enhancement: Update web to v7.1.1
Tags: web
We updated ownCloud Web to v7.1.1. Please refer to the changelog (linked) for details on the web release.
## Summary
* Bugfix [owncloud/web#9833](https://github.com/owncloud/web/pull/9833): Resolving external URLs
https://github.com/owncloud/ocis/pull/7601
https://github.com/owncloud/web/releases/tag/v7.1.1

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.1.0
WEB_ASSETS_VERSION = v7.1.1
include ../../.make/recursion.mk