From 67e4fea810b31338efdc539902cb2232e9bf7d8f Mon Sep 17 00:00:00 2001
From: efalcy <efalcy@afi-sa.fr>
Date: Tue, 12 Nov 2019 15:15:19 +0100
Subject: [PATCH] VERSION v8.0.31

---
 FEATURES/98799                 | 10 ----------
 VERSIONS                       |  8 ++++++++
 VERSIONS_HOTLINE/95190         |  1 -
 VERSIONS_HOTLINE/99825         |  1 -
 VERSIONS_WIP/98691             |  1 -
 VERSIONS_WIP/98799             |  1 -
 library/Class/Feature/List.php | 11 +++++++++++
 library/startup.php            |  2 +-
 8 files changed, 20 insertions(+), 15 deletions(-)
 delete mode 100644 FEATURES/98799
 delete mode 100644 VERSIONS_HOTLINE/95190
 delete mode 100644 VERSIONS_HOTLINE/99825
 delete mode 100644 VERSIONS_WIP/98691
 delete mode 100644 VERSIONS_WIP/98799

diff --git a/FEATURES/98799 b/FEATURES/98799
deleted file mode 100644
index 4a4f0cbf7a8..00000000000
--- a/FEATURES/98799
+++ /dev/null
@@ -1,10 +0,0 @@
-        '98799' =>
-            ['Label' => $this->_('Système de réservation des documents PNB'),
-             'Desc' => $this->_('Les abonnés peuvent réserver des documents PNB si ceux-ci ne sont pas disponibles.'),
-             'Image' => '',
-             'Video' => 'https://youtu.be/vHZh4WF9jpc',
-             'Category' => $this->_('Ressources numériques'),	
-             'Right' => function($feature_description, $user) {return true;},
-             'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php?title=Configuration_du_PNB_Dilicom#R.C3.A9servations_de_documents',
-             'Test' => '',
-             'Date' => '2019-10-17'],
\ No newline at end of file
diff --git a/VERSIONS b/VERSIONS
index bdf303ab97f..d91747617f0 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,11 @@
+12/11/2019 - v8.0.31
+
+ - ticket #99825 : Serveur OAI : Correction de l'échappement du contenu de l'élément Dublin Core rights
+ - ticket #95190 : Bibliothèque numérique : Export des medias au format csv
+ - ticket #98799 : Système de réservation des documents PNB
+ - ticket #98691 : Notices : Ajout d'un script mettant à jour les albums liés aux notices avec les dernières informations de la notices
+
+
 04/11/2019 - v8.0.30
 
  - ticket #99776 : Formulaires de recherche avancée : Correction de la prise en charge des formulaires contenant des champs sur facettes dynamiques et des champs sur autorités
diff --git a/VERSIONS_HOTLINE/95190 b/VERSIONS_HOTLINE/95190
deleted file mode 100644
index 40fa22a709a..00000000000
--- a/VERSIONS_HOTLINE/95190
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #95190 : Bibliothèque numérique : Export des medias au format csv
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/99825 b/VERSIONS_HOTLINE/99825
deleted file mode 100644
index 69cbd87a395..00000000000
--- a/VERSIONS_HOTLINE/99825
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #99825 : Serveur OAI : Correction de l'échappement du contenu de l'élément Dublin Core rights
\ No newline at end of file
diff --git a/VERSIONS_WIP/98691 b/VERSIONS_WIP/98691
deleted file mode 100644
index 56cb6d034c7..00000000000
--- a/VERSIONS_WIP/98691
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #98691 : Notices : Ajout d'un script mettant à jour les albums liés aux notices avec les dernières informations de la notices
\ No newline at end of file
diff --git a/VERSIONS_WIP/98799 b/VERSIONS_WIP/98799
deleted file mode 100644
index c389a7f8b75..00000000000
--- a/VERSIONS_WIP/98799
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #98799 : Système de réservation des documents PNB
\ No newline at end of file
diff --git a/library/Class/Feature/List.php b/library/Class/Feature/List.php
index 45bbf196c37..0725cfa04ff 100644
--- a/library/Class/Feature/List.php
+++ b/library/Class/Feature/List.php
@@ -720,6 +720,17 @@ class Class_Feature_List {
              'Test' => '',
              'Date' => '2019-10-24'],
 
+            '98799' =>
+            ['Label' => $this->_('Système de réservation des documents PNB'),
+             'Desc' => $this->_('Les abonnés peuvent réserver des documents PNB si ceux-ci ne sont pas disponibles.'),
+             'Image' => '',
+             'Video' => 'https://youtu.be/vHZh4WF9jpc',
+             'Category' => $this->_('Ressources numériques'),	
+             'Right' => function($feature_description, $user) {return true;},
+             'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php?title=Configuration_du_PNB_Dilicom#R.C3.A9servations_de_documents',
+             'Test' => '',
+             'Date' => '2019-10-17'],
+
     ];
   }
 }
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 6cfb590e6ba..40024f5d165 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -81,7 +81,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','8.0');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.30');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.31');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab