From 932c8ee5d8c9e8a80610e8a72d34849d62c83804 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Wed, 3 Feb 2016 20:33:46 +0900 Subject: [PATCH] Release version 2.6.1 This release improves a few things: * Compatibility with multi-domains * Use the User-Agent "TYPO3/7.6.0 Newsletter/2.6.1" for all HTTP requests * Respect specified PID for RecipientList and BounceAccount --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 83ee1db..51b57e0 100755 --- 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' => '2.6.0', + 'version' => '2.6.1', 'dependencies' => '', 'conflicts' => '', 'priority' => '',