[10.0] Changement du numéro de version après pb légendes

This commit is contained in:
Fred 2019-11-04 10:36:13 +01:00 committed by GitHub
parent 8cd0b8dc61
commit 0015a07e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class gallery extends common {
public static $pictures = []; public static $pictures = [];
const GALLERY_VERSION = '1.2'; const GALLERY_VERSION = '1.3';
/** /**
* Configuration * Configuration
@ -303,4 +303,4 @@ class galleriesHelper extends helper {
} }
return $dirContent; return $dirContent;
} }
} }