Update code basics in preparation of 1.11.6

pull/2487/head
Yannick Warnier 8 years ago
parent 2ab7ffa024
commit e97fb69ff1
  1. 41
      documentation/changelog.html
  2. 6
      main/install/version.php

@ -54,6 +54,47 @@
be reviewed by anyone <a href="https://github.com/chamilo/chamilo-lms/commits">on Github</a>.</i></p>
<p>&nbsp;</p>
<a name="1.11.6"></a>
<h1>Chamilo 1.11.6 - ?, ? 2017</h1>
<h3>Release notes - summary</h3>
<p>Chamilo 1.11.6 is a minor, bugfix release on top of 1.11.4.</p>
<h3>Release name</h3>
<h3>Security fixes</h3>
<h3>Possibly breaking changes</h3>
<h3>Notable new Features</h3>
<h4>For end-users, teachers and Chamilo admins</h4>
<ul>
</ul>
<h4>For developers and sysadmins</h4>
<ul>
</ul>
<h3>Improvements (minor features) and debug</h3>
<ul>
</ul>
<h3>Stylesheets and theming</h3>
<ul>
</ul>
<h3>Web services</h3>
<ul>
</ul>
<h3>Removals</h3>
<ul>
</ul>
<h3>Known issues</h3>
<ul>
</ul>
<a name="1.11.4"></a>
<h1>Chamilo 1.11.4 - Uyuni, 31st of May 2017</h1>

@ -13,10 +13,10 @@
/**
* Variables used from the main/install/index.php
*/
$new_version = '1.11.4';
$new_version_status = 'stable';
$new_version = '1.11.6';
$new_version_status = 'dev';
$new_version_last_id = 0;
$new_version_stable = true;
$new_version_stable = false;
$new_version_major = false;
$software_name = 'Chamilo';
$software_url = 'https://chamilo.org/';

Loading…
Cancel
Save