-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
41 lines (41 loc) · 1.51 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
* 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
* 1.6.0
- [TASK] TYPO3 13 compatibility
* 1.6.1
- [TASK] Add Routes.yaml for inclusion
* 1.6.2
- [FEATURE] Change first, last, previous, and next labels with TS
- [FEATURE] Add {pagination.totalPageCount}
* 1.6.3
- [FEATURE] Allow basic html tags in navigation link labels
* 1.6.4
- [BUGFIX] Use HTML Entities for labels instead of characters