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

Releases: Ecodev/newsletter

2.6.0

01 Dec 02:55
Compare
Choose a tag to compare

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

27 Nov 07:11
Compare
Choose a tag to compare
  • Fix TYPO3 7.4 incompatibility

2.5.2

08 Sep 15:21
Compare
Choose a tag to compare

This is a bug fix release, including an important one:

  • Links including markers were broken since 2.5.0. Typically http://newsletter_view_url would not work anymore #79
  • Plain converter could not be selected properly #76
  • Repeating newsletter was broken

2.5.1

26 Aug 07:17
Compare
Choose a tag to compare
  • Allow for HTTPS markers
  • TYPO3 7.4 compatibility tested on Travis CI

2.5.0

25 Aug 13:21
Compare
Choose a tag to compare
  • Prevent open redirection security issues
  • Specifiy database engine for better performance

2.4.1

04 May 14:41
Compare
Choose a tag to compare
  • TYPO3 7.2 compatibility

2.4.0

04 May 08:14
Compare
Choose a tag to compare
  • Support all IANA registered URI schemes for URI in newsletter content
  • Remove ?no_cache=1 out of the box to avoid warning

2.3.3

08 Apr 13:18
Compare
Choose a tag to compare

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

20 Feb 07:53
Compare
Choose a tag to compare

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