From 69f56e2f45c6a12bb5fa5052e66d9bc50c012558 Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Wed, 18 Nov 2015 10:38:47 +0100 Subject: [PATCH] version 7.3.28 --- VERSIONS | 7 +++++++ VERSIONS_HOTLINE/32771 | 1 - VERSIONS_HOTLINE/33136 | 1 - library/startup.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 VERSIONS_HOTLINE/32771 delete mode 100644 VERSIONS_HOTLINE/33136 diff --git a/VERSIONS b/VERSIONS index cf8064def31..07af7102377 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,10 @@ +18/11/2015 - v7.3.28 + + - ticket #33136 : correction de l'écriture des images dans le dossier temp. + + - ticket #32771 : Ajout du texte "Valider" dans le bouton de validation de la modification d'un panier. + + 13/11/2015 - v7.2.27 - ticket #31988 : Correction de la css des bandeaux d'alertes pour être compatible avec le mode responsive. diff --git a/VERSIONS_HOTLINE/32771 b/VERSIONS_HOTLINE/32771 deleted file mode 100644 index 46a4d12572a..00000000000 --- a/VERSIONS_HOTLINE/32771 +++ /dev/null @@ -1 +0,0 @@ - - ticket #32771 : Ajout du texte "Valider" dans le bouton de validation de la modification d'un panier. diff --git a/VERSIONS_HOTLINE/33136 b/VERSIONS_HOTLINE/33136 deleted file mode 100644 index 2861523fff0..00000000000 --- a/VERSIONS_HOTLINE/33136 +++ /dev/null @@ -1 +0,0 @@ - - ticket #33136 : correction de l'écriture des images dans le dossier temp. \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 6868f7d6bf1..109bb98ffcc 100644 --- a/library/startup.php +++ b/library/startup.php @@ -65,7 +65,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.3'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.27'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.28'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab