Skip to content

Releases: in2code-de/femanager

8.1 New Features for TYPO3 12

09 May 18:06
Compare
Choose a tag to compare
  * [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

08 May 20:09
Compare
Choose a tag to compare
  * [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

08 May 18:59
Compare
Choose a tag to compare
  • [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

19 Dec 15:49
Compare
Choose a tag to compare
  * [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

13 Dec 10:55
Compare
Choose a tag to compare

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

04 Oct 07:43
Compare
Choose a tag to compare

[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

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.