From ae088c56204675593ed8709585c312d6b103abcb Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Fri, 13 Feb 2015 10:49:21 +0100 Subject: [PATCH] version 7.0.5 --- VERSIONS | 6 ++++++ ...otline_#21243_fix_default_properties_overwrite_in_widget | 1 - library/startup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 VERSIONS_STABLE/hotline_#21243_fix_default_properties_overwrite_in_widget diff --git a/VERSIONS b/VERSIONS index 10933c0e5c3..b0afa83d62f 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,9 @@ +13/02/2015 - v7.0.5 + + - ticket #21243: Correction des boîtes qui remplacent les préférences volontairement vidées par les préférences par défauts. + + + 12/02/2015 - v7.0.3 - v7.0.4 - ticket #20588: Correction des problèmes d'affichage dans la liste des suggestions. diff --git a/VERSIONS_STABLE/hotline_#21243_fix_default_properties_overwrite_in_widget b/VERSIONS_STABLE/hotline_#21243_fix_default_properties_overwrite_in_widget deleted file mode 100644 index 0af2e10b3bf..00000000000 --- a/VERSIONS_STABLE/hotline_#21243_fix_default_properties_overwrite_in_widget +++ /dev/null @@ -1 +0,0 @@ - - ticket #21243: Correction des boîtes qui remplacent les préférences volontairement vidées par les préférences par défauts. \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index fac0687801c..8ae58074cb2 100644 --- a/library/startup.php +++ b/library/startup.php @@ -58,7 +58,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.0'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.4'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.5'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/'); -- GitLab