This repository was archived by the owner on Jun 11, 2019. It is now read-only.
Commit e5ffbd1
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments