This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
Releases: Ecodev/newsletter
Releases · Ecodev/newsletter
4.0.0
This release is mostly bugfixes and migration from deprecated mcrypt:
- Can embed images with encoded UTF8 url
- Use SVG icons everywhere
- Drop TYPO3 6.2 support
- newsletter_view_url was missing Language Parameter
- TYPO3 8.7 could not create absolute URL when sending via scheduler
- Disable cHash for our plugin
- Remove standard fields (delete, hidden, etc.) on email and newsletter
BREAKING CHANGES
- Migrate from mcrypt to openssl
- Database structure changed and must be updated
The migration from mcrypt to openssl means that BounceAccount sensitive data
must be re-entered manually after the upgrade. The suggested procedure is the following:
- Take note of existing password and fetchmail configuration
- Upgrade Newsletter
- Apply Newsletter database data update via Extension Manager
- Apply Newsletter database structure update via the Install Tool
- Re-enter BounceAccount information
3.3.2
3.3.1
3.3.0
This version focus on speed improvement when sending emails:
- Drastic speed increase when sending emails with RealUrl (or similar)
- Support for TYPO3 8
- Prevent sending Newsletter containing errors
- Show bounce account count in scheduler
- Bubble up fetchmail error to Scheduler GUI
- Remove version from default User-Agent for security reason
3.2.0
This versions cleans up the code and fixes a few bugs:
- Ability to override some Newsletter values from Recipient List data
- Definitive fix for broken RecipientList edition in backend
- Correct default language value (that could crash newsletter sending)
BREAKING CHANGES
- Database structure changed and should be updated, but it is not mandatory
3.1.0
3.0.2
3.0.1
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
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.