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

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
PowerKiKi committed Jul 5, 2016
1 parent b47bbc8 commit e5ffbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '',
Expand Down

0 comments on commit e5ffbd1

Please sign in to comment.