Releases: derhansen/sf_event_mgt
Maintenance release
[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
[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
[DOCS] Updated documentation
Bugfix release
[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
Bugfix release
[BUGFIX] Fix broken validation of checkbox registration fields #1364
Bugfix release
[BUGFIX] Fix broken validation of checkbox registration fields #1364
[TASK] Avoid composer.lock creation for build dependencies
Maintenance release
⚠️ 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
[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
[FEATURE] Add additional getters to Event domain model #1334
[TASK] Change 'Organisator' to 'Organizer' in translations - thanks @garymarkfuller