Skip to content

Commit 1ee6804

Browse files
committed
updated index.php with new version (for fresh installs)
1 parent 5e0c27c commit 1ee6804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/install/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
// Upgrading from any subversion of 1.6 is just like upgrading from 1.6.5
104104
$update_from_version_6 = array('1.6', '1.6.1', '1.6.2', '1.6.3', '1.6.4', '1.6.5');
105105
// Upgrading from any subversion of 1.8 avoids the additional step of upgrading from 1.6
106-
$update_from_version_8 = array('1.8', '1.8.2', '1.8.3', '1.8.4', '1.8.5', '1.8.6', '1.8.6.1', '1.8.6.2');
106+
$update_from_version_8 = array('1.8', '1.8.2', '1.8.3', '1.8.4', '1.8.5', '1.8.6', '1.8.6.1', '1.8.6.2','1.8.7');
107107

108108
$my_old_version = '';
109109
$tmp_version = get_config_param('dokeos_version');
@@ -118,9 +118,9 @@
118118
$my_old_version = $dokeos_version;
119119
}
120120

121-
$new_version = '1.8.7';
121+
$new_version = '1.8.7.1';
122122
$new_version_stable = true;
123-
$new_version_major = true;
123+
$new_version_major = false;
124124
$software_name = 'Chamilo';
125125
$software_url = 'http://www.chamilo.org/';
126126

0 commit comments

Comments
 (0)