Releases: derhansen/sf_event_mgt
Maintenance release
New features and docs rewrite
[FEATURE] Added PSR-14 events to modify variables for administration module #1149 - thanks @DaRealFreak
[FEATURE] Added ModifyCheckRegistrationSuccessEvent PSR-14 event #1151
[BUGFIX] Exclude disableOverrideDemand
in dataHandler hook #1148
[BUGFIX] Show enableInvoice
extension setting again
[DOCS] Rework documentation to latest TYPO3 standards #1143
[DOCS] Added backend module template override documentation #1144
[DOCS] Added 2 new PSR-14 events to docs section
[DOCS] Remove eventuid
from aspect #1150
Documentation update
[DOCS] Remove eventuid
from aspect #1150
New features and bugfixes
[FEATURE] Show registration in saveRegistrationResultAction #1136
Note, that there is a new argument for the saveRegistrationResultAction
. Existing route enhancers should be adapted as following (new argument reguid
):
-
routePath: '/save-registration-result/{eventuid}/{reguid}/{result}/{hmac}'
_controller: 'Event::saveRegistrationResult'
_arguments:
eventuid: eventuid
reguid: reguid
result: result
hmac: hmac
[FEATURE] Added PSR-14 event to stop cancellation of depending registrations #1146
[FEATURE] Added ProceedWithPaymentActionEvent PSR-14 event #1139
[BUGFIX] Fix wrong invertStateDisplay for field hidden #1134
[BUGFIX] Respect DisableLanguageMenuProcessor in registration #1138
[BUGFIX] Fix deleteCustomNotificationsByEvent hook - #1140
[DOCS] Added linkhandler configuration #1135 - thanks @georgringer
[DOCS] Add link to documentation about breaking changes #1142
[DOCS] Fixed wrong TypoScript reference
New features and one bugfix
[FEATURE] Show registration in saveRegistrationResultAction #1136
Note, that there is a new argument for the saveRegistrationResultAction
. Existing route enhancers should be adapted as following (new argument reguid
):
-
routePath: '/save-registration-result/{eventuid}/{reguid}/{result}/{hmac}'
_controller: 'Event::saveRegistrationResult'
_arguments:
eventuid: eventuid
reguid: reguid
result: result
hmac: hmac
[FEATURE] Added PSR-14 event to stop cancellation of depending registrations #1146
[FEATURE] Added ProceedWithPaymentActionEvent PSR-14 event #1139
[BUGFIX] Respect DisableLanguageMenuProcessor in registration #1138
[TASK] PHP 7.4 compatibility for ProcessCancelDependingRegistrationsEvent #1146
[TASK] Added PHP 7.4 compatibility to ProceedWithPaymentActionEvent #1139
[DOCS] Add link to documentation about breaking changes #1142
[DOCS] Fixed wrong TypoScript reference
Bugfix release
[BUGFIX] Ensure links in RSS template are generated correctly #1130
[BUGFIX] Catch empty currentContentObject in RSS feed #1131
[BUGFIX] Added missing field cruser_id
to notification log #1133
[TASK] Optimize TCA for customnotificationlog #1133
[TASK] Use strict return type in BackendUserViewHelper
[TASK] Remove custom requestGetAttributeMapping #1100
Minor bugfixes and improvements
[!!!][TASK] Use core SlidingWindowPagination #1122
Note that this is a breaking change, if you use the NumberedPagination
class, which now has been removed.
Please adapt your code to use the TYPO3 core SlidingWindowPagination
instead.
[BUGFIX] use correct execute method for update statement #1127 - thanks @mkarulin
[BUGFIX] Fixed ignore empty sheet exclusion in pluginupdater
[BUGFIX] Fix checkbox display in plugin preview renderer #1123 #1124
[TASK] Ignore empty/invalid FlexForm in plugin updater #1128
[TASK] Fix CSS classes for plugin preview warning #1125
[TASK] Harden plugin preview #1126
[DOCS] Fixed typo in RSS feed documentation #1121 - thanks @medarob
Bugfix release
[FEATURE] Add getter for extension settings in AbstractController #1119
[BUGFIX] Add dispatch for ProcessRedirectToPaymentEvent #1115 - thanks @siwa-tkapplmueller
[TASK] Remove superfluous doc comments in UserRegistrationController
[TASK] Remove unused import
[TASK] Remove superfluous overwrite #1120
Bugfix release and one new feature
[FEATURE] Add getter for extension settings in AbstractController #1119
[BUGFIX] Add dispatch for ProcessRedirectToPaymentEvent #1115 - thanks @siwa-tkapplmueller
Bugfix and maintenance release with support for TYPO3 12.4 LTS
In addition to version 7.0.0, which supports TYPO3 12.2 and above, this version only supports TYPO3 12.4 LTS and does most likely not use deprecated code any more. When updating a website to TYPO3 12.4, make sure to also read the release notes for version 7.0.0 of the extension carefully.
[FEATURE] Add settings to variables in Modify*ViewVariablesEvents #1071
[FEATURE] Added ModifyPaymentRedirectResponseEvent PSR-14 event #1082
[FEATURE] Make controller arguments public accessible #1110
[BUGFIX] Show correct icon in backend module #1069
[BUGFIX] Check for proper array #1074 - thanks @georgringer
[BUGFIX] Fixed non-working payment redirect #1083
[BUGFIX] Fixed missing image manipulation options for images #1089
[BUGFIX] Show all levels in flexform category tree #1092 - thanks @Mabahe
[BUGFIX] Exception when submitting multivalue registration fields #1108
[TASK] Remove unused function getSysLanguageUid() #1107
[TASK] Use Constructor Property Promotion for events #1091
[TASK] Use different method to check registrationfields #1068 - thanks @georgringer
[TASK] Add translation for word week in Calendar.html template #1078
[TASK] Be more strict in tests #1088
[TASK] Added note about plugin access permission migration #1066
[TASK] Adapt TCA to latest TYPO3 12 requirements #1087
[TASK] Remove FlexForm values with '0' for certain fields #1086
[TASK] Avoid usage og GU:_GP() and GU:_GPmerged() #1072
[TASK] Avoid usage of GeneralUtility::_GET() #1097
[TASK] Avoid usage of getTwoLetterIsoCode() #1098
[TASK] Remove usage of ConfigurationManager->getContentObject() #1099
[TASK] Use service tag to register plugin updater #1102
[TASK] Use EventListener for page cache lifetime calculation #1103
[TASK] Include JS asset when challengeResponse spamcheck is enabled #1090
[TASK] Adapt unit tests for phpunit v10 #1109
[TASK] Update e:page.uri ViewHelper