Skip to content

Releases: in2code-de/femanager

7.2.1 Maintenance Release

04 Oct 07:43
Compare
Choose a tag to compare

[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"

17 Jul 05:09
Compare
Choose a tag to compare
  * [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

26 Apr 12:17
Compare
Choose a tag to compare

[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

26 Apr 12:17
Compare
Choose a tag to compare

[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

26 Apr 12:16
Compare
Choose a tag to compare

[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

25 Jan 10:36
Compare
Choose a tag to compare

!!! 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

25 Jan 10:18
Compare
Choose a tag to compare

!!! 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

19 Jan 11:56
Compare
Choose a tag to compare
  • [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

02 Nov 11:10
Compare
Choose a tag to compare
  • [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

02 Nov 19:01
Compare
Choose a tag to compare

[BUGFIX] (!!!) Security Fix - Broken Access Control in Usergroup Validation (Andreas Nedbal - in2code) - thx to TYPO3 Security Team