Releases: in2code-de/femanager
Bugfix release
[TASK] Set fixed install tool password for dev env (better dev env performance)
[BUGFIX] Prevent warning in UpperViewHelper - thanks to christophlehmann's PR #289
[BUGFIX] Use getter for userTS - thanks to siwa-pparzer's PR #287
[BUGFIX] fix statically called non-static method calls in InvitationController - thanks to ewokhias's PR #294
[BUGFIX] Fix Exception in wrong file upload - thanks to marclindemann's PR #262
Bugfix Release
[BUGFIX] Prevent Exceptions on wrong file upload - thanks to #262
Minor Release
[FEATURE] Add support for country selection options - sponsored by resultify.se
Minor Release
[FEATURE] Add support for country selection options
[BUGFIX] Allow validation via captcha - thanks to Germar https://github.com/Germar and dnozdrin https://github.com/dnozdrin
Maintenance Release
[Bugfix] Allow validation via captcha - thanks to Germar https://github.com/Germar and dnozdrin https://github.com/dnozdrin
5.3.0 Minor Release
- [FEATURE] Adds uppercase validation for password (#91) - thanks to https://github.com/alexkue7911
- [BUGFIX] Use FlexFormService to validate allowed views (#177) - thanks to https://github.com/nigelmann
- [BUGFIX] TCA migrations for TYPO3 v9.5 - thanks to https://github.com/TrueType
- [BUGFIX] Make ajax validation URL more robust - thanks to https://github.com/baschny
- [BUGFIX] Allow '0' if field is required (#52) - thanks to https://github.com/DanielSiepmann
- [DOCS] Add info about PHP7 and extending femanager - thanks to https://github.com/uwejakobs
5.1.1 Maintenance Release
[BUGFIX] Repair Admin confirmation view for TYPO3 9 LTS
5.1.0 Minor Release: Support for PHP 7.3 and TYPO3 8 & 9 LTS
Changes:
- [FEATURE] Allow TYPO3 Version 8, allow PHP 7.3
- [BUGFIX] Allow password hashing none for TYPO3 V9
- [BUGFIX] Invitation: Peform expected redirect (thanks to Footrotflat)
- [BUGFIX] Use HashFactory of V9 and fallback for V8
- [BUGFIX] use hash password methods (thanks to Lex Frolenko)
- [BUGFIX] Fix JS validation URL (thanks to Daniel Haupt)
- [BUGFIX] Use doctrine contraints on pluginRespository (thanks to netcoop)
- [BUGFIX] use doctrine for UserUtility queries
- [BUGFIX] Update russian lang label
- [BUGFIX] Update GetFirstViewHelper (thanks to Oliver Beck)
- [BUGFIX] Fix translation of field names in form errors (thanks to Daniel Haupt)
- [TASK] Add signal beforeSend (thanks to Michael Bakonyi)
- [TASK] Updated 5.0.0 release date (thanks to Stephan Großberndt)
- [TASK] Consistent naming for ConnectionPool method (thanks to Stephan Großberndt)
- [TASK] Fix a small typo in FAQ (thanks to Thomas Deuling)
- [DOCS] Add migration notes
- [DOCS] Fix multiple errors and warnings (thanks to Daniel Haupt)
- [DOCS] Add detailed changelog
5.0.0 Major Release
This release adds mainly support TYPO3 version 9.
There are no big breaking changes include. Main change is, that all eid scripts were replace, by a page num approach. In order that the js validation works, you need to take care, that you these page typenums are available:
- Backend Module: Login as User feature
feManagerLoginAs.typeNum = 1548943013
see the complete config in file ext_typoscript_setup.txt
- Frontend Validation via JS
feManagerLoginAs.typeNum = 1548935210
see the complete config in file Configuration/TypoScript/setup.ext
4.2.5 Bugfix Release
[BUGFIX] Validation failed for date and some other datetypes via client side validation