From: Verdon V. <ve...@us...> - 2009-02-11 14:59:05
|
Update of /cvsroot/phpwebsite-comm/modules/whatsnew/boost In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32036/boost Modified Files: boost.php update.php Log Message: new features prepping for 1.0.0 Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/whatsnew/boost/boost.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** boost.php 10 Feb 2009 23:10:42 -0000 1.5 --- boost.php 11 Feb 2009 14:57:49 -0000 1.6 *************** *** 24,28 **** $proper_name = "What's New"; ! $version = '0.4.0'; $import_sql = false; $version_http = 'http://verdon.ca/downloads/modules/whatsnew/check.xml'; --- 24,28 ---- $proper_name = "What's New"; ! $version = '0.1.0'; $import_sql = false; $version_http = 'http://verdon.ca/downloads/modules/whatsnew/check.xml'; Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/whatsnew/boost/update.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** update.php 10 Feb 2009 23:10:44 -0000 1.3 --- update.php 11 Feb 2009 14:57:51 -0000 1.4 *************** *** 67,71 **** </pre>'; ! case version_compare($currentVersion, '0.4.0', '<'): $content[] = '<pre>'; --- 67,71 ---- </pre>'; ! case version_compare($currentVersion, '1.0.0', '<'): $content[] = '<pre>'; *************** *** 77,80 **** --- 77,82 ---- + Added option to display item summaries (thanks obones) + Added option to display item update dates (thanks obones) + + Bumped version to 1.0.0 as mod is being added to core distro + and it feels at that stage. </pre>'; |