Update of /cvsroot/phpwebsite-comm/modules/whatsnew/boost
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv862/boost
Modified Files:
boost.php update.php
Log Message:
new features prepping for 0.4.0
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/whatsnew/boost/boost.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** boost.php 26 Jul 2008 21:02:35 -0000 1.4
--- boost.php 10 Feb 2009 23:10:42 -0000 1.5
***************
*** 24,28 ****
$proper_name = "What's New";
! $version = '0.3.0';
$import_sql = false;
$version_http = 'http://verdon.ca/downloads/modules/whatsnew/check.xml';
--- 24,28 ----
$proper_name = "What's New";
! $version = '0.4.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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** update.php 26 Jul 2008 21:02:35 -0000 1.2
--- update.php 10 Feb 2009 23:10:44 -0000 1.3
***************
*** 67,70 ****
--- 67,83 ----
</pre>';
+ case version_compare($currentVersion, '0.4.0', '<'):
+ $content[] = '<pre>';
+
+ $files = array('templates/edit_settings.tpl', 'templates/block.tpl');
+ whatsnewUpdateFiles($files, $content);
+
+ $content[] = '0.4.0 changes
+ ----------------
+ + Added option to display item summaries (thanks obones)
+ + Added option to display item update dates (thanks obones)
+
+ </pre>';
+
|