Skip to content

4.4.1

Latest
Compare
Choose a tag to compare
@calien666 calien666 released this 11 Dec 17:03
· 2 commits to 4 since this release

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;