Skip to content

13.0.0

Latest
Compare
Choose a tag to compare
@lochmueller lochmueller released this 10 Feb 13:11
· 39 commits to master since this release

BAM... a TYPO3 v12 compatible release! This is the first v12 version. There are many changes since the last version: 12.4.4...13.0.0 Please send Feedback via GitHub issues!

Features

Breaking Changes

  • Drop TYPO3 v10 & v11 support
  • Remove autoloader dependency
  • Remove switchable controller actions
    • Please run the upgrade wizard Calendarize Plugin Updater
    • Update routing (see RouteEnhancers)
  • Remove cal migration wizard

Developers

  • Update plugin registration (don't use ext_tables.php anymore)
  • Remove DefaultEventConstraintsListener (category plugin filter): The CategoryConstraintEventListener now handles all models (incl. custom models) that use the default categories column.
  • Rename IndexIds to ForeignIds (IndexRepositoryFindBySearchEvent, IndexRepositoryDefaultConstraintEvent)
  • ForeignIds in the DefaultConstraintEvent are table specific
  • New events: ModifyIndexingQueryBuilderEvent, InitializeViewEvent, PaginationEvent
  • Remove support for NumberedPagination --> SlidingWindowPagination
  • Remove import_id from SysCategory & SysFileReference
  • Deprecate category (use categories instead) in SearchDTO

Bug fixes & cleanups