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

7.2.21

parent 69373104
Branches
Tags 7.2.21
2 merge requests!1192Master,!1191Hotline master
28/10/2015 - v7.2.21
- ticket #30552 :
- La longueur maxi d'un pseudo passe a 100 caractères
- correction du bug : lors de la mise a jour du pseudo l'abonné se retrouve en invite
27/10/2015 - v7.2.20
- mise sous test des migrations bases de données
......
- ticket #30552 :
- La longueur maxi d'un pseudo passe a 100 caractères
- correction du bug : lors de la mise a jour du pseudo l'abonné se retrouve en invite
\ No newline at end of file
......@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.2');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.20');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.21');
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