Releases: in2code-de/femanager
7.2.1 Maintenance Release
[TASK] Adds documentation for extended - thx to Daniel Hofmann (in2code)
[TASK] Update Image used for Github Actions
[BUGFIX] Fixes reaction when no typoscript configuration is set for redirect - thx to Daniel Hofmann (in2code)
[BUGFIX] Fixed Object Support for getDirtyPropertiesFromUser() - thx to Daniel Hofmann (in2code)
7.2.0 Small feature: "inactive since"
* [FEATURE] Add column "inactive since" to backend list - thx to Thomas Löffler
* [BUGFIX] missing email AdminNotify after editing of user profile - thx to Christian Ludwig
* [BUGFIX] Do not re-evaluate object values in ServersideValidator - thx to Torben Hansen
* [BUGFIX] Add full object support in getDirtyPropertiesFromUser() - thx to Daniel Haupt
* [BUGFIX] Prevent undefined array key for empty configPID - thx to Daniel Haupt
* [BUGFIX] Migrate usage of GU::lcfirst with Rector - thx to Torben Hansen
* [TASK] Corrects Documenation Rendering Configuration - thx to Daniel Hoffmann
* [TASK] [TASK] Replace jQuery scrollTop with vanilla scrollIntoView - thx to Felix Ranesberger
7.1.1 Maintenance Release
[BUGFIX] Notification email to admin now sends changes again
[BUGFIX] Notification email to admin is also sent when adding recipient's address to flex form only
[TASK] Removes configPID from ext_typoscript_setup.typoscript
6.3.6 Maintenance Release
[BUGFIX] Removes configPID from ext_typoscript_setup.typoscript: The removed configuration can only be overwritten by another preset file in another extension, it can not be overwritten by PageTS.
6.3.5 Maintenance Release
[BUGFIX] Notification email to admin is also sent when adding recipient's address to flex form only
[BUGFIX] v5 backport: Notification mail to admin shows changes
6.3.4 Security Update
!!! Breaking change in fluid template for the invitation controller
!!! Security Update please update as soon as possible
- thx to Max Schäfer & Dennis Schober-Wenger for reporting
Upgrade Instruction:
Invitation Template
If you are using customized templates for the invitation function, please check the Resources/Private/Templates/Invitation/Edit.html
You need to add
<f:form.hidden name="hash" value="{hash}"/>
in order,that the function is working.
5.5.3 Security Update
!!! Breaking change in fluid template for the invitation controller (please read the upgrade instruction)
!!! Security Update please update as soon as possible
thx to Max Schäfer & Dennis Schober-Wenger for reporting
7.1 Feauture and Security Release
- [FEATURE] Add support for PHP 8 and 8.1 - thx to Stefan Busemann, Bastien Lutz, Mathias Bolt Lesniak, Thomas Löffler, Johannes Seipelt
- [BUGFIX] Re-fetch session from database to update 'userSession' property of TSFE. Thx to Thomas Off thomas.off@retiolum.de
- [BUGFIX] Add hash check for inivtation action - thx to Max Schäfer & Dennis Schober-Wenger
- [REFACTOR] Remove deprecated code and introduce rector - thx to Thomas Löffler
Upgrade Instruction:
If you are using customized templates for the invitation function, please check the Resources/Private/Templates/Invitation/Edit.html
You need to add
<f:form.hidden name="hash" value="{hash}"/>
in order,that the function is working.
6.3.3 Security Release
- [BUGFIX] (!!!) Security Fix - Broken Access Control in Usergroup Validation (Andreas Nedbal - in2code) - thx to TYPO3 Security Team
- [BUGFIX] CleanUserGroup DataProcessor - thx to Daniel Hoffmann (in2code)
5.5.2 Security Update
[BUGFIX] (!!!) Security Fix - Broken Access Control in Usergroup Validation (Andreas Nedbal - in2code) - thx to TYPO3 Security Team