Skip to content

Releases: derhansen/sf_event_mgt

Bugfixes

28 Feb 18:17

Choose a tag to compare

[!!!][TASK] Switched to templateRootPaths #289
[!!!][TASK] Replaced array() with []. New PHP requirement is PHP 5.4 #297

[BUG] Fixed inverted labels for gender in registration form #276
[BUG] Fixed unique e-mail check for registrations #275
[BUG] Field dateOfBirth does not allow dates < 1970 #277
[BUG] Fixed CSV for DateTime fields #283
[BUG] Fixed Backend Module links for TYPO3 7.6 #274
[BUG] Fixed templateLayout selection for TYPO3 7.6 #288
[BUG] SimultaneousRegistration viewHelper did not respect unlimited participants #291

[TASK] Styled Actionbar for TYPO3 7.6 #285
[TASK] Added missing renderType to select fields #294

[FEATURE] Added link field to location #293

reCAPTCHA, search view and more

03 Jan 17:32

Choose a tag to compare

[FEATURE] Added possibility to set recursive storagePage
[FEATURE] Add TS Settings for Categories and Locations - #255
[FEATURE] Add reCAPTCHA option to registration form #264
[FEATURE] Added unique e-mail address check for registrations #45
[FEATURE] Added search view #139

[TASK] Set partialRootPath to e-mail View
[TASK] Hide unnecessary fields in BE for the plugin
[TASK] Add displayCond for recursive option #258
[TASK] Save FE language on registration #261
[TASK] Implement language field to standalone view #262
[TASK] Add fe_user relation to registration #263
[TASK] Moved Plugin registration to TCA overrides #269
[TASK] Adjusted size of date fields #270
[TASK] Added SearchDemand Object #139
[TASK] Update documentation #266

Added Cancel option and bugfixes

28 Sep 07:36

Choose a tag to compare

[FEATURE] Added cancel-option for event registrations #200
[BUG] iCalDownload should not be cached #237
[BUG] Fixed fatal error when searching in BE module #234
[TASK] Enable listPid field for listAction #230
[TASK] Removed german translation files #243
[TASK] Changed type of registration zip to string #228
[TASK] Refactor parts of event controller #246
[TASK] Removed deprecated TS settings #248
[TASK] Removed sf_events_export.csv after csv export #229
[TASK] Show error in BE module, when TS not included #233
[TASK] Added composer support #183
[TASK] Updated documentation

Breaking changes

  • Please update all plugins, which are configured to display "Registration" in the "What to display" section

TYPO3 V7 Release notes

If you use this extension with TYPO3 7, make sure you use TYPO3 7.5+ which includes this bugfix

Bugfixes

02 Aug 10:33

Choose a tag to compare

  • Removed f:debug from listview #218
  • Added disableOverrideDemand #217
  • Changed datatype of zip-field for location to string #224
  • Bugfix: registration not possible with max participants = 0 #220
  • Bugfix: Typo In location model latitide -> latitude #221
  • Bugfix: Wrong XML in german translation #223

Maintenance release with new features

07 Jul 05:55

Choose a tag to compare

  • Added fallback to default action #182
  • Added checkbox to registration for Terms and Conditions #180
  • Added field "Files" to events #135
  • Added field "Additional images" to event #185
  • Added field "Program/Schedule" to event #186
  • Added notification options to event #209
  • Added locationRepository listAction #212
  • Added possibility to filter by location.city and location.country #211
  • Added new domain model "Organisator" #187
  • Added icon for "Notificationlog #195
  • Renamed "Location", "Category", "Notificationlog" and "Registration" #194
  • Updated RealURL config #169
  • Updated documentation #192
  • Allow multiple receivers in settings.notification.adminEmail #203

Breaking changes

  • Removed "category" as parameter from listAction and added overwriteDemand instead to be able to overwrite individual demand settings #191
  • Removed "selectedCategoryUid" in listAction. Please use overwriteDemand instead #213

Bugfix release

26 Apr 13:07

Choose a tag to compare

  • Fixed bug in flexform - #173
  • Avoid errors when Event ID is not set #172
  • Set sys_language for newly created registrations #174
  • Fixed bug with linkValidity #175
  • Added RealURL example configuration #169
  • Add label "Free of charge" #179
  • Updated FAQ section regarding default currency #178

Support for iCal and multiple registrations at once

16 Mar 08:04

Choose a tag to compare

  • Double-opt in (confirmation) optional #148
  • Wrong date format in IndexNotify.html #149
  • Wrong time format in RegistrationNew.html #163
  • Added fields "description", "longitude" and "latitude" to location #58
  • Added iCalendar support for events (download iCal file) #137
  • Added possibility to create multiple registrations at once #157
  • Added "ignoreNotifications" option to registration #158
  • Updated documentation

Note: Due to the new iCalendar support, you must reassign the display mode in the plugin settings

Documentation updates and bugfixes

25 Jan 11:32

Choose a tag to compare

  • All plugin settings can now be set by TypoScript #146
  • Changed type for queryLimit to "num" in flexform #147
  • Updates FAQ section about extending sf_event_mgt #143 #144

Added event limit and bugfixes

18 Jan 12:44

Choose a tag to compare

  • Added event limit to plugin
  • Fixed validation not working for custom registration fields #142
  • Fixed displayed date in notifications view #141
  • Fixed cruser_id not being added to custom notifications #92
  • Updated FAQ section of documentation

Added sorting to plugin settings

26 Nov 07:34

Choose a tag to compare

Added sorting to the plugin settings, so the listview can be sorted by different fields in ascending or descending direction.