What's Changed
- [BUGFIX] Refactor to ProcessingInstruction lost DeepL mode information by @calien666 in #378
- [BUGFIX] Fix regression on editor setup needed by @calien666 in #380
Full Changelog: 4.4.0...4.4.1
This is a bugfix release regarding to two regressions.
Note: For using the editor user/group configured feature, introduced in 4.4.0, it is required to enable the respective feature flag in your local configuration or via an ext_localconf.php
file
$GLOBALS['TYPO3_CONF_VARS']['SYS']['features']['deeplTranslationUserConfigured'] = true;