From 3843b16e2219e11a03c1596c1ebf9c2d7a0485f2 Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@afi-sa.fr> Date: Fri, 2 Dec 2016 15:39:51 +0100 Subject: [PATCH] 7.6.18 --- VERSIONS | 9 +++++++++ VERSIONS_HOTLINE/43155 | 1 - VERSIONS_HOTLINE/50888 | 1 - VERSIONS_HOTLINE/51096 | 1 - library/startup.php | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 VERSIONS_HOTLINE/43155 delete mode 100644 VERSIONS_HOTLINE/50888 delete mode 100644 VERSIONS_HOTLINE/51096 diff --git a/VERSIONS b/VERSIONS index 26619ebf9a4..85f547981d0 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,12 @@ +02/12/2016 - v7.6.18 + + - ticket #43155 : Intégrations: amélioration de la gestion des erreurs pendant l'éxécution des batchs + + - ticket #51096 : Désactivation du moissonnage total de Jamendo (trop de notices). L'import manuel d'album reste activé. + + - ticket #50888 : Administration : correction des statistiques de recherches infructueuses + + 23/11/2016 - v7.6.17 - ticket #50500 : Indexation : correction d'une erreur lorsqu'un niveau thesaurus dépassait 9999 éléments diff --git a/VERSIONS_HOTLINE/43155 b/VERSIONS_HOTLINE/43155 deleted file mode 100644 index d5150ddfa30..00000000000 --- a/VERSIONS_HOTLINE/43155 +++ /dev/null @@ -1 +0,0 @@ - - ticket #43155 : Intégrations: amélioration de la gestion des erreurs pendant l'éxécution des batchs \ No newline at end of file diff --git a/VERSIONS_HOTLINE/50888 b/VERSIONS_HOTLINE/50888 deleted file mode 100644 index aa96fd21ce1..00000000000 --- a/VERSIONS_HOTLINE/50888 +++ /dev/null @@ -1 +0,0 @@ - - ticket #50888 : Administration : correction des statistiques de recherches infructueuses \ No newline at end of file diff --git a/VERSIONS_HOTLINE/51096 b/VERSIONS_HOTLINE/51096 deleted file mode 100644 index eef6b4cd26b..00000000000 --- a/VERSIONS_HOTLINE/51096 +++ /dev/null @@ -1 +0,0 @@ - - ticket #51096 : désactivation du moissonnage total de Jamendo (trop de notices). L'import manuel d'album reste activé. \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 936203fce3f..dcbca7a4d7c 100644 --- a/library/startup.php +++ b/library/startup.php @@ -67,7 +67,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.6'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.17'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.18'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab