Update of /cvsroot/phpwebsite-comm/modules/whatsnew/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25410/boost
Modified Files:
boost.php update.php
Log Message:
0.3.0 changes
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/whatsnew/boost/boost.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** boost.php 22 Jul 2008 15:18:38 -0000 1.3
--- boost.php 26 Jul 2008 21:02:35 -0000 1.4
***************
*** 24,28 ****
$proper_name = "What's New";
! $version = '0.2.0';
$import_sql = false;
$version_http = 'http://verdon.ca/downloads/modules/whatsnew/check.xml';
--- 24,28 ----
$proper_name = "What's New";
! $version = '0.3.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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** update.php 22 Jul 2008 15:18:38 -0000 1.1
--- update.php 26 Jul 2008 21:02:35 -0000 1.2
***************
*** 54,57 ****
--- 54,70 ----
</pre>';
+ case version_compare($currentVersion, '0.3.0', '<'):
+ $content[] = '<pre>';
+
+ $files = array('templates/edit_settings.tpl');
+ whatsnewUpdateFiles($files, $content);
+
+ $content[] = '0.3.0 changes
+ ----------------
+ + Added cache_reset to post_settings function (thanks Greg)
+ + Added link and function to manually flush cache at will
+
+ </pre>';
+
|