Commit b1c1c4dc31d2ee2cbf7bf806bd96e61e66d20bca
1 parent
ec7ea53f
Exists in
master
and in
3 other branches
petit bugfix typo
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
README-LABINVENT.md
@@ -53,9 +53,10 @@ Logiciel testé et validé sur les configurations suivantes : | @@ -53,9 +53,10 @@ Logiciel testé et validé sur les configurations suivantes : | ||
53 | 53 | ||
54 | VERSION ACTUELLE | 54 | VERSION ACTUELLE |
55 | 55 | ||
56 | -Date: 30/06/2017 | ||
57 | -Version: 2.7.0 | 56 | +Date: 05/07/2017 |
57 | +Version: 2.7.0.1 | ||
58 | -> Passage de Cakephp3.2 à 3.4, Phpunit 5 à 6, et compatibilité avec Php5.6 et 7 | 58 | -> Passage de Cakephp3.2 à 3.4, Phpunit 5 à 6, et compatibilité avec Php5.6 et 7 |
59 | + (petit bugfix) | ||
59 | 60 | ||
60 | Version majeure en cours (2.7): https://projects.irap.omp.eu/versions/162 | 61 | Version majeure en cours (2.7): https://projects.irap.omp.eu/versions/162 |
61 | 62 |
src/Template/Layout/default.ctp
@@ -28,7 +28,7 @@ $cakeDescription = 'Labinvent 2'; | @@ -28,7 +28,7 @@ $cakeDescription = 'Labinvent 2'; | ||
28 | <?=$cakeDescription?> | 28 | <?=$cakeDescription?> |
29 | </title> | 29 | </title> |
30 | <?=$this->Html->meta('icon')?> | 30 | <?=$this->Html->meta('icon')?> |
31 | - <?//ajout EP pour tester: =$this->Html->css('cake')?> | 31 | + <?php //ajout EP pour tester: =$this->Html->css('cake') ?> |
32 | <?=$this->Html->css('inventirap')?> | 32 | <?=$this->Html->css('inventirap')?> |
33 | <?=$this->Html->css('font-awesome')?> | 33 | <?=$this->Html->css('font-awesome')?> |
34 | <?=$this->Html->script('jquery.min')?> | 34 | <?=$this->Html->script('jquery.min')?> |
@@ -103,7 +103,7 @@ $cakeDescription = 'Labinvent 2'; | @@ -103,7 +103,7 @@ $cakeDescription = 'Labinvent 2'; | ||
103 | </i></td> | 103 | </i></td> |
104 | <td id="version"> | 104 | <td id="version"> |
105 | <!-- VERSION M.m.f.b (version (M)ajeure, version (m)ineure, numero de nouvelle (f)onctionnalite, numero de (b)ugfix) --> | 105 | <!-- VERSION M.m.f.b (version (M)ajeure, version (m)ineure, numero de nouvelle (f)onctionnalite, numero de (b)ugfix) --> |
106 | - <font color="black">VERSION 2.7.0 (30/06/2017)</font> | 106 | + <font color="black">VERSION 2.7.0.1 (05/07/2017)</font> |
107 | <br/> | 107 | <br/> |
108 | <font color="black"><a href="<?php | 108 | <font color="black"><a href="<?php |
109 | 109 |