| 1 |
// $Id: CHANGELOG.txt,v 1.28 2009/11/21 17:44:50 smk Exp $
|
| 2 |
|
| 3 |
PHPMailer 6.x-3.x, xxxx-xx-xx
|
| 4 |
-----------------------------
|
| 5 |
#563112 by markus_petrux: Added support for Libraries API.
|
| 6 |
by smk-ka: Improved error handling.
|
| 7 |
by smk-ka: Fixed PHP warning on Mime Mail settings page.
|
| 8 |
by smk-ka: Improved usability: provide next steps during installation.
|
| 9 |
#634868 by smk-ka: Fixed bad e-mail addresses in sent mails if display names
|
| 10 |
contains a comma.
|
| 11 |
#491658 by a_c_m, smk-ka: Setting FromName also for Mime Mail messages.
|
| 12 |
#499824, #551004 by smk-ka: Added support for PHPMailer's exception handling
|
| 13 |
to avoid dumping errors to the browser (since 5.0.0).
|
| 14 |
#516450 by smk-ka: Fixed test mail cannot be sent at the same time as enabling
|
| 15 |
PHPMailer.
|
| 16 |
by smk-ka: Cleaned up Mime Mail integration. Ported the HTML e-mail preview to
|
| 17 |
D6.
|
| 18 |
by smk-ka: Disabling the module now resets the smtp_library and mimemail_engine
|
| 19 |
variables, to avoid a WSOD.
|
| 20 |
by smk-ka: Checking requirements before allowing to install the module.
|
| 21 |
by smk-ka: Documentation updates.
|
| 22 |
by smk-ka: Fixed PHPMailer settings not saved when used as Mime Mail engine.
|
| 23 |
by smk-ka: Fixed Admin Menu not visible anymore.
|
| 24 |
by smk-ka: Regression: Fixed not being able to enable either Mime Mail or
|
| 25 |
PHPMailer for e-mail delivery.
|
| 26 |
by smk-ka: Moved resetting email properties to DrupalPHPMailer::SmtpSend().
|
| 27 |
by smk-ka: Provide more user-friendly error messages.
|
| 28 |
#607204 by smk-ka: Added support for Reply-To headers.
|
| 29 |
#633278 by smk-ka: Increased security: added an option to hide the password on
|
| 30 |
the settings page and added a log message if the configuration changed.
|
| 31 |
|
| 32 |
|
| 33 |
PHPMailer 6.x-2.1, 2009-06-10
|
| 34 |
-----------------------------
|
| 35 |
by smk-ka: Updated external PHPMailer message strings.
|
| 36 |
by smk-ka: Don't set FromName to an empty string.
|
| 37 |
by smk-ka: Added public method SmtpSend for compatibility with PHPMailer 5.x.
|
| 38 |
|
| 39 |
|
| 40 |
PHPMailer 6.x-2.0, 2009-05-17
|
| 41 |
-----------------------------
|
| 42 |
by sun: Fixed wrong link to ex. watchdog page.
|
| 43 |
by sun: Added HTML mail preview when Mime Mail module is installed.
|
| 44 |
by sun: Simplified settings form (UX).
|
| 45 |
by smk-ka: Fixed improper RFC 822 formatted date (by Mime Mail).
|
| 46 |
by smk-ka: Fixed empty mail body with Mime Mail.
|
| 47 |
by smk-ka: Fixed inconsistent linefeeds with Mime Mail.
|
| 48 |
by smk-ka: Fixed phpmailer_debug_mail not always rerouting.
|
| 49 |
#375422 by recidive: Fixed mails are sent to multiple recipients.
|
| 50 |
by sun: Fixed missing system_settings_form() due to clean-up commit.
|
| 51 |
by sun: Code clean-up and sync between 5.x-2.x and 6.x-2.x.
|
| 52 |
by smk-ka: Complete rewrite for PHPMailer 2.x.
|
| 53 |
|
| 54 |
|
| 55 |
PHPMailer 5.x-1.0, 2009-01-15
|
| 56 |
-----------------------------
|
| 57 |
Initial release of PHPMailer integration module for Drupal.
|
| 58 |
|
| 59 |
|