From 2aa4864a7b54518c7917d52835ac898c7611a0db Mon Sep 17 00:00:00 2001 From: Laurent Laffont <llaffont@afi-sa.fr> Date: Tue, 15 Sep 2020 14:07:02 +0200 Subject: [PATCH] 8.0.78 --- VERSIONS | 6 ++++++ library/startup.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/VERSIONS b/VERSIONS index 4b9bb32dc50..b77aaa63348 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,9 @@ +15/09/2020 - v8.0.78 + + - amélioration des performances + + + 14/09/2020 - v8.0.77 - ticket #115306 : Magasin de thèmes : amélioration de la performance d'affichage de la page mon compte / mes prêts diff --git a/library/startup.php b/library/startup.php index 7052ab0ad93..3d24414dc2a 100644 --- a/library/startup.php +++ b/library/startup.php @@ -82,7 +82,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','8.0'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.77'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.78'); defineConstant('BOKEH_REMOTE_FILES', 'https://git.afi-sa.net/afi/opacce/'); -- GitLab