This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
Releases: Ecodev/newsletter
Releases · Ecodev/newsletter
2.6.0
This release brings compatibility with TYPO3 7.6, and a lot of new features that were made possible
thanks to @marvin-martian who provided the basis for that. Many of these new features are described
in details in the documentation.
- TYPO3 7.6 compatibility
- BounceAccount password encryption
- BounceAccount support for advanced fetchmail configuration, allow the use of Gmail account for instance
- Configuration overridable via TypoScript
- Support for RealURL
- Support for Reply-To in newsletter
- Support no-track marker in spy links to exclude a few links from being spied on
- Configurable redirect when user unsubscribe
- Logs now use the new Logging API, thus by default will end up in
typo3temp/logs/typo3.log
- Support for HTTPS sites in
fetch_path
configuration - Automatic update system: the extension will update its data transparently whenever it is installed/updated
BREAKING CHANGES
- Database structure changed and must be updated
- Existing data in DB must be updated. This should be automatic, but if updating via composer, be sure
to deactivate/activate the extension in Extension Manager to trigger the update system.
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.3
This version keep the focus on unit tests to strengthen the code base.
In doing so we fixed several issues, as well as issues reported by users:
- Compatibility with TYPO3 7.1+
- Using more than one advanced marker messed up the content
- Embedding images in email crashed
- Support for marker within URL even if spy links is enabled
- Support for HTML entities encoded URL (avoid encoded mailto URL to be mangled)
2.3.0
This release refactored a lot of code to bring compatibility with TYPO3 7.
It also brings continuous integration on Travis CI for TYPO3 6.2 and 7.0.
BREAKING CHANGES
- Database structure changed and should be updated via Install Tool
- Existing data in DB must be updated via the extension update script available from Extension Manager
- Classes are now entirely namespaced, if you extended some code you will have to adapt it