Skip to content
Snippets Groups Projects
Commit 7b73b3b7 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

6.54.5

parent 6f5c597c
Branches
Tags
5 merge requests!529Hotline 6.56,!512Master,!500Hotline 6.55,!490Master,!489Hotline 6.54
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.
......
- 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
......@@ -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__).'/..').'/');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment