Files
oai-symfony/typo3conf/ext/paginatedprocessors/ChangeLog
2026-07-03 17:53:31 +02:00

31 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
* 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