From e1b01a8440caac8630db1566fb70a0e44f4933ff Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Mon, 23 Nov 2015 16:43:25 +0100 Subject: [PATCH] version 7.3.30 --- VERSIONS | 5 +++++ library/startup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/VERSIONS b/VERSIONS index 90142fa46d2..a4e51397c53 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +23/11/2015 - v7.3.30 + + - ticket #5524 : Correction compatibilité php < 5.5 + + 23/11/2015 - v7.3.29 - ticket #32511 : Ajout d'une case à cocher "Brouillon ?" dans le formulaire d'édition d'une newsletter qui permet de la masquer à l'opac. diff --git a/library/startup.php b/library/startup.php index 47dee346b79..88dd7a5da7b 100644 --- a/library/startup.php +++ b/library/startup.php @@ -65,7 +65,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.3'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.29'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.30'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab