Skip to content

Commit

Permalink
[TASK] Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
NarkNiro committed Apr 17, 2024
1 parent 4e5be02 commit 6dc0ed3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### 4.2.0

* [FEATURE] Introduce Usage statistics by @calien666 in https://github.com/web-vision/wv_deepltranslate-eap/pull/45
* [TASK] Disable publish ci workflow by @NarkNiro in https://github.com/web-vision/wv_deepltranslate-eap/pull/55
* [BUGFIX] Loading the backend locallang exclusively in the backend by @NarkNiro in https://github.com/web-vision/wv_deepltranslate-eap/pull/53
* [TASK] Use the new php based documentation rendering container by @sbuerk in https://github.com/web-vision/wv_deepltranslate-eap/pull/57
* [TASK] Streamline command wrapper `Build/Scripts/runTests.sh` by @sbuerk in https://github.com/web-vision/wv_deepltranslate-eap/pull/58
* [TASK] Update DI and configuration for glossary commands by @NarkNiro in https://github.com/web-vision/wv_deepltranslate-eap/pull/59
* [TASK] Remove unused table definition from `ext_tables.sql` by @NarkNiro in https://github.com/web-vision/wv_deepltranslate-eap/pull/60
* [BUGFIX] Ensure higher precedence of partial ordering by @NarkNiro in https://github.com/web-vision/wv_deepltranslate-eap/pull/61
* [TASK] Avoid duplicate PageTS file include with TYPO3 v12 by @NarkNiro in https://github.com/web-vision/wv_deepltranslate-eap/pull/62
* [TASK] Avoid undefined array key access in `DeeplService` by @NarkNiro in https://github.com/web-vision/wv_deepltranslate-eap/pull/63
* [TASK] Move flashMassages out auf services class by @NarkNiro in https://github.com/web-vision/wv_deepltranslate-eap/pull/64

### 4.1.1

* Update deepl icon generator by @NarkNiro in https://github.com/web-vision/wv_deepltranslate-eap/pull/52
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' => 'hello@web-vision.de',
'state' => 'stable',
'version' => '4.1.1',
'version' => '4.2.0',
'constraints' => [
'depends' => [
'php' => '7.4.0-8.2.99',
Expand Down

0 comments on commit 6dc0ed3

Please sign in to comment.