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

Releases: Ecodev/newsletter

4.0.0

14 Feb 12:10
a5d2ae2
Compare
Choose a tag to compare

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:

  1. Take note of existing password and fetchmail configuration
  2. Upgrade Newsletter
  3. Apply Newsletter database data update via Extension Manager
  4. Apply Newsletter database structure update via the Install Tool
  5. Re-enter BounceAccount information

3.3.2

09 Jan 10:29
a0bfeac
Compare
Choose a tag to compare

This is a very minor version only to allow to install in TYPO3 9.
But be careful, it was not tested with TYPO3 9.

3.3.1

22 Apr 12:16
e15de39
Compare
Choose a tag to compare

Quick fix release to restore backend.

3.3.0

22 Apr 10:06
183fea6
Compare
Choose a tag to compare

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

31 Mar 14:53
093cbdb
Compare
Choose a tag to compare

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

06 Sep 14:38
d9c5a64
Compare
Choose a tag to compare

This minor release introduce a new parameter EmailInterface to the
hook substituteMarkersHook.

3.0.2

19 Jul 05:36
302adaf
Compare
Choose a tag to compare

This is a bugfix release, to solve a bug affecting all installation
that are NOT MariaDB 10. It would incorrectly generate auth_code
leading to the impossibility of sending the same newsletter to the
same recipient more than once.

Thanks to @cundd for reporting and fixing it.

3.0.1

10 Jul 02:49
a75bb23
Compare
Choose a tag to compare

This is a bugfix release, to solve a single bug:

  • UTF-8 characters in newsletter content were mangled

3.0.0

05 Jul 11:40
e5ffbd1
Compare
Choose a tag to compare

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

And all known bugs were fixed

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.

2.6.1

19 May 03:43
Compare
Choose a tag to compare

This release improves a few things:

  • Compatibility with multi-domains
  • Use the User-Agent "TYPO3/7.6.0 Newsletter/2.6.1" for all HTTP requests
  • Respect specified PID for RecipientList and BounceAccount