diff --git a/ChangeLog b/ChangeLog index c012ca0..53f0279 100644 --- a/ChangeLog +++ b/ChangeLog @@ -111,3 +111,7 @@ [FEATURE] add ext:addressespersonnel template [TASK] rename Author label to Persons [TASK] recommend addressespersonnel +* 4.2.0 + [TASK] add pages field + [TASK] clean up + [FEATURE] !BREAKING! bidirectional contact records for pages diff --git a/ext_emconf.php b/ext_emconf.php index 127772f..7925811 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ 'title' => 'Personnel', 'description' => 'Persons contact lists with vCard support. Demo: microtemplate.t3brightside.com', 'category' => 'fe', - 'version' => '4.1.0', + 'version' => '4.2.0', 'state' => 'stable', 'clearcacheonload' => true, 'author' => 'Tanel Põld, Nikolay Orlenko',