Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Release 4.4.2 #404

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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