From 6cc4541aed6e0de97d6c572444510030481a9c1a Mon Sep 17 00:00:00 2001 From: Andy Prevost Date: Mon, 26 Jan 2009 10:38:32 +0000 Subject: [PATCH] reflects changes in 210 --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 5de251ee..18bfba7f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,11 @@ ChangeLog NOTE: THIS VERSION OF PHPMAILER IS DESIGNED FOR PHP5/PHP6. IT WILL NOT WORK WITH PHP4. +Version ?? +* replaced deprecated split() +* fixed image file extension checking to retrieve last part of explode() file name +* added code to check for duplicate image filename to eliminate multiple same-name images + Version 2.3 (November 06, 2008) * added Arabic language (many thanks to Bahjat Al Mostafa)