Skip to content

Commit

Permalink
[TASK] Release 4.4.0
Browse files Browse the repository at this point in the history
## Features
* Translation access configurable by group
* Formality is now configurable by language and site

Please use the UpgradeWizard fixing the language formality from the old
to the new structure.

## Bugfixes
* DeepL client respects TYPO3 proxy settings full
* Glossary used without request needed
  • Loading branch information
calien666 committed Dec 3, 2024
1 parent 3bc10da commit c5cc4a4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

### 4.4.0

* [BUGFIX] Detected current page right for pages by @Mabahe in https://github.com/web-vision/wv_deepltranslate/pull/329
* [BUGFIX] Streamline Glossary Command and fix some Bug by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/326
* [BUGFIX] Use TYPO3 configured proxy for DeepL client by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/331
* [BUGFIX] Mitigate unrelated page traversal for glossary lookup by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/335
* [BUGFIX] Ensure full compatible for proxy setting to retrieve Translator by @staempfli-webteam in https://github.com/web-vision/wv_deepltranslate/pull/336
* [TASK] Remove locallang overrides and tca description registry by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/339
* [TASK] Avoid implicitly nullable class method parameter by @sbuerk in https://github.com/web-vision/wv_deepltranslate/pull/345
* [TASK] Run pipelines in php 8.3 by @calien666 in https://github.com/web-vision/wv_deepltranslate/pull/347
* [TASK] Streamline tooling by @sbuerk in https://github.com/web-vision/wv_deepltranslate/pull/351
* [FEATURE] Refactor formality translation context handling. by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/353
* [TASK] Create deepl usage widget by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/338
* [TASK] Set the deepl-php requirement strict by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/363
* [BUGFIX] Conditionally add dashboard widget by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/362
* [TASK] Update documentation by @calien666 in https://github.com/web-vision/wv_deepltranslate/pull/348
* [FEATURE] Introduce translate access features for backend user groups by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/361
* [TASK] Replace `DeepL Mock Api Server` container image by @sbuerk in https://github.com/web-vision/wv_deepltranslate/pull/364
* [TASK] Fix badge and add more verbose links to needed configuration docs by @pixelbrackets in https://github.com/web-vision/wv_deepltranslate/pull/365
* [BUGFIX] Use TYPO3 http client by @Mabahe in https://github.com/web-vision/wv_deepltranslate/pull/372
* [TASK] Usage treshold & severity levels by @pixelbrackets in https://github.com/web-vision/wv_deepltranslate/pull/358
* [BUGFIX] Return buttons if page is not callable by @calien666 in https://github.com/web-vision/wv_deepltranslate/pull/374
* [BUGFIX] Working with glossary without a request not possible by @calien666 in https://github.com/web-vision/wv_deepltranslate/pull/375

### 4.3.1

* Resolve phpstan issues that block the pipeline by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/325
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
'author_company' => 'web-vision GmbH',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '4.3.1',
'version' => '4.4.0',
'constraints' => [
'depends' => [
'php' => '7.4.0-8.2.99',
'php' => '7.4.0-8.3.99',
'typo3' => '11.5.0-12.4.99',
],
'conflicts' => [
Expand Down

0 comments on commit c5cc4a4

Please sign in to comment.