Releases: in2code-de/femanager
8.2.0 Improve HTML Templates
What's Changed
- [FEATURE] Add type and autocomplete information to input fields (port from 7.4 by in2code)
- [TASK] Docs - add simple render command - thx to Stefan Busemann (in2code)
- [BUGFIX] Pass proper argument to form error partial by @pixeldesu in #546
- [TASK] Update Symfony dependency by @julianhofmann in #577
- [BUGFIX] fix response object usage by @hannesbochmann in #586
- Add header row to Features/Events/Index.rst by @haegelixatwork in #581
- [TASK] Switch to PHP-based Documentation Rendering (port from 7.4 by in2code)
- [TASK] Add autocomplete attribute to password fields (port from 7.4 by in2code)
- [TASK] Mitigate browser "spell jacking" in form elements (port from 7.4 by in2code)
- [TASK] Improve the code formatting of additional input attributes (port from 7.4 by in2code)
- [TASK] Use semantic HTML for tables in the emails (port from 7.4 by in2code)
- [BUGFIX] Update composer.json - thx to Oliver Klee
- [BUGFIX] Pass proper object name to form error partial - thx to Pierrick Caillon
- [BUGFIX] Improve coding style - thx to Stefan Busemann (in2code)
- [BUGFIX] Add missing if clause in UserProperties.html (port from 7.4 by in2code)
- [BUGFIX] Remove type url to improve user experience - thx to Stefan Busemann (in2code)
- [BUGFIX] Add missing make command to generate docs - thx to Stefan Busemann (in2code)
- [DOCS] Update EAP note - thx to Stefan Busemann (in2code)
New Contributors
- @pixeldesu made their first contribution in #546
- @hannesbochmann made their first contribution in #586
- @haegelixatwork made their first contribution in #581
Full Changelog: 8.1.0...8.2.0
7.4.0 Improve HTML Rendering
What's Changed
- [TASK] Use semantic HTML for tables in the emails by @oliverklee in #572
- [TASK] Improve the code formatting of additional input attributes by @oliverklee in #566
- [BUGFIX] Allow the PHPStan extension installer for Composer by @oliverklee in #567
- [BUGFIX] Fix the Rector PHP target version by @oliverklee in #569
- [BUGFIX] Fix composer script calls in the
test:rector:fix
script by @oliverklee in #570 - [TASK] Apply the latest Rector fixes for TYPO3 11LTS by @oliverklee in #568
- [TASK] Mitigate browser "spell jacking" in form elements by @Patta in #573
- [TASK] Add autocomplete attribute to password fields by @Patta in #574
- [FEATURE] Add type and autocomplete information to input fields by @oliverklee in #575
- [BUGFIX] Use proper additionalAttributes in FirstName.html partial by @Patta in #576
- Add missing if clause in UserProperties.html by @Alagts in #585
- [TASK] Switch to PHP-based Documentation Rendering by @Alagts in #587
- [BUGFIX] Avoid deprecated PHP function
utf8_decode
by @oliverklee in #588
New Contributors
Contributors:
Many thanks to:
- Oliver Klee
- Patrick Lenk
- Stefan Busemann
- Sandra Erbel
Full Changelog: 7.3.0...7.4.0
8.1 New Features for TYPO3 12
* [FEATURE] Add confirmation form to delete profile during registration - thx to Stefan Busemann (in2code)
* [FEATURE] Add BeforeMailBodyRenderEvent - thx to Michael Bakonyi
* [FEATURE] Include bootstrap directly from repository instead of maxcdn.bootstrapcdn.com - thx to Felix Ranesberger (in2code)
* [FEATURE] Allow multiple CC recipients With this change more than one CC recipient for emails can be configured - thx to Marco Huber
* [BUGFIX] Fix a typo in the labels - thx to Oliver Klee
* [BUGFIX] Open the "terms & conditions" page in a new tab - thx to Oliver Klee
* [BUGFIX] errorClass attribute not working - thx to Stig Nørgaard Færch
* [BUGFIX] Use mixed return type for ServersideValidator::getValu - thx to Andreas Nedbal (in2code)
* [BUGFIX] Replace incorrect response in AdminConfirmation - thx Thomas Anders
* [BUGFIX] Restore email notification to admin after registration - thx Patrick Lenk
* [DOC] Update documenation - thx to Daniel Hoffman (in2code)
Feature Release for TYPO3 11
* [FEATURE] Add confirmation form to delete profile during registration - thx to Stefan Busemann (in2code)
* [FEATURE] Add BeforeMailBodyRenderEvent - thx to Michael Bakonyi
* [FEATURE] Include bootstrap directly from repository instead of maxcdn.bootstrapcdn.com - thx to Felix Ranesberger (in2code)
* [BUGFIX] Fix a typo in the labels - thx to Oliver Klee
* [BUGFIX] Open the "terms & conditions" page in a new tab - thx to Oliver Klee
* [BUGFIX] errorClass attribute not working - thx to Stig Nørgaard Færch
* [DOC] Update documenation - thx to Daniel Hoffman (in2code)
New Feature: Prevent deletion of profiles by virus scanners in confirmation mails
- [FEATURE] Add confirmation form to delete profile during registration - thx to Stefan Busemann (in2code)
- [TASK] Remove unnecessary scrollIntoView property - thx to Felix Ranesberger (in2code)
- [TASK] Replace jQuery scrollTop with vanilla scrollIntoView - thx to Felix Ranesberger (in2code)
- [TASK] Build new JS distribution file - thx to Felix Ranesberger (in2code)
8.0.1 Support for TYPO3 12
* [FEATURE] Add support for TYPO3 12 - please use the Upgrade wizzard to get your plugins to work!
* [TASK] Remove dependencies of generic Extbase domain classes - Thx to https://github.com/theLine
* [REFACTOR] Use Country API from TYPO3
* [REFACTOR] Dataprocessor for CleanUserGroup is transferred to a Middleware
* [REFACTOR] Because of new handling for uploaded files the Dataprocessor for Imagemanipulation is removed
* [DOCUMENTATION] Replace outdated signal documentation with event description
* [TASK] Update unit tests & behaviour tests
* [BUGFIX] Fix validation for allowed usergroups
* [FEATURE] Integrate Static Info tables via Service - thx to Daniel Hoffmann (in2code)
* [TASK] Upport all fixes from 7.1-7.2 - thx to Daniel Hoffmann (in2code)
* [TASK] Upport from scroll-fix - thx to Daniel Hoffmann (in2code)
* [BUGFIX] Bugfix wrong colspan - thx to Luis Thaler (in2code)
* [BUGFIX] Make backend module accessible for editors - thx to Luis Thaler (in2code)
* [BUGFIX] Fix image URLs in README.md - thx to Daniel Haupt
* [BUGFIX] Shows the labels in New Content Wizard again - thx to Daniel Hoffmann (in2code)
* [BUGFIX] Make captcha parameter optional - thx to Daniel Hoffmann (in2code)
* [BUGFIX] Add missing use statement for ObjectAccess - thx to Stefan Busemann (in2code)
* [BUGFIX] Add full object support in getDirtyPropertiesFromUser() - thx Torben Hansen
* [BUGFIX] Do not re-evaluate object values in ServersideValidator - thx to Torben Hansen
* [BUGFIX] Add missing pluginName in FrontendUtility - thx to Daniel Hoffmann (in2code) / bpaulsen
* [BUGFIX] Exception when accessing a fe_user record in the TYPO3 Backend - thx to Daniel Hoffmann (in2code)
7.2.3 Security Update
Security Update - please update as soon as possible.
[SECURITY] This update is needed for version for 7.0.0 to 7.2.2 older versions are not affected
[BUGFIX] Dont use initialize actions for granting access - thx to Daniel Hofmann (in2code)
7.2.2 SECURITY Release
[SECURITY] This update is needed for version for 7.0.0 to 7.2.1 older versions are not affected
[BUGFIX] Add missing permission check for invitation controlling - thx to Daniel Hofmann (in2code)
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