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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user