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

version 7.4.23

parent a51c7bae
Branches stable
Tags 7.4.23
No related merge requests found
12/05/2016 - v7.4.23
- ticket #38162 : les facettes ne sont plus tronquées lors de l'indexation des domaines lorsque le champ correspondant à plus de 255 caractères
09/05/2016 - v7.4.22
- ticket #42742 : Cosmogramme : correction de l'intégration des pseudo notices des ressources numériques
......
- ticket #38162 : les facettes ne sont plus tronquées lors de l'indexation des domaines lorsque le champ correspondant a plus de 255 caractères
\ No newline at end of file
......@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.4');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.22');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.23');
defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
......
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