mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 00:16:11 +01:00
1.4 KiB
1.4 KiB
2.6.0
Breaking
- The location columns within events will no longer be filled. The new location will be used instead. The model will fall back for existing old records. Therefore this should not end in an effect on existing systems. The model no longer has setters for location beside the location itself.
Features
- Support PHP 8.1.
- Search location name and organizer name when a search word for dates was given.
- Introduce new record
Location
. This is the actual event location which is stored as separate record instead of inline properties within the event. This allows to filter by location. - Provide new stable Pagination within Controller and used Templates. This makes the Extension compatible with v10, v11 and v12 regarding pagination. The template now also follows https://www.a11ymatters.com/pattern/pagination/ for accessibility. Feel free to copy the template to projects.
Fixes
- Do not break old scheduler tasks as no features can be configured. Ensure we properly handle none configured features within configurations. Allow null within database and handle Extbase converting this to integer 0.
Tasks
Nothing
Deprecation
- Usage of location related properties from within the Event. Use the new sub property Location instead.
- Location related database columns within
tx_events_domain_model_event
. Usetx_events_domain_model_location
instead.