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

version 7.0.8

parent 2072e60e
Branches
Tags
4 merge requests!780Master,!740Master,!739Hotline master,!738Stable
03/03/2015 - v7.0.8
- ticket #16321: Correction des caractères 'ç' mal encodés dans la codification dewey.
- ticket #18602: Correction de la disparition de la clé de configuration dans le rendu ajax du calendrier.
24/02/2015 - v7.0.7
- ticket #21086: SIGB Koha : Correction de l'impossibilité de réserver un exemplaire déjà réservé.
......
ticket #16321: Correction des caractères 'ç' mal encodés dans la codification dewey.
ticket #18602: Correction du rendu ajax du calendrier (La clé de configuration disparaissait).
......@@ -58,7 +58,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.0');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.7');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.8');
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