Skip to content

Commit

Permalink
Merge pull request #292 from web-vision/task/prepare-3.0.5-release
Browse files Browse the repository at this point in the history
[TASK] Update CHANGELOG.md and version bump ext_emconf.php
  • Loading branch information
NarkNiro authored Jul 28, 2023
2 parents 1e54b07 + 5e159f0 commit 96925e8
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

## 3.0.5

* [TASK] Update readme by @calien666 in https://github.com/web-vision/wv_deepltranslate/pull/287
* [BUGFIX] Trim glossary terms to prevent exception from DeepL API by @peterkraume in https://github.com/web-vision/wv_deepltranslate/pull/291
* [BUGFIX] Fix google translation error "Bad language pair" by @ErHaWeb in https://github.com/web-vision/wv_deepltranslate/pull/282
* [BUGFIX] Respect correct namespace for used `b13/container` class by @calien666 in https://github.com/web-vision/wv_deepltranslate/pull/277

## 3.0.4

* [BUGFIX] Access to undefined array keys in list view by @bigahuna in https://github.com/web-vision/wv_deepltranslate/pull/240
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '3.0.4',
'version' => '3.0.5',
'constraints' => [
'depends' => [
'php' => '7.4.0-8.2.99',
Expand Down

0 comments on commit 96925e8

Please sign in to comment.