diff --git a/VERSIONS b/VERSIONS index 174ad0c86e99040404af030dbb8341cbce854240..fa42d3f723f7479234e677bfb21f24802b13daec 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,10 @@ +28/10/2016 - v7.6.12 + + - ticket #48232 : Article : prise en charge de la nouvelle API Facebook + + - ticket #49353 : Administration : bloquage de l'indexation du bloque ajax CVS dans la notice par les bots + + 24/10/2016 - v7.6.11 - ticket #49519 : Cosmogramme : la phase d'indexation des domaines rejette les domaines qui ne sont pas configurés diff --git a/VERSIONS_HOTLINE/48232 b/VERSIONS_HOTLINE/48232 deleted file mode 100644 index f51110a3e63be495eb526a3660341104c557d7e0..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/48232 +++ /dev/null @@ -1 +0,0 @@ - - ticket #48232 : adaptation du partage Facebook à l'évolution de l'API \ No newline at end of file diff --git a/VERSIONS_HOTLINE/49353 b/VERSIONS_HOTLINE/49353 deleted file mode 100644 index de275975853ccd02dde20bf40121dccf917a245b..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/49353 +++ /dev/null @@ -1 +0,0 @@ - - ticket #49353 : bloque l'indexation des données ajax par les bots \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 93946cb3e82f38e88de97faa6b0eb4d0d9561320..25f35ddb24987f7647d19db39dc8ff7e019732cf 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 . '.11'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.12'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');