diff --git a/VERSIONS b/VERSIONS index 4cbacba7bb4f132d2a0fb472573cdd59b676c1c6..bbf3fbdfddce067644208960fc1a51df777260f2 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,16 @@ +12/03/2018 - v7.12.4 + + - ticket #72610 : OAuth : ajout d'une variable permettant l'utilisation du protocole OAuth en HTTP (OAUTH_ACCEPT_HTTP) + + - ticket #72468 : Explorateur de fichiers : correction des boutons de redimensionnement lors de l'import. + + - ticket #72468 : Explorateur de fichiers : amélioration du système de redirection après import ou supression de document. + + - ticket #72437 : Charte graphique : suppression de règles css inutiles dans la charte "modèle" + + - ticket #72297 : Cosmogramme : correction du système de dédoublonnage + + 08/03/2018 - v7.12.2 v7.12.3 - ticket #72242 : Article: insertion d'un kiosque de notices rendu possible à partir du role Rédacteur bibliothèque. diff --git a/VERSIONS_HOTLINE/72297 b/VERSIONS_HOTLINE/72297 deleted file mode 100644 index db2a51a507ba7dbf9a8d33296ccf4546f9cdf887..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/72297 +++ /dev/null @@ -1 +0,0 @@ - - ticket #72297 : Cosmogramme : correction du système de dédoublonnage \ No newline at end of file diff --git a/VERSIONS_HOTLINE/72437 b/VERSIONS_HOTLINE/72437 deleted file mode 100644 index 16644448f11923217ee5b06ec3d6847521fef5b7..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/72437 +++ /dev/null @@ -1,2 +0,0 @@ - - ticket #72437 : Charte graphique : suppression de règles css inutiles dans la charte "modèle" - \ No newline at end of file diff --git a/VERSIONS_HOTLINE/72468 b/VERSIONS_HOTLINE/72468 deleted file mode 100644 index b7094ed70f64d5c3587e2178ddba093205e45dc9..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/72468 +++ /dev/null @@ -1,5 +0,0 @@ - - ticket #72468 : Explorateur de fichiers : correction des boutons de redimensionnement lors de l'import. - - - ticket #72468 : Explorateur de fichiers : amélioration du système de redirection après import ou supression de document. - - \ No newline at end of file diff --git a/VERSIONS_WIP/72610 b/VERSIONS_WIP/72610 deleted file mode 100644 index 70e6b5a02f8571c44103e20cd6f0e7edb9c37100..0000000000000000000000000000000000000000 --- a/VERSIONS_WIP/72610 +++ /dev/null @@ -1 +0,0 @@ - - ticket #72610 : OAuth : ajout d'une variable permettant l'utilisation du protocole OAuth en HTTP (OAUTH_ACCEPT_HTTP) \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index a61ead3af8cb51fd206e897c50af25486ea22361..aa86e902600cb24b3c7b732d4cde7663dabed251 100644 --- a/library/startup.php +++ b/library/startup.php @@ -82,7 +82,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.12'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.3'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.4'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');