Merge pull request #674 from owncloud/update-ocis-phoenix-0.20.0

Update phoenix to 0.20.0
This commit is contained in:
Phil Davis
2020-10-09 17:43:41 +05:45
committed by GitHub
4 changed files with 14 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ config = {
},
'uiTests': {
'phoenixBranch': 'master',
'phoenixCommit': '42c2a372aceb31eb17e13ebae08e2e25e2447dfe',
'phoenixCommit': '693fa6d275243fc860b4b82e5146d25f62d927fb',
'suites': {
'phoenixWebUI1': [
'webUICreateFilesFolders',

View File

@@ -0,0 +1,8 @@
Change: Update phoenix to v0.20.0
Tags: web
We updated phoenix to v0.20.0. Please refer to the changelog (linked) for details on the phoenix release.
https://github.com/owncloud/ocis/pull/674
https://github.com/owncloud/phoenix/releases/tag/v0.20.0

View File

@@ -3,7 +3,7 @@ NAME := ocis-phoenix
IMPORT := github.com/owncloud/ocis/$(NAME)
BIN := bin
DIST := dist
PHOENIX_ASSETS_VERSION = v0.19.0
PHOENIX_ASSETS_VERSION = v0.20.0
ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe

View File

File diff suppressed because one or more lines are too long