From 302adafd8dfce2408ad11a2e90e8cd8b6fc4a935 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 19 Jul 2016 14:16:39 +0900 Subject: [PATCH] Release version 3.0.2 This is a bugfix release, to solve a bug affecting all installation that are NOT MariaDB 10. It would incorrectly generate `auth_code` leading to the impossibility of sending the same newsletter to the same recipient more than once. Thanks to @cundd for reporting and fixing it. --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index f568cf4..9985463 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.1', + 'version' => '3.0.2', 'dependencies' => '', 'conflicts' => '', 'priority' => '',