Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit e5ffbd1

Browse files
committed
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 <img> 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.
1 parent b47bbc8 commit e5ffbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'description' => 'Send any pages as Newsletter and provide statistics on opened emails and clicked links.',
66
'category' => 'module',
77
'shy' => 0,
8-
'version' => '2.6.1',
8+
'version' => '3.0.0',
99
'dependencies' => '',
1010
'conflicts' => '',
1111
'priority' => '',

0 commit comments

Comments
 (0)