Skip to content

Commit 96925e8

Browse files
authored
Merge pull request #292 from web-vision/task/prepare-3.0.5-release
[TASK] Update CHANGELOG.md and version bump ext_emconf.php
2 parents 1e54b07 + 5e159f0 commit 96925e8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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

512
* [BUGFIX] Access to undefined array keys in list view by @bigahuna in https://github.com/web-vision/wv_deepltranslate/pull/240

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'uploadfolder' => '0',
2222
'createDirs' => '',
2323
'clearCacheOnLoad' => 0,
24-
'version' => '3.0.4',
24+
'version' => '3.0.5',
2525
'constraints' => [
2626
'depends' => [
2727
'php' => '7.4.0-8.2.99',

0 commit comments

Comments
 (0)