|
From: Jon O. <jon...@us...> - 2008-07-05 22:22:12
|
Update of /cvsroot/mxbb/mx_news In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14119 Modified Files: db_install.php db_upgrade.php mx_install_readme.htm Log Message: 1.0.3 release Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_install_readme.htm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_install_readme.htm 22 Jun 2008 19:16:14 -0000 1.3 --- mx_install_readme.htm 5 Jul 2008 22:22:05 -0000 1.4 *************** *** 221,225 **** <td colspan="2"><p><b><font size="5">MXP</font><font size="5"> Module - News Manager<br> ! <font size="2">v. 1.0.2</font></font></b></p> <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> --- 221,225 ---- <td colspan="2"><p><b><font size="5">MXP</font><font size="5"> Module - News Manager<br> ! <font size="2">v. 1.0.3</font></font></b></p> <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> *************** *** 248,252 **** <br /> <span style="font-weight: bold">I. Installation Instructions</span> <br /> ! To install this module, follow these instructions.</p> <p>If you encounter any problems during install, or if you need further assistance, visit the --- 248,252 ---- <br /> <span style="font-weight: bold">I. Installation Instructions</span> <br /> ! To install this module, follow these instructions.</p> <p>If you encounter any problems during install, or if you need further assistance, visit the Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/db_install.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_install.php 22 Jun 2008 19:44:52 -0000 1.7 --- db_install.php 5 Jul 2008 22:22:04 -0000 1.8 *************** *** 30,34 **** } ! $mx_module_version = '1.0.2'; $mx_module_copy = 'Designed for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>.'; --- 30,34 ---- } ! $mx_module_version = '1.0.3'; $mx_module_copy = 'Designed for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>.'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/db_upgrade.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_upgrade.php 22 Jun 2008 19:44:52 -0000 1.5 --- db_upgrade.php 5 Jul 2008 22:22:05 -0000 1.6 *************** *** 30,34 **** } ! $mx_module_version = '1.0.2'; $mx_module_copy = 'Designed for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>.</a>'; --- 30,34 ---- } ! $mx_module_version = '1.0.3'; $mx_module_copy = 'Designed for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>.</a>'; |