Update version number in preparation for 1.11.4 release

remotes/angel/1.11.x
Yannick Warnier 8 years ago
parent 8fca2fdc2f
commit 2ed4420f83
  1. 3
      main/inc/global_error_message.inc.php
  2. 8
      main/install/version.php

@ -105,11 +105,12 @@ if (is_int($global_error_code) && $global_error_code > 0) {
$InstallationDescription = 'Click to INSTALL Chamilo %s or read the installation guide'; $InstallationDescription = 'Click to INSTALL Chamilo %s or read the installation guide';
} }
$read_installation_guide = substr($InstallationDescription, $pos + 2); $read_installation_guide = substr($InstallationDescription, $pos + 2);
$versionStatus = (!empty($new_version_status) && $new_version_status != 'stable' ? $new_version_status : '');
$InstallationDescription = '<form action="'.$root_rel.'main/install/index.php" method="get"> $InstallationDescription = '<form action="'.$root_rel.'main/install/index.php" method="get">
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div class="office"> <div class="office">
<h2 class="title">Welcome to the Chamilo '.$new_version.' installation wizard</h2> <h2 class="title">Welcome to the Chamilo '.$new_version.' '.$new_version_status.' installation wizard</h2>
<p class="text">Let\'s start hunting skills down with Chamilo LMS! This wizard will guide you through the Chamilo installation and configuration process.</p> <p class="text">Let\'s start hunting skills down with Chamilo LMS! This wizard will guide you through the Chamilo installation and configuration process.</p>
<p class="download-info"> <p class="download-info">
<button class="btn btn-primary btn-lg" type="submit" value="INSTALL Chamilo" ><i class="fa fa-download" aria-hidden="true"></i> Install Chamilo</button> <button class="btn btn-primary btn-lg" type="submit" value="INSTALL Chamilo" ><i class="fa fa-download" aria-hidden="true"></i> Install Chamilo</button>

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

Loading…
Cancel
Save