Skip to content

Commit bdf92f6

Browse files
committed
v2.0.3
1 parent 2449e08 commit bdf92f6

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

changelog.php

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,25 @@
4545
</div>
4646
</div>
4747
</div>
48+
<div class="panel panel-primary">
49+
<div class="panel-heading">
50+
<h2 class="panel-title">
51+
<a data-toggle="collapse" data-parent="#accordion" href="#v203">
52+
v2.0.3 - Octobre 2019
53+
&nbsp;<span class="caret"></span>
54+
</a>
55+
</h2>
56+
</div>
57+
<div id="v203" class="panel-collapse">
58+
<div class="panel-body">
59+
<ul>
60+
<li>Améliorations techniques pour MySQL 5.7.</li>
61+
<li>Améliorations techniques pour PHP7.</li>
62+
<li>Ajout d'un outil de validation de l'installation.</li>
63+
</ul>
64+
</div>
65+
</div>
66+
</div>
4867
<div class="panel panel-primary">
4968
<div class="panel-heading">
5069
<h2 class="panel-title">
@@ -54,7 +73,7 @@
5473
</a>
5574
</h2>
5675
</div>
57-
<div id="v202" class="panel-collapse">
76+
<div id="v202" class="panel-collapse collapse">
5877
<div class="panel-body">
5978
<ul>
6079
<li>Correction d'une erreur où les images dont seulement les miniatures étaient affichées pouvaient être supprimées.</li>

template/templateV2Bottom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
?>
3434
<?= _SITE_NAME_ ?>
3535
-
36-
<a href="<?= _URL_ ?>changelog.php">v2.0.2 (2019) <span class="glyphicon glyphicon-flash"></span></a>
36+
<a href="<?= _URL_ ?>changelog.php">v2.0.3 (2019) <span class="glyphicon glyphicon-flash"></span></a>
3737
-
3838
<a href="<?= _URL_ ?>stats.php">Statistiques <span class="glyphicon glyphicon-stats"></span></a>
3939
-

0 commit comments

Comments
 (0)