From 1da64928c1b080322dc42f3ba9a51dea86f18e2b Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Tue, 22 May 2018 17:01:36 +0200 Subject: [PATCH] version 7.12.20 --- VERSIONS | 6 +++++- VERSIONS_HOTLINE/74708 | 2 -- VERSIONS_HOTLINE/75198 | 2 -- library/startup.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 VERSIONS_HOTLINE/74708 delete mode 100644 VERSIONS_HOTLINE/75198 diff --git a/VERSIONS b/VERSIONS index 22b9b926af1..61f62b3d95a 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,8 @@ -22/05/2018 - v7.12.19 +22/05/2018 - v7.12.19 - v7.12.20 + + - ticket #74708 : Boite menu vertical : correction de la prise en charge du paramètre de pliage du menu. + + - ticket #75198 : Administration : correction du composant de sélection de domaines ou de paniers dans les écrans de configuration. - ticket #74958 : Cosmogramme : Amélioration de l'intégration de fichiers MARC21 diff --git a/VERSIONS_HOTLINE/74708 b/VERSIONS_HOTLINE/74708 deleted file mode 100644 index 570da5fa051..00000000000 --- a/VERSIONS_HOTLINE/74708 +++ /dev/null @@ -1,2 +0,0 @@ - - ticket #74708 : Boite menu vertical : correction de la prise en charge du paramètre de pliage du menu. - \ No newline at end of file diff --git a/VERSIONS_HOTLINE/75198 b/VERSIONS_HOTLINE/75198 deleted file mode 100644 index fe5dd67d3ec..00000000000 --- a/VERSIONS_HOTLINE/75198 +++ /dev/null @@ -1,2 +0,0 @@ - - ticket #75198 : Administration : correction du composant de sélection de domaines ou de paniers dans les écrans de configuration. - \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 8b7e0322b36..3ef717d9462 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 . '.19'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.20'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab