Moving to version 1.9.4 again for automated packaging purposes

skala
Yannick Warnier 13 years ago
parent bd3c1cfef4
commit 3ae96de86c
  1. 19
      documentation/changelog.html
  2. 2
      main/install/index.php
  3. 8
      main/install/version.php

@ -44,6 +44,25 @@
<p><i>Note: most #wxyz references are issue numbers you can find in <a href="http://support.chamilo.org/projects/chamilo-18/issues" target="_blank">our public bug tracking system</a></i></p>
<p>&nbsp;</p>
<h1>Chamilo 1.9.4 - , 15th of November, 2012</h1>
<h3>Release notes - summary</h3>
<p>Chamilo 1.9.4 is a minor stable version with a series of improvements on top of 1.9.2.</p>
<h3>Release name</h3>
<h3>New Features</h3>
<ul>
<li></li>
</ul>
<h3>Improvements</h3>
<ul>
<li></li>
</ul>
<h3>Debugging</h3>
<ul>
<li></li>
</ul>
<h1>Chamilo 1.9.2 - Hanga Roa, 27th of September, 2012</h1>
<h3>Release notes - summary</h3>

@ -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', '1.9.0');
$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', '1.9.2');
$my_old_version = '';
$tmp_version = get_config_param('dokeos_version');

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

Loading…
Cancel
Save