From 2aa64ab3a6df560e910acf3c699394cd8c5ec3cb Mon Sep 17 00:00:00 2001
From: gloas <gloas@afi-sa.fr>
Date: Mon, 24 Apr 2017 09:02:26 +0200
Subject: [PATCH] version 7.8.15

---
 VERSIONS               | 5 +++++
 VERSIONS_HOTLINE/56180 | 1 -
 library/startup.php    | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
 delete mode 100644 VERSIONS_HOTLINE/56180

diff --git a/VERSIONS b/VERSIONS
index adf77bec34a..7cfe65a0149 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+24/04/2017 - v7.8.15
+
+ - ticket #56180 : PNB Dilicom : Lorsque Bokeh est accédé en https, l'url du player est forcée en https.
+
+
 13/04/2017 - v7.8.14
 
  - ticket #59209 : Ressources numériques : maintenance du SSO Numilog
diff --git a/VERSIONS_HOTLINE/56180 b/VERSIONS_HOTLINE/56180
deleted file mode 100644
index 170dbeffae2..00000000000
--- a/VERSIONS_HOTLINE/56180
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #56180 : PNB Dilicom : Lorsque Bokeh est accédé en https, l'url du player est forcée en https.
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index bf731c3bb37..8bb1d91aaf5 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -83,7 +83,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.8');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.14');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.15');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab