From 31b548ce311166237103a75ccc280bd5f976b473 Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Tue, 10 Jun 2014 19:10:45 +0200 Subject: [PATCH] 6.45.1 --- VERSIONS | 4 ++++ library/startup.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSIONS b/VERSIONS index 126b9d19388..9e0e7e0091f 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,7 @@ +10/06/2014 - v6.45.1 +- Correction régression dans le chargement des préférences par défaut des modules pouvant entraîner un écran blanc. + + 10/06/2014 - v6.45 - ticket #13014: navigation dans les notices - les liens document précédent / suivant sont identifiés par les id #previousrecord et #nextrecord diff --git a/library/startup.php b/library/startup.php index 76886e0e486..3c383522993 100644 --- a/library/startup.php +++ b/library/startup.php @@ -56,7 +56,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('VERSION_PERGAME','6.45'); - defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.0'); + defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.1'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/'); -- GitLab