Releases: in2code-de/femanager
13.3.2 Maintenance Release
What's Changed
- [BUGFIX] Corrected typos by @sgrossberndt in #693
- [BUGFIX] Display time for
crdateandtstampoffe_usersin the backend by @sgrossberndt in #694 - [BUGFIX] Restore functionality "Confirm user by admin from the backend" by @sgrossberndt in #697
- [BUGFIX] Reallow to resend the confirmation email from Registration plugin by @sgrossberndt in #699
- [TASK] Uniform output of FlashMessages in the backend by @sgrossberndt in #698
Full Changelog: 13.3.1...13.3.2
13.3.1 Hotfix Release
Fixes sr_freecap integration - if not installed.
Full Changelog: 13.3.0...13.3.1
13.3.0 New logging feature and refactoring
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
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
- [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
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
- @Aletschhorn made their first contribution in #645
Full Changelog: 8.3.2...8.3.3
13.2.0 New Features
- [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
- Fix admin confirm/refuse backend actions by @pixeldesu in #670
Full Changelog: 13.1.0...13.2.0
13.1.0 Small Features
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
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
- @tbsschmdt made their first contribution in #651
- @alexander-nitsche-governikus made their first contribution in #653
Full Changelog: 8.3.1...8.3.2
13.0.0 Support for TYPO3
- [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