From 09907cfbf17e91f82b7f63d400d4a10b6e1a022f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanel=20P=C3=B5ld?= Date: Wed, 25 Sep 2024 12:50:35 +0300 Subject: [PATCH] [RELEASE] 4.2.1 --- ChangeLog | 2 ++ ext_emconf.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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',