Skip to content

Commit

Permalink
2.3.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
NarkNiro committed Jan 31, 2023
1 parent 07cb50b commit 31b445c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.3.1

* [BUGFIX] Fix exception due to missing use statement by @sypets in #108

## 2.3.0

* [BUGFIX] Add php doc blocks by @spoonerWeb in #94
* [BUGFIX] Fix glossary sync persistance by @sypets in #100
* [BUGFIX] Fix undefined array key in DataHandlerHook by @sypets in #101
* [TASK] Run CGL fix by @sypets in #103
* [FEATURE] add supported languages automatically from API by @calien666 in #107

## v2.2.2

* [TASK] Update supported deepl api languages by @ayacoo in #64
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' => '2.2.2',
'version' => '2.3.1',
'constraints' => [
'depends' => [
'typo3' => '9.5.1-11.5.99',
Expand Down

0 comments on commit 31b445c

Please sign in to comment.