brotkrueml / schema

TYPO3 extension providing an API and view helpers for schema.org markup

Home Page:https://extensions.typo3.org/extension/schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove support for TYPO3 v10

brotkrueml opened this issue · comments

For now, this is just a collection of tasks to be done once compatibility for TYPO3 v10 is removed.

  • Remove icon registration from ext_tables.php
  • Remove skipped test in Lowlevel/ConfigurationModuleProvider/TypesTest.php for v10
  • Remove admonition about TYPO3 v11 availability in documentation of available types
  • Remove superfluous "event" tag when registering PSR-14 events (Configuration/Services.yaml and documentation)
  • Inject LoggerInterface instead of using LoggerAwareInterface/LoggerAwareTrait
  • Use placeholders in log messages
  • Remove conditions regarding v10 in CI run