From 6b5720dd2fbf4129df063d11b6127ba79072b899 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT <hdlaurent@afi-sa.fr> Date: Fri, 15 Jul 2022 11:55:22 +0200 Subject: [PATCH] 8.0.164 --- VERSIONS | 5 +++++ VERSIONS_HOTLINE/160188 | 1 - library/startup.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 VERSIONS_HOTLINE/160188 diff --git a/VERSIONS b/VERSIONS index dbd3c1e6ad0..a6f5d6f522c 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +15/07/2022 - v8.0.164 + + - correctif #160188 : Articles : En tant que rédacteur portail, correction de l'accès aux articles du portail + + 13/07/2022 - v8.0.163 - correctif #160185 : Affichage : Correction d'un décalage du bouton d'accès à la recherche avancée dans la barre de recherche diff --git a/VERSIONS_HOTLINE/160188 b/VERSIONS_HOTLINE/160188 deleted file mode 100644 index 33cf8107a5f..00000000000 --- a/VERSIONS_HOTLINE/160188 +++ /dev/null @@ -1 +0,0 @@ - - correctif #160188 : Articles : En tant que rédacteur portail, correction de l'accès aux articles \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 328f87043b1..e75c44dd6a6 100644 --- a/library/startup.php +++ b/library/startup.php @@ -126,7 +126,7 @@ class Bokeh_Engine { public function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','8.0'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.163'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.164'); defineConstant('BOKEH_REMOTE_FILES', 'https://git.afi-sa.net/afi/opacce/'); -- GitLab