-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate Element Web guest module to Element Web version 1.11.84 or later
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net>
- Loading branch information
1 parent
28d9bb9
commit 3dc2c34
Showing
4 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'@nordeck/element-web-guest-module': major | ||
--- | ||
|
||
Makes the Element Web guest module work with Element 1.11.84 or later. | ||
|
||
Element Web included the matrix-react-sdk into Element Web with release 1.11.84. | ||
With this release of Element Web guest modules Element Web 1.11.84 or later is required. | ||
If you want to use a previous version of Element Web also use a previous version of the guest module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM node:20-bullseye as builder | ||
|
||
ARG ELEMENT_VERSION="v1.11.50" | ||
ARG ELEMENT_VERSION="v1.11.84" | ||
|
||
WORKDIR /src | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters