From 7b73b3b726c515e486b346b3f60ae215c4f12a7f Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Fri, 24 Oct 2014 11:01:24 +0200
Subject: [PATCH] 6.54.5

---
 VERSIONS                                                  | 8 ++++++++
 .../#17242_send_mail_to_author_when_article_is_validated  | 2 --
 library/startup.php                                       | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
 delete mode 100644 VERSIONS_HOTLINE/#17242_send_mail_to_author_when_article_is_validated

diff --git a/VERSIONS b/VERSIONS
index ea2feb55b57..29935ae2463 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,11 @@
+24/10/2014 - v6.54.5
+
+- ticket #17242: Workflow des articles : La validation d'un article est notifiée par mail à son auteur.
+
+- ticket #17157: Cosmogramme : Correction d'un dysfonctionnement dans l'affichage des paramètres possibles en création d'un profil de données.
+
+- ticket #17308: Correction d'une régression dans l'affichage des vignettes des boîtes sitothèques
+  
 23/10/2014 - v6.54.4
 
 - ticket #17171: L'autocomplétion en recherche simple n'est plus considérée comme expérimentale, il suffit d'activer les batchs associés.
diff --git a/VERSIONS_HOTLINE/#17242_send_mail_to_author_when_article_is_validated b/VERSIONS_HOTLINE/#17242_send_mail_to_author_when_article_is_validated
deleted file mode 100644
index 09c2bc8be43..00000000000
--- a/VERSIONS_HOTLINE/#17242_send_mail_to_author_when_article_is_validated
+++ /dev/null
@@ -1,2 +0,0 @@
-- ticket #17242: Workflow des articles.
-  - un email est envoyé au créateur de l'article quand celui-ci est validé.
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 9d65b6a6017..e9774a4eb5b 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -57,7 +57,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
 	defineConstant('VERSION_PERGAME','6.54');
-	defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.4');
+	defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.5');
 
 	defineConstant('ROOT_PATH',  realpath(dirname(__FILE__).'/..').'/');
 
-- 
GitLab