Skip to content

TYPO3 11 compatibility

Compare
Choose a tag to compare
@derhansen derhansen released this 22 Aug 12:12
8900e0c

[!!!][FEATURE] Fetch banners in one request #226

Rendered code (image/html) for Banners is now fetched in a single POST request via AJAX.

Migration: If you customised templates or JavaScript, you need to adapt your changes to the new templates and JavaScript. Please refer to the updates files in #226

[!!!][TASK] Drop CSS margins for image banners #227

It is not possible to define margins for individual image banners any more.

[TASK] Switch to TYPO3 testing framework
[TASK] Update to php-cs-fixer 3
[TASK] Update tests for PHPUnit 9 and fix code style
[TASK] Move extension icon to Resources/Public/Icons
[TASK] Register icon in Icons.php
[TASK] Make all extbase action return a responseInterface
[TASK] Fix deprecations in tests
[TASK] Replace getTreeList usage with own class
[TASK] Use TCA type "category" #225
[TASK] Use strict_types in all classes
[TASK] Use TYPO3 constant instead of TYPO3_MODE
[TASK] Render banner URL with router
[TASK] Remove management DB fields from ext_tables.sql #224
[DOC] Updated README.md