Skip to content

Commit

Permalink
[TASK] Release 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
calien666 committed Dec 17, 2024
1 parent 367a545 commit be4f245
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 4.4.2

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

### 4.4.1

* [BUGFIX] Refactor to ProcessingInstruction lost DeepL mode information by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/378
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'author_company' => 'web-vision GmbH',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '4.4.1',
'version' => '4.4.2',
'constraints' => [
'depends' => [
'php' => '7.4.0-8.3.99',
Expand Down

0 comments on commit be4f245

Please sign in to comment.