Skip to content

Commit 7a3c0dd

Browse files
authored
Merge pull request #237 from web-vision/task/prepare-release-3.0.3
[TASK] Prepare release
2 parents df8fb0d + 5b5c92e commit 7a3c0dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.0.3
4+
5+
* [TASK] Set branch alias for 3.0 by @NarkNiro in https://github.com/web-vision/wv_deepltranslate/pull/200
6+
* [TASK] Avoid `rowCount()` for select query by @sbuerk in https://github.com/web-vision/wv_deepltranslate/pull/233
7+
* [BUGFIX] Avoid doctrine/dbal `fetchAssociative()` by @sbuerk in https://github.com/web-vision/wv_deepltranslate/pull/236
8+
* [BUGFIX] Fix Problem with translation no glossary given by @calien666 in https://github.com/web-vision/wv_deepltranslate/pull/235
9+
310
## 3.0.2
411

512
[BUGFIX] Glossary is not used by @calien666 in #218

Diff for: ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'uploadfolder' => '0',
2222
'createDirs' => '',
2323
'clearCacheOnLoad' => 0,
24-
'version' => '3.0.2',
24+
'version' => '3.0.3',
2525
'constraints' => [
2626
'depends' => [
2727
'php' => '7.4.0-8.2.99',

0 commit comments

Comments
 (0)