- [BREAKING/BUGFIX] Add/fix fallback for fields. Before this fix fallback from fields from single to list page were done only for current page ($tsfe->page). After this fix this fallback is done also for list view page that is in the rootline ($tsfe->tmpl->rootLine). This is breaking change because it can change the way how page is rendered. For example it can affect usage as like "stdWrap.data = levelfield:-1,tx_local_my_field,slide".
- [TASK] Drop style CI.
- [TASK] Add ddev.
- [TASK] Move ext icon to folder.
- [TASK] Drop support for 9.5, add support for 11.5.
- [TASK] Add support for canonical URLs for TYPO3 core EXT:code
- [TASK] Add support for TYPO3 10.4.
- [TASK] Drop support for TYPO3 7.6, TYPO3 8.7. Add support for TYPO3 9.5. For TYPO3 7.6 ad 8.7 install version 1.3.
- [BUGFIX] Database compatibility.
- [BUGFIX] Lack of dependency to TYPO3 7.6.0 in composer.json.
- [FEATURE] Implement support for TYPO3 7.6 and PHP 5.6.
- [!!!][FEATURE] Disable hashBase customization by default for TYPO3 higher or equal 8.5.
- [BREAKING] Remove useless feature to throw page not found exception on missing cHash.
- [FEATURE] Change $boot to call_user_func().
- [!!!][FEATURE] Enable hashBase customization by default for all TYPO3 versions.
- [BUGFIX] Cast $id to int (it was php7 type cast before).
- [DOC] Docs changes.
- Add missing licence in composer.json.
- Update ext_emconf.php ext version.
- Fix error in docs.
- Update Docs.
- Add styleci.io PSR-2 code changes.
- Update phpdocs.
- Change ext description.
- Update ext_emconf.php ext version.
- Add styleci.io code checks / reformat code according to PSR-2.
- Add ext icon.
- Add ext licence.
- Add ext badges.
- Update ext_emconf.php ext version.
- Add description, authors, replace to composer.json. Add vendors to /.Build for future tests and auto complete.
- Init version.