Deprecation: Deprecated TYPO3 v13 support 

Description 

Following classes are deprecated and will be removed in 3.0.0:

  • \WebVision\Deepl\Base\Core13\Controller\Backend\LocalizationController
  • \WebVision\Deepl\Base\Core13\EventListener\DefaultTranslationDropdownEventListener
  • \WebVision\Deepl\Base\Core13\EventListener\PrepareLocalizationProcessDataHandlerCommandMapForTypo3LocalizationModes
  • \WebVision\Deepl\Base\Core13\EventListener\ProvideDefaultTypo3LocalizationModesEventListener
  • \WebVision\Deepl\Base\Localization\LocalizationMode
  • \WebVision\Deepl\Base\Localization\LocalizationModeCollection

Following PSR-14 are deprecated and will be removed in 3.0.0:

  • \WebVision\Deepl\Base\Event\GetLocalizationModesEvent only dispatched in TYPO3 v13.
  • \WebVision\Deepl\Base\Event\LocalizationProcessPrepareDataHandlerCommandMapEvent only dispatched in TYPO3 v13.

Impact 

Instances with extension using these classes or events will either get PHP Fatal errors or possible dependency injection issues.

web-vision extension requiring this extension will take care of this.

Affected installations 

All instances with extension relating to this extension.

Migration 

There is no migration for the deprecated classes, interfaces and events. They are now longer required in TYPO3 v14 and are only kept to keep TYPO3 v13 support up.