From 06504f51504db11b1d6dde1edd3331e86c5e6cfb Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Mon, 3 Mar 2014 17:44:09 +0100 Subject: [PATCH] V6.36 --- VERSIONS | 22 ++++++++++++++++++++++ library/startup.php | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/VERSIONS b/VERSIONS index 47fd6ab5869..e04aef032b2 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,25 @@ +03/03/2014 - V6.36 + + +- Interface utilisateur: + - Bibliothèque numérique + - Correction des permaliens des albums + - Notice CVS + - Amélioration de l'extraction des titres des morceaux pour les notices sonores + + +- Interface d'administration + - Affichage de notice + - Correction du paramétrage de l'entête qui n'était plus pris en compte + + +- SIGB Orphee + - Correction de la récupération temps réel de la disponibilité des fascicules de périodiques + + + + + 25/02/2014 - V6.35 diff --git a/library/startup.php b/library/startup.php index 66a00bfd007..1dce278a775 100644 --- a/library/startup.php +++ b/library/startup.php @@ -55,7 +55,7 @@ function defineConstant($name, $value) { function setupConstants() { - defineConstant('VERSION_PERGAME','6.35'); + defineConstant('VERSION_PERGAME','6.36'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/'); defineConstant('ZEND_FRAMEWORK_PATH', ROOT_PATH . 'library/storm/zf/library/'); -- GitLab