Initial commit - Typo3 11.5.41

This commit is contained in:
Matteo Gallo
2026-07-03 17:53:31 +02:00
commit 5ca4743197
6811 changed files with 568848 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
* 1.1.0
- [FEATURE] control number of pagination links
[FEATURE] URL segment with automatic route mapping for content elements
- [FEATURE] tt_content TCA for easier third party migration
- [UPDATE] compare and update the database
* 1.2.0
- [FEATURE] create Classes/Processing/DataToPaginatedData::getPaginatedData
- [TASK] Improve code readability
* 1.3.0
- [FEATURE] add anchor option to keep paginated content in focus
* 1.3.1
- [LANGUAGE] move TCA labels to translation file
* 1.3.2
- [BUGFIX] by Willi Wehmeier: Use null coalescing operator to avoid error on
non existing array key
* 1.3.3
- [BUGFIX] eliminate Undefined array key Warning if anchorId by setting default 0
* 1.4.0
- [TASK] TYPO3 12.0 compatible
* 1.4.1
- [FEATURE] Make CSS configurable through TS constant
* 1.4.2
- [TASK] TYPO3 12.1 compatible
- [TASK] Configure dependency injection in Services.yaml
- [TASK] Replace ->execute() with ->executeQuery() in ContentMapper
* 1.5.0
- [TASK] (!BREAKING!) Rename CSS file path constant
- [TASK] Embed CSS on demand with embedassets
* 1.5.1
[BUGFIX] Add MenuP and filesP to services