diff --git a/ChangeLog b/ChangeLog index 2c51afe..7c88f53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -82,3 +82,7 @@ - [BUGFIX] preview field name, thanks @JanJWinter - [FEATURE] Add autor for ext:news FE - [FEATURE] Add personnell author field to tx_news +* 3.8.1 + - [BUGFIX] Remove tx_personnel_authors row +* 3.8.2 + - [TASK] Update version number diff --git a/ext_emconf.php b/ext_emconf.php index fc2e55e..bee9b12 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ 'title' => 'Personnel', 'description' => 'Personnel lists with vCard download.', 'category' => 'fe', - 'version' => '3.8.0', + 'version' => '3.8.2', 'state' => 'stable', 'clearcacheonload' => true, 'author' => 'Tanel Põld, Nikolay Orlenko',