diff --git a/VERSIONS b/VERSIONS index d02adca73037207f2bd02d52614d8d4fcebaeda1..fd3e11e1ab1b7d265192b9ebb68f6d93b408f99d 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,12 @@ +18/06/2018 - v7.12.23 + + - ticket 76302: mise à jour des traductions Espagnoles et Catalanes + + - ticket #76258 : Matomo : correction de la lecture des indentifiants dans le coode d'intégration Javascript qui se trouve dans JS_STAT. + + - ticket #75603 : Administration : Les critères de détection des doublons utilisateurs sont désormais paramétrables + + 07/06/2018 - v7.12.22 - ticket #75970 : Abonné : Pré-inscription Nanook : ajout de contre-mesures antispam diff --git a/VERSIONS_HOTLINE/75603 b/VERSIONS_HOTLINE/75603 deleted file mode 100644 index d7fcd353e3e06a64644846114918a89cae7076df..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/75603 +++ /dev/null @@ -1 +0,0 @@ - - ticket #75603 : Administration : Les critères de détection des doublons utilisateurs sont désormais paramétrables \ No newline at end of file diff --git a/VERSIONS_WIP/76258 b/VERSIONS_WIP/76258 deleted file mode 100644 index c1f1fa72ce757e79b6f19905402a687c3186cefd..0000000000000000000000000000000000000000 --- a/VERSIONS_WIP/76258 +++ /dev/null @@ -1 +0,0 @@ - - ticket #76258 : Matomo : correction de la lecture des indentifiants dans le coode d'intégration Javascript qui se trouve dans JS_STAT. \ No newline at end of file diff --git a/VERSIONS_WIP/76302 b/VERSIONS_WIP/76302 deleted file mode 100644 index c9d8b806c8b4e0e69b776e5d498d2ca838f14633..0000000000000000000000000000000000000000 --- a/VERSIONS_WIP/76302 +++ /dev/null @@ -1 +0,0 @@ - - ticket 76302: mise à jour des traductions Espagnoles et Catalanes \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 80e63f4509eaaec84df2a6841415bc60c3d630b3..21d03e30807d89050ff735212f5a7c7ebc3443a7 100644 --- a/library/startup.php +++ b/library/startup.php @@ -81,7 +81,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.12'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.22'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.23'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');