From a75bb23f29ee479532337ce48d228f7d7ada8da2 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sun, 10 Jul 2016 11:16:54 +0900 Subject: [PATCH] Release version 3.0.1 This is a bugfix release, to solve a single bug: * UTF-8 characters in newsletter content were mangled --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 64a4c5e..f568cf4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -5,7 +5,7 @@ 'description' => 'Send any pages as Newsletter and provide statistics on opened emails and clicked links.', 'category' => 'module', 'shy' => 0, - 'version' => '3.0.0', + 'version' => '3.0.1', 'dependencies' => '', 'conflicts' => '', 'priority' => '',