From 4769515ff0f8fd363606f82249d55e9b939fa21e Mon Sep 17 00:00:00 2001 From: Denneee Date: Thu, 6 Jul 2023 10:41:12 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80db76c..e21e606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ # Changelog All notable changes to `antwerpes/typo3-docchecklogin` will be documented in this file. + +## Release 2.0.4 - 2023-07-06 + +### What's Changed + +- update for compatibility with TYPO3 v12. +- +- Configuration errors will now be written to a separate log file. +- +- Rename of the protected Function fetchDummyUserGroup to fetchUserGroup for a more general usage +- +- Include loggedIn Function in showAction because otherwise the redirect will not work +- +- Fixed: uniqueKeyGroup had no usage. Before uniqueKeyGroup got overwritten by the DummyUser Group. Now you can define here a custom group id, that will only get overwriten by the routing Feature. +- + +**Full Changelog**: https://github.com/antwerpes/typo3_docchecklogin/compare/1.0.1...2.0.4