From 8824d96ce287c1f3401731f8554f96dd552c5eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Fri, 29 Dec 2023 10:21:34 +0100 Subject: [PATCH] [DOCS] Add changelog for bugfix #223 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10bdc15..f5f7ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Fixed - Dynamic properties in ModuleController (#221) - Use correct object to call pushModuleData() method in AdminModuleController (#222) +- Fix module registration for plain (non-extbase) controller (#223) ## 12.0.1 - 2023-09-16