From 7d5315eb4b7cd6c8705e413dd26193db1471b9b6 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 b3095b0..3164231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,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