Skip to content

Commit ed0e7ab

Browse files
committed
[TASK] Release 4.4.1
**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 ```php $GLOBALS['TYPO3_CONF_VARS']['SYS']['features']['deeplTranslationUserConfigured'] = true; ```
1 parent 414bbf4 commit ed0e7ab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 4.4.1
4+
5+
* [BUGFIX] Refactor to ProcessingInstruction lost DeepL mode information by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/378
6+
* [BUGFIX] Fix regression on editor setup needed by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/380
7+
38
### 4.4.0
49

510
* [BUGFIX] Detected current page right for pages by @Mabahe in https://github.com/web-vision/wv_deepltranslate/pull/329

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'author_company' => 'web-vision GmbH',
1919
'author_email' => '[email protected]',
2020
'state' => 'stable',
21-
'version' => '4.4.0',
21+
'version' => '4.4.1',
2222
'constraints' => [
2323
'depends' => [
2424
'php' => '7.4.0-8.3.99',

0 commit comments

Comments
 (0)