From 32036441661145ae8d520981e0ecc97e6f9a46a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanel=20P=C3=B5ld?= Date: Thu, 25 Jul 2024 15:31:49 +0300 Subject: [PATCH] [RELEASE] 4.2.0 --- ChangeLog | 4 ++++ ext_emconf.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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',