From 02833056936bc214c737f4cc876bb8ff7516a20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:17:06 +0000 Subject: [PATCH] [DOCS] Add changelog for version 12.0.3 (#250) (#252) Releases: main, 12.4 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f7ad5..9d98959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## Unreleased +## 12.0.3 - 2024-03-28 + +### Fixed +- Switch from Controller attribute to AsController attribute (#240) +- Fix language labels for titles and options in AdminModuleController (#240) +- Switch value for setShowLabelText() to a valid boolean in AdminModuleController (#240) +- Remove outdated langDisable and langChildren tags in FlexForms (#248) + +## 12.0.2 - 2024-01-26 + ### Fixed - Dynamic properties in ModuleController (#221) - Use correct object to call pushModuleData() method in AdminModuleController (#222)