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
- Support TYPO3 v12
- Add category conjunction (AND, OR) for plugin actions (incl. custom models)
- Add custom TimeTables (see #708)
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)
- Please run the upgrade wizard
- 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
- see 12.4.4...13.0.0