From 7e2c0634662cb53b5a5910a8ef18c5fdac10d0b3 Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Mon, 23 Apr 2018 16:51:00 +0200 Subject: [PATCH] version 7.12.12 --- VERSIONS | 7 +++++++ VERSIONS_HOTLINE/73011 | 1 - VERSIONS_WIP/74541 | 2 -- library/startup.php | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 VERSIONS_HOTLINE/73011 delete mode 100644 VERSIONS_WIP/74541 diff --git a/VERSIONS b/VERSIONS index 8657e93f4bc..315d869f283 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,10 @@ +23/04/2018 - v7.12.12 + + - ticket #74541 : Administration : correction de l'affichage de la popup des listes de fonctionnalités + + - ticket 73011 : les fichiers de vérication Google sites sont autorisés + + 23/04/2018 - v7.12.11 - ticket #73871 : Affichage notice : possibilité de remplacer la description d'une notice par un fichier XSLT. diff --git a/VERSIONS_HOTLINE/73011 b/VERSIONS_HOTLINE/73011 deleted file mode 100644 index 0f8b62b4e06..00000000000 --- a/VERSIONS_HOTLINE/73011 +++ /dev/null @@ -1 +0,0 @@ - - ticket 73011 : les fichiers de vérication Google sites sont autorisés \ No newline at end of file diff --git a/VERSIONS_WIP/74541 b/VERSIONS_WIP/74541 deleted file mode 100644 index c2bfd57a072..00000000000 --- a/VERSIONS_WIP/74541 +++ /dev/null @@ -1,2 +0,0 @@ - - ticket #74541 : Administration : correction de l'affichage de la popup des listes de fonctionnalités - \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index a0dadcb8388..26303c09498 100644 --- a/library/startup.php +++ b/library/startup.php @@ -82,7 +82,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.12'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.11'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.12'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab