From e2b5cea7df95e3f09297146972477e4ead7630b2 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Thu, 28 Mar 2024 17:02:41 +0000 Subject: [PATCH] v1.11.63 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9e48a7b0..3174bc0934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +Changes in [1.11.63](https://github.com/element-hq/element-web/releases/tag/v1.11.63) (2024-03-28) +================================================================================================== +This is a hotfix release to fix a couple of issues: one where the client would sometimes call the client/server API to set a push rule in a loop, and one where authentication was not sent for widgets when it should have been. + +## 🐛 Bug Fixes + +* Revert "Make EC widget theme reactive - Update widget url when the theme changes" ([#12383](https://github.com/matrix-org/matrix-react-sdk/pull/12383)) in order to fix widgets that require authentication. +* Update to hotfixed js-sdk to fix an issue where Element could try to set a push rule in a loop. + + + Changes in [1.11.62](https://github.com/element-hq/element-web/releases/tag/v1.11.62) (2024-03-26) ================================================================================================== ## ✨ Features diff --git a/package.json b/package.json index 304fa2d7bc..2b0dd3473f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.11.62", + "version": "1.11.63", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": {