From eca9aac17516c2e40fe7f24e59cf80a1ff234bb4 Mon Sep 17 00:00:00 2001 From: Julian Dehm Date: Tue, 12 Mar 2024 16:29:42 +0100 Subject: [PATCH] release v2402.1.2 --- CHANGELOG.md | 18 ++++++++++++++++++ changelog/_1111.md | 3 --- 2 files changed, 18 insertions(+), 3 deletions(-) delete mode 100644 changelog/_1111.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6fa5f399..a5a32a1c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. Since version v2308 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v2402.1.2 + +### Fixed + +- fix group members not being allowed to upload files via ckeditor5 +- disable iframes in the project result tab to prevent them from loading if js + is disabled + +## v2402.1.1 + +### Changed + +- update translations + +### Fixed + +- add missing template for email verification page + ## v2402.1 ### Added diff --git a/changelog/_1111.md b/changelog/_1111.md deleted file mode 100644 index 607eb1ed51..0000000000 --- a/changelog/_1111.md +++ /dev/null @@ -1,3 +0,0 @@ -### Fixed - -- disable iframes in project result tab