Skip to content

Commit 43ad0d2

Browse files
committed
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.0-releases
2 parents d15a997 + 2847733 commit 43ad0d2

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

documentation/credits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>Table of contents</h2>
6060
<a name="core-developers"></a>
6161
<h1>Core contributors / Core team</h1>
6262
<p>The core contributors are the people who contributed most to the Chamilo software. We are eternally thankful to them for having demonstrated a very high level of commitment, contributing their time and ideas to the project. Since version 1.9, we also include non-developer contributors as we consider their help is essential to the success of our project. This list is updated with each version.</p>
63-
<h2>Chamilo LMS 1.10.*</h2>
63+
<h2>Chamilo LMS 1.11.*</h2>
6464
<ul>
6565
<li>Yannick Warnier ([email protected]) - Technical coordinator, Project Leader - BeezNest, Belgium/Peru</li>
6666
<li>Julio Montoya ([email protected]) - Lead developer - BeezNest, France</li>

documentation/dependencies.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,17 @@ <h2>Dependencies - client-side</h2>
6464
<li>We recommend a Pentium-I as a minimum processor capability for PCs</li>
6565
<li>Works on Windows XP (SP3 recommended) and later versions, Linux (any version with a graphical interface), Mac OS (any version), FreeBSD, Android, iOS and pretty much any other operating system with a graphical interface you might think about</li>
6666
<li>Any modern browser (IE8 and inferior *excluded*).</li>
67-
<li>Optional: Flash plugin (only required for a few features like the hotspot image question type and the audio recorder)</li>
68-
<li>Optional: Java applet capability (only required in case you don't use the Flash version of the audio recorder)</li>
67+
<li>Optional: Flash plugin (only required for a few features like the videoconference plugins)</li>
68+
<li>Optional: Java applet capability (only required for some plugins)</li>
6969
</ul>
7070

7171
<h2>Dependencies - server-side</h2>
7272
<ul>
7373
<li>Apache 2+</li>
74-
<li> PHP 5.4 or higher with MySQL bindings (mysqlnd is recommended) and php-gd extension to allow Chamilo to resize pictures. Not tested with PHP 7.0 yet</li>
74+
<li> PHP 5.4 or higher with MySQL bindings (mysqlnd is recommended) and php-gd extension to allow Chamilo to resize pictures. Now also supports PHP 7.0</li>
7575
<li>MySQL 5.1+ or any version of MariaDB database server</li>
7676
<li>php5-intl package (for international behaviour support)</li>
77+
<li>php5-mbstring package (for international behaviour support)</li>
7778
<li>php5-imagick</li>
7879
<li>php5-curl (only required for a feature in the links tool and an optional installer check)</li>
7980
<li>php5-mcrypt (only required for a feature in the survey tool)</li>

documentation/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
<div class="container">
3636
<div class="row">
3737
<div class="hero-unit">
38-
<h1>Chamilo 1.10 - Documentation</h1>
38+
<h1>Chamilo 1.11 - Documentation</h1>
3939
<br />
4040

4141
<a class="btn btn-primary btn-large" href="installation_guide.html">English installation guide</a>
42-
<a class="btn btn-primary btn-large" href="installation_guide_es_ES.html">Spanish installation guide (outdated)</a>
43-
<a class="btn btn-primary btn-large" href="installation_guide_fr_FR.html">French installation guide (outdated)</a>
42+
<a class="btn btn-primary btn-large" href="installation_guide_es_ES.html">Spanish installation guide (slightly outdated)</a>
43+
<a class="btn btn-primary btn-large" href="installation_guide_fr_FR.html">French installation guide (slightly outdated)</a>
4444
<a class="btn btn-primary btn-large" href="installation_guide_it_IT.html">Italian installation guide (outdated)</a>
4545
<a class="btn btn-large" href="http://www.chamilo.org/forum">Chamilo Forum</a>
4646
<br />

0 commit comments

Comments
 (0)