Skip to content

Releases: derhansen/sf_event_mgt

Maintenance release

14 Mar 11:31
6d9f285

Choose a tag to compare

[BUGFIX] Fix condition for waitlist message #1395 - thanks @h-e-l-l-o-w-o-r-l-d
[BUGFIX] Fix class names in registration template #1400 - thanks @h-e-l-l-o-w-o-r-l-d
[TASK] Add helper functions for registration price calculation #1399
[TASK] Avoid usage of evaluateCondition in ViewHelpers #1388

2 new features

14 Feb 10:15
729fd21

Choose a tag to compare

⚠️ Note, that it is required to update the database fields.

[FEATURE] Add tax_rate field to event, price_options and registration #1375
[FEATURE] Added configurable rate limit for event registration #1374
[TASK] Simplify FlexForm registration for plugins #1373
[TASK] Missing cache handling for calendarAction #1370

Documentation update

11 Jan 14:10
73e8b26

Choose a tag to compare

[DOCS] Updated documentation

Bugfix release

29 Dec 18:45
e99b3a6

Choose a tag to compare

[BUGFIX] Hide flexform tab for plugin options #1368
[BUGFIX] Ensure active price options are returned correctly #1366
[BUGFIX] Fixed calendar week number calculation #1361
[TASK] Require payment method field in registration when payment is enabled #1369
[TASK] Flush event cache tag after GDPR cleanup command #1367
[TASK] Drop scrutinizer usage #1365
[TASK] Minor cleanups in ext_localconf.php

Bugfix release

29 Dec 18:45
2da4ede

Choose a tag to compare

[BUGFIX] Fixed calendar week number calculation #1361
[TASK] Drop scrutinizer usage #1365

Bugfix release

19 Dec 09:49
f84dcfd

Choose a tag to compare

[BUGFIX] Fix broken validation of checkbox registration fields #1364

Bugfix release

19 Dec 09:44
e14527f

Choose a tag to compare

[BUGFIX] Fix broken validation of checkbox registration fields #1364
[TASK] Avoid composer.lock creation for build dependencies

Maintenance release

07 Dec 17:55
a6632b5

Choose a tag to compare

⚠️ Important

The database type for price fields have changed. Due to the field change from double to numeric, rounding errors may accur in very rare scenarios, where the event price contains many digits after the comma (e.g. 19.9999999997 ➡️ 20.00). This change is however optional, but recommended to apply.


[TASK] Adapt price dbtype fields form double to numeric #1354
[TASK] Register plugin actions as array #1350
[TASK] Improve naming of content element titles #1355
[TASK] Remove plugin name from content element preview #1356
[TASK] Remove non-working PiEventPluginUpdater #1358
[TASK] Include registration price / price option in default email templates #1359

New feature and some bugfixes

25 Oct 04:59
07b7c40

Choose a tag to compare

[FEATURE] Add additional getters to Event domain model #1334
[BUGFIX] Added missing overrideChildTca for Event::image #1344 - thanks @svenpet90
[BUGFIX] Unset constants configurable via site settings #1336
[TASK] Change 'Organisator' to 'Organizer' in translations - thanks @garymarkfuller
[TASK] Use PHP attributes for extbase validation and lazy loading #1337
[TASK] Register commands with PHP attributes #1345
[TASK] Use phpstan-typo3 ^2.x #1314
[DOCS] Add automatic documentation for site settings #1296

Maintenance release

25 Oct 04:53
2bf4218

Choose a tag to compare

[FEATURE] Add additional getters to Event domain model #1334
[TASK] Change 'Organisator' to 'Organizer' in translations - thanks @garymarkfuller