Version 0.2.0:
Initial public version.
Version 0.2.1:
Finnish translation added. Thanks to the translator.
Version 0.2.2:
German translation added. Thanks to Udo von Eynern <udo@voneynern.de>.
Version 0.2.3:
Correction to the encoding domain specified in multipart email headers.
Version 0.2.4:
Documentation update.
Version 0.2.5:
Dutch translation. Thanks to Vincent <cu@vincnet.nl>.
Version 0.2.6:
Update to the German translation.
Version 0.2.7:
Update to the Dutch translation.
Integrating a modification proposed by Martin Kutschker to modify the way line breaks are applied in quoted-printable encodings.
Version 0.2.8:
Correction to the use of messade-id in multipart headers.
Version 0.2.9:
Easier to configure at the time of installation.
The encoding to be used may be configured as quoted-printable, 8bit or base64.
The use of jump URL's may be configured.
The message-id is standard-compliant.
Version 0.2.10:
Correction to old code which prevented preview of a newsletter being opened in a separate BE window in TYPO3 3.6+. Thanks to Robert Böttner.
Version 0.2.11:
Enable the use of CURL library functions when PHP is configured with allow_url_fopen = off and when $TYPO3_CONF_VARS["SYS"]["curlUse"] = '1'. Thanks to Bertrand Mure.
Enable correct setting of return path using sendTheMail function from TYPO3 3.7 class.htmlmail.php. Thanks to Bertrand Mure.
Fix bug which creates a new dmail record instead of editing the newly created dmail record. Thanks to Bertrand Mure.
Correct the list of pages shown under "Create a new Direct Mail from newsletter". Thanks to Bertrand Mure.
Changing the dmailer cron task to a shell script and changing the way it is configured. See Cron task configuration section.
Version 0.2.12:
Modify the way the message-id is constructed in order to avoid reference to t3lib_div::getIndpEnv() when dmailer cron task is executed as shell script.
Version 0.2.13:
Correction: sending simple test mails did not work. Thanks to Martin Kutschker .
Correction: there was a localization error (a hardcoded Spanish string). Thanks to Martin Kutschker.
Version 0.2.14:
Additional extension configuration variable: Additional DB fields of the recipient. An idea of Martin Kutschker.
Version 0.2.15:
Update to Brazilian translation.
Version 0.2.16:
Correction: incorrect message-id structure was causing invalid image references. Thanks to Alexander Bohndorf.
Correction: simple mails were always sent with base64 encoding.
Correction: png images were sent as text/html content.
Version 0.2.17:
Update to Finnish translation.
Version 0.3:
Update to Brazilian translation.
Correction to dmailerd.phpsh. The cron task could issue error message “call to member function on non-object in ... dmailerd.phpsh” in some configurations. Thanks to Urs Weiss for this correction.
Version 0.3.1:
Add XCLASS declaration in class.ux_t3lib_dmailer.php.
This is the last version of this extension. All corrections and features moved into base extension : Direct Mail 2.0 for use with TYPO3 4.0+.