Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
bibliossimo
opacce
Commits
b4117ca3
Commit
b4117ca3
authored
Jul 20, 2015
by
Patrick Barroca
😁
Browse files
version 7.2.5
parent
12ed3156
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
VERSIONS
VERSIONS
+4
-0
library/startup.php
library/startup.php
+1
-1
No files found.
VERSIONS
View file @
b4117ca3
20/07/2015 - v7.2.5
- ticket #23805: possibilité de ne pas limiter le nombre de facettes affichés par rubrique
10/07/2015 - v7.2.4
- ticket #23606 : amélioration de l'affichage dans la version mobile de Bokeh en évitant de tronquer les contenus.
...
...
library/startup.php
View file @
b4117ca3
...
...
@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
function
setupConstants
()
{
defineConstant
(
'BOKEH_MAJOR_VERSION'
,
'7.2'
);
defineConstant
(
'BOKEH_RELEASE_NUMBER'
,
BOKEH_MAJOR_VERSION
.
'.
4
'
);
defineConstant
(
'BOKEH_RELEASE_NUMBER'
,
BOKEH_MAJOR_VERSION
.
'.
5
'
);
defineConstant
(
'ROOT_PATH'
,
realpath
(
dirname
(
__FILE__
)
.
'/..'
)
.
'/'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment