From 65cdbd06cf65c00ae361bfa6a3a238cbcda315c6 Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Thu, 15 Jun 2017 16:51:47 +0200 Subject: [PATCH] version 7.8.22 --- VERSIONS | 5 +++++ VERSIONS_HOTLINE/61715 | 1 - library/startup.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 VERSIONS_HOTLINE/61715 diff --git a/VERSIONS b/VERSIONS index c97e1256053..38c0c27e799 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +15/06/2017 - v7.8.22 + + - ticket #61715 : Résultat de recherche : Mise à jour de la visualisation en frise chronologique pour supporter les vignettes en https + + 08/06/2017 - v7.8.21 - ticket #60504 : Indexation : correction de la facette emplacement diff --git a/VERSIONS_HOTLINE/61715 b/VERSIONS_HOTLINE/61715 deleted file mode 100644 index 27188b172c3..00000000000 --- a/VERSIONS_HOTLINE/61715 +++ /dev/null @@ -1 +0,0 @@ - - ticket #61715 : Résultat de recherche : Mise à jour de la visualisation en frise chronologique pour supporter les vignettes en https \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index e69600aecbb..7c496731f35 100644 --- a/library/startup.php +++ b/library/startup.php @@ -83,7 +83,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.8'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.21'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.22'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab