From 10fd6eb12d9cfed606230403139730323013b36b Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Tue, 26 May 2020 15:54:13 +0200 Subject: [PATCH] version 8.0.60 --- VERSIONS | 8 ++++++-- VERSIONS_HOTLINE/110024 | 1 - library/startup.php | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 VERSIONS_HOTLINE/110024 diff --git a/VERSIONS b/VERSIONS index f5d4d74af46..ea67ef4a9c6 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +26/05/2020 - v8.0.60 + + - ticket #110024 : Compte lecteur : Ajout du numéro d'abonné dans l'attribut data-idabon du body. + + 22/05/2020 - v8.0.59 - ticket #109790 : Retrait des documents sur rendez-vous (Drive) @@ -9,12 +14,11 @@ - ticket #110044 : Magasin de themes : Optimisation de l'affichage du resultat de recherche - ticket #100972 : Cosmogramme : correction de l'intégration des facettes de thésaurus lorsque l'identifiant est constitué de caractères alphabétiques - 13/05/2020 - v8.0.57 - v8.0.58 - - ticket #105706 : Magasin de thèmes : correction des forumlaires dans IOS + - ticket #105706 : Magasin de thèmes : correction des formulaires dans IOS - ticket #108607 : Magasin de thèmes : automatisation de la mise à jour des thèmes lors d'ume mise à jour. diff --git a/VERSIONS_HOTLINE/110024 b/VERSIONS_HOTLINE/110024 deleted file mode 100644 index 1ca445039d0..00000000000 --- a/VERSIONS_HOTLINE/110024 +++ /dev/null @@ -1 +0,0 @@ - - ticket #110024 : OPAC : Ajouter l'information du code barre lecteur dans la page \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 6cb96353819..18afd676374 100644 --- a/library/startup.php +++ b/library/startup.php @@ -81,7 +81,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','8.0'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.59'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.60'); defineConstant('BOKEH_REMOTE_FILES', 'https://git.afi-sa.net/afi/opacce/'); -- GitLab