|
From: Greg M. <bli...@us...> - 2008-09-17 02:59:16
|
Update of /cvsroot/phpwebsite-comm/modules/mailinglists/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29217/boost Modified Files: boost.php update.php Log Message: Preparing for 1.2.1 Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailinglists/boost/boost.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** boost.php 23 Aug 2008 18:08:25 -0000 1.3 --- boost.php 17 Sep 2008 02:59:25 -0000 1.4 *************** *** 25,29 **** $proper_name = 'Mailing Lists'; ! $version = '1.2.0'; $register = FALSE; $unregister = FALSE; --- 25,29 ---- $proper_name = 'Mailing Lists'; ! $version = '1.2.1'; $register = FALSE; $unregister = FALSE; Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailinglists/boost/update.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** update.php 23 Aug 2008 19:46:57 -0000 1.23 --- update.php 17 Sep 2008 02:59:25 -0000 1.24 *************** *** 55,58 **** --- 55,62 ---- $content[] = '- Now call cacheQueries on all DBPagers to retain pager settings.'; $content[] = '- Support Smart Tags in HTML emails.'; + + case version_compare($currentVersion, '1.2.1', '<'): + $content[] = '- Fixed issue sending emails with an apostrophe in "from" or "subject"'; + $content[] = '- Added more error checks when sending emails to help when debugging issues.'; } |