From e5ffbd1ac8cd9a137e79193ff290f982690f7887 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 5 Jul 2016 17:26:57 +0900 Subject: [PATCH] Release version 3.0.0 This release brings compatibility with TYPO3 8.1, and other improvements: * TYPO3 8.1 compatibility * Add `List-Unsubscribe` header, so end-users can easily unsubscribe * Add `Precedence: bulk` header, to follow Gmail guidelines * Inject `alt` attributes when missing from element * Significantly improves speed for email opening, link opening and bounce handling * Better error reporting when the content cannot be fetched And [all known bugs were fixed](https://github.com/Ecodev/newsletter/issues?q=milestone%3A3.0%20%20) BREAKING CHANGES ================ * Requires PHP 5.6 or higher with `dom` extension * Database structure changed and must be updated * Existing data in DB **must** be updated. Use the "update" button in Extension Manager. --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index f37540b..64a4c5e 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' => '2.6.1', + 'version' => '3.0.0', 'dependencies' => '', 'conflicts' => '', 'priority' => '',