diff --git a/ChangeLog b/ChangeLog index 53f0279..dd7d4e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -115,3 +115,5 @@ [TASK] add pages field [TASK] clean up [FEATURE] !BREAKING! bidirectional contact records for pages +* 4.2.1 + [BUGFIX] clear error for BE rendering if no contact selected but page is diff --git a/ext_emconf.php b/ext_emconf.php index 7925811..a0675d7 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.2.0', + 'version' => '4.2.1', 'state' => 'stable', 'clearcacheonload' => true, 'author' => 'Tanel Põld, Nikolay Orlenko',