2.1.0¶
Breaking¶
Nothing
Features¶
DateDemandFactorysupports TypoScriptstdWrapon all settings on first level.New option
queryCallbackforDateDemandwas added. This option allows to define a callback in TYPO3 way (e.g. function, closure or method->). This receives theDateRepositoryas well as the currentQueryInterfaceto alter query after it was created based on theDateDemand.Add Changelog to document changes for each version.
Fixes¶
DateRepositorynow properly fetchesDateif nostartand noendwas given. It fetched only upcomingDatebeforehand. It will now fetch allDatewhere either the start OR end is in future. That way also currently activeDateare returned. Converting default from "future" to "running and future".
Tasks¶
Moved creation of
DateDemandout ofDateControllerinto a newDateDemandFactory. That allows re use of creation from settings. This also streamlines creation withEventDemandandEventDemandFactory.Removed outdated stuff from Documentation.
Deprecation¶
Nothing