Updated version numbers for 1.9.2 package

skala
Yannick Warnier 12 years ago
parent 9946f57258
commit 65147631e7
  1. 3
      main/install/index.php
  2. 2
      main/install/install.lib.php
  3. 4
      main/install/version.php

@ -110,7 +110,7 @@ error_reporting(E_ALL);
// Upgrading from any subversion of 1.6 is just like upgrading from 1.6.5
$update_from_version_6 = array('1.6', '1.6.1', '1.6.2', '1.6.3', '1.6.4', '1.6.5');
// Upgrading from any subversion of 1.8 avoids the additional step of upgrading from 1.6
$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','1.8.7.1','1.8.8','1.8.8.2', '1.8.8.4', '1.8.8.6');
$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','1.8.7.1','1.8.8','1.8.8.2', '1.8.8.4', '1.8.8.6', '1.9.0');
$my_old_version = '';
$tmp_version = get_config_param('dokeos_version');
@ -849,6 +849,7 @@ if (@$_POST['step2']) {
include 'update-configuration.inc.php';
break;
case '1.9.0':
default:
break;
}

@ -1516,7 +1516,7 @@ function get_contact_registration_form() {
</div>
<div class="control-group">
<label class="control-label"><span class="form_required">*</span>'.get_lang('Email').'</label>
<div class="controls"><input id="person_name" type="text" name="person_email" size="30" /></div>
<div class="controls"><input id="person_email" type="text" name="person_email" size="30" /></div>
</div>
<div class="control-group">
<label class="control-label"><span class="form_required">*</span>'.get_lang('CompanyName').'</label>

@ -12,9 +12,9 @@
* Variables used from the main/install/index.php
*/
$new_version = '1.9.2';
$new_version_status = 'Unstable';
$new_version_status = 'Stable';
$new_version_last_id = 1;
$new_version_stable = false;
$new_version_stable = true;
$new_version_major = false;
$software_name = 'Chamilo';
$software_url = 'http://www.chamilo.org/';

Loading…
Cancel
Save