mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 06:36:10 +01:00
1.1 KiB
1.1 KiB
2.1.0
Breaking
Nothing
Features
DateDemandFactory
supports TypoScriptstdWrap
on all settings on first level.- New option
queryCallback
forDateDemand
was added. This option allows to define a callback in TYPO3 way (e.g. function, closure or method->
). This receives theDateRepository
as well as the currentQueryInterface
to alter query after it was created based on theDateDemand
. - Add Changelog to document changes for each version.
Fixes
DateRepository
now properly fetchesDate
if nostart
and noend
was given. It fetched only upcomingDate
beforehand. It will now fetch allDate
where either the start OR end is in future. That way also currently activeDate
are returned. Converting default from "future" to "running and future".
Tasks
- Moved creation of
DateDemand
out ofDateController
into a newDateDemandFactory
. That allows re use of creation from settings. This also streamlines creation withEventDemand
andEventDemandFactory
. - Removed outdated stuff from Documentation.
Deprecation
Nothing