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

version 7.1.30

parent e583c0cd
Branches
Tags
2 merge requests!896Master,!850Master
11/05/2015 - v7.1.30
- ticket #23802 : Ajout d'un mode de visualisation par arborescence paginée dans la boite sitothèque
- ticket #24664 : correction de l'accès aux articles en tant qu'administrateur bibliothèque dans le mode "liste"
04/05/2015 - v7.1.29
- ticket #23459 : lorsqu'on modifie un article en mode liste, le bouton retour ramène à la catégorie de l'article modifié
......
-ticket #24664 : correction de l'accès aux articles en tant qu'administrateur bibliothèque dans le mode "liste"
\ No newline at end of file
- ticket #23802: Ajout d'un mode de visualisation par arborescence paginée dans la boite sitothèque.
\ No newline at end of file
......@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.1');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.29');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.30');
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