X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fphpmailer%2FChangeLog.txt;h=7f52c4f7225f37e1c65d19fccd0988be1ea2a1c8;hb=5942a52ee1b26fdf495dc9c0946d616afc649607;hp=ed992db3f69ecb9075a60c03209d8324d21a0eb2;hpb=3634be9f95a83075bbfca9368b60bbd1bbe2d31f;p=mailer.git diff --git a/inc/phpmailer/ChangeLog.txt b/inc/phpmailer/ChangeLog.txt index ed992db3f6..7f52c4f722 100644 --- a/inc/phpmailer/ChangeLog.txt +++ b/inc/phpmailer/ChangeLog.txt @@ -1,5 +1,9 @@ ChangeLog +Version 2.0.4 (April 02 2009) +* fixed == in class.smtp.php +- NOTE: this is it folks, our last PHPMailer to support PHP4 + Version 2.0.3 (November 08 2008) * fixed line 1041 in class.smtp.php (endless loop from missing = sign) * fixed duplicate images in email body @@ -52,7 +56,7 @@ Version 2.0.0 (Sun, Dec 02 2007) Version 2.0.0 rc2 (Fri, Nov 16 2007), interim release * implements new property to control VERP in class.smtp.php example (requires instantiating class.smtp.php): - $mail->do_verp = true; + $mail->do_verp = TRUE; * POP-before-SMTP functionality included, thanks to Richard Davey (see class.pop3.php & pop3_before_smtp_test.php for examples) * included example showing how to use PHPMailer with GMAIL