ModX 1.2.1 update / missing update instructions added (with file copy directives depending on SVN logs + assuming V1.0.0 was on RC2 stage) / raised version number in install.php

Please check it over. ;)
Planned release : tomorrow
This commit is contained in:
Kevin
2008-09-26 17:36:19 +00:00
parent f35172ac92
commit 5b91377a8d
17 changed files with 3338 additions and 2253 deletions

View File

@@ -10,7 +10,7 @@
*
*/
$current_version = '1.0.1';
$current_version = '1.0.2';
// If only checking version, exit.
if( defined('IN_PHPBB') )
@@ -39,7 +39,7 @@ $page_title = 'Board3portal v' . $current_version;
if( $user->data['is_registered'] && $auth->acl_get('a_') )
{
$version_array = array('0.1.0', '0.2.0', '0.2.1', '0.2.2', '0.3.0', '1.0.0RC1', '1.0.0RC2', '1.0.0RC3', '1.0.0', 'p3p1.2.2', 'p3p1.2.1', 'p3p1.2.0', 'p3p1.1.0b');
$version_array = array('0.1.0', '0.2.0', '0.2.1', '0.2.2', '0.3.0', '1.0.0RC1', '1.0.0RC2', '1.0.0RC3', '1.0.0', '1.0.1', 'p3p1.2.2', 'p3p1.2.1', 'p3p1.2.0', 'p3p1.1.0b');
$old_version = 0;
$phpbb3portal = false;