Skip to content

Commit be4f245

Browse files
committed
[TASK] Release 4.4.2
1 parent 367a545 commit be4f245

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
### 4.4.2
4+
5+
* [TASK] Ensure failing php-cs-fixer within Github Action pipeline (backport #384) by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/385
6+
* [BUGFIX] Render preview translated flag information in TYPO3 v12 (4.x) by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/397
7+
* [TASK] Add `typo3/cms-styleguide` along with version selector meta package by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/402
8+
* [TASK] Make ProcessingInstructions public service for 4.x by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/403
9+
310
### 4.4.1
411

512
* [BUGFIX] Refactor to ProcessingInstruction lost DeepL mode information by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/378

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.1',
21+
'version' => '4.4.2',
2222
'constraints' => [
2323
'depends' => [
2424
'php' => '7.4.0-8.3.99',

0 commit comments

Comments
 (0)