Skip to content

Releases: in2code-de/femanager

13.3.2 Maintenance Release

12 Mar 12:47

Choose a tag to compare

What's Changed

Full Changelog: 13.3.1...13.3.2

13.3.1 Hotfix Release

04 Mar 08:02
f9144ae

Choose a tag to compare

Fixes sr_freecap integration - if not installed.

Full Changelog: 13.3.0...13.3.1

13.3.0 New logging feature and refactoring

03 Mar 15:28

Choose a tag to compare

What's Changed

  • [FEATURE] Add log backend view, frontend login logging and log cleanup command - thx to Sebastian Stein (in2code)
  • [FEATURE] Add logging for loginAs impersonation attempts
  • [BUGFIX] add missing status "confirmAdminRefusedSilent" to statusAdminConfirmationRefused - thx Sebastian Stein (in2code)
  • [BUGFIX] Prefer explicit name over property in SelectViewHelper - thx Sebastian Stein (in2code)
  • [BUGFIX] prevent exception if getValueAttribute() of SelectViewHelper is null - thx Sebastian Stein (in2code)
  • [BUGFIX] add missing property to usergroup select - thx Sebastian Stein (in2code)
  • [BUGFIX] execute serversideValidator user after modifications - thx Sebastian Stein (in2code)
  • [BUGFIX] remove feature check from isAdminAuthentication() - thx Sebastian Stein (in2code)
  • [BUGFIX] prevent captcha bypass if captcha is used in combination with sr_freecap - thx Sebastian Stein (in2code)
  • [BUGFIX] respect "includeHiddenContent" for plugin validation - thx Sebastian Stein (in2code)
  • [TASK] add deprecation annotations - thx Sebastian Stein (in2code)
  • [REFACTOR] Backend.js to use TYPO3 v13 ES module APIs - thx Sebastian Stein (in2code)
  • [REFACTOR] Optimize dirty property detection for Users - thx Sebastian Stein (in2code)
  • [CLEANUP] Remove unused and outdated code - thx Sebastian Stein (in2code)
  • [BUGFIX] Support multiple values in SelectViewHelper by @devmes in #664
  • Keep order of typoscript keys by @nicodh in #662
  • [BUGFIX] Compatibility with PostgreSQL by @sgrossberndt in #690

New Contributors

Full Changelog: 13.2.1...13.3.0

8.4.0 New Logging feature

03 Mar 15:22

Choose a tag to compare

What's Changed

  • [FEATURE] Add log backend view, frontend login logging and log cleanup command - thx to Sebastian Stein (in2code)
  • [FEATURE] Add logging for loginAs impersonation attempts - thx to Sebastian Stein (in2code)
  • [BACKPORT][BUGFIX] respect "includeHiddenContent" for plugin validation - thx to Sebastian Stein (in2code)
  • [BUGFIX] remove feature check from isAdminAuthentication() - thx to Sebastian Stein (in2code)
  • [BUGFIX] Missing userConfirmationRefused statement - thx to Stefan Busemann (in2code)
  • Remove errorneous function call from partial revert by @pixeldesu in #672
  • v8: Fix admin confirm/refuse backend actions by @pixeldesu in #671
  • [BUGFIX] Apply TCA migrations for TYPO3 12LTS by @oliverklee in #685

Full Changelog: 8.3.3...8.4.0``

13.2.1 Maintenance Release

18 Dec 17:10

Choose a tag to compare

  • [BUGFIX] add missing status "confirmAdminRefusedSilent" to statusAdminConfirmationRefused - thx Sebastian Stein (in2code)
  • [BUGFIX] Use correct mail template for updateNotify mail - thx Sebastian Stein (in2code)

Full Changelog: 13.2.0...13.2.1

8.3.3 Maintenance Release

14 Nov 11:39

Choose a tag to compare

What's Changed

  • [BUGFIX] usage of FlexForm value settings.edit.notifyAdmin by @Aletschhorn in #645
  • [BUGFIX] fix image upload for confirmation and invitation actions - thx to Sebastian Stein (in2code)

New Contributors

Full Changelog: 8.3.2...8.3.3

13.2.0 New Features

24 Oct 12:59

Choose a tag to compare

  • [FEATURE] Add Support for Fluid Mail - thx Sebastian Stein (in2code) - sponsored by Digitalwerkstatt Luechow - activate via Extension Settings (useFluidMail = 1)
  • [FEATURE] add "Profile update not authorized" error message - thx to Sebastian Stein (in2code)
  • [TASK] Convert Femanager JavaScript from jQuery to Vanilla - thx Andreas Nedbal (in2code) - sponsored by Digitalwerkstatt Luechow
  • [BUGFIX] Fix createAdminNotify email action links not working - thx Andreas Nedbal (in2code)
  • [BUGFIX] Usage of FlexForm value settings.edit.notifyAdmin - thx to Aletschhorn
  • [BUGFIX] Fix admin confirm/refuse backend actions- thx Andreas Nedbal (in2code)

What's Changed

Full Changelog: 13.1.0...13.2.0

13.1.0 Small Features

29 Sep 10:13

Choose a tag to compare

What's Changed

  • [FEATURE] Show all usergroups of a feuser in BE Module - ported by Stefan Busemann (in2code)

  • [FEATURE] introduce new mail configuration option for replyTo - thx Sebastian Stein (in2code)

  • [BUGFIX] fix sjbr/sr-freecap integration - thx Sebastian Stein (in2code)

  • [BUGFIX] Pass Request to sr_freecap in ClientsideValidator - thx Andreas Nedbal (in2code)

  • [BUGFIX] fix broken phpunit tests - thx Sebastian Stein (in2code)

  • [BUGFIX] Resolve country select list without EXT:static:info_tables - thx to Alexander Nitsche

  • [TASK] Keep development-only files out of Composer installations - thx to Oliver Klee

  • [TASK] fix php 8.4 explicit nullable type deprecations - thx Sebastian Stein (in2code)

  • [TASK] fetch logged-in user id from user context - thx Sebastian Stein (in2code)

  • [TASK] add note to country testpag- thx Sebastian Stein (in2code)

  • [TASK] mark getStatesOptions and getCountryOptions argument as passed by reference- thx Sebastian Stein (in2code)

  • [DOCUMENTATION] add documentation why "enforceNewSessionId" is used in UserUtility::login(...)

  • sr_freecap integration fixes by @pixeldesu in #661

Full Changelog: 13.0.0...13.1.0

8.3.2 Maintenance Release

25 Sep 10:50

Choose a tag to compare

What's Changed

  • [FEATURE] Update Confirmation.html by @tbsschmdt in #651
  • [TASK] Keep development-only files out of Composer installations by @oliverklee in #656
  • [BUGFIX] Resolve country select list without EXT:static:info_tables by @alexander-nitsche-governikus in #653
  • BUGFIX] User confirmation buttons are active even if not enabled in

New Contributors

Full Changelog: 8.3.1...8.3.2

13.0.0 Support for TYPO3

28 Jul 13:10

Choose a tag to compare

  • [FEATURE] Additional confirmation step for admin confirm/refuse of users - Stefan Busemann (in2code)
  • [SECURITY] Don't pass User to newAction - Andreas Nedbal (in2code)
  • [SECURITY] Avoid unintended persistence - Andreas Nedbal (in2code)
  • [LANG] Adjust label for resendConfirmationMailSend - Christine Zoglmeier (in2code)
  • [BUGFIX] Failing resend frontend view - Stefan Busemann (in2code)
  • [BUGFIX] Load data processor only in frontend context - thx to Johannes Böttcher
  • [BUGFIX] Load TypoScript configuration in backend context - thx to Johannes Böttcher
  • [BUGFIX] Migrate RequireJS backend script to ES6 - thx to Johannes Böttcher
  • [BUGFIX] Pass request object to mail service in controller context - thx to DaRealFrea
  • [BUGFIX] Missing resend confirmation dialogue - Stefan Busemann (in2code)
  • [BUGFIX] wrong default action for resend plugin - Stefan Busemann (in2code)
  • [REFACTOR] (controller): enhance file handling and readability - thx to Gregor
  • [BUGFIX] Retain user-entered searchword after submit - thx to Simon Praetorius

Full Changelog: 8.2.1...13.0.0