From 0015a07e35f02a7e3fe078e7b932f235fee1576f Mon Sep 17 00:00:00 2001 From: Fred <23246457+fredtempez@users.noreply.github.com> Date: Mon, 4 Nov 2019 10:36:13 +0100 Subject: [PATCH] =?UTF-8?q?[10.0]=20Changement=20du=20num=C3=A9ro=20de=20v?= =?UTF-8?q?ersion=20apr=C3=A8s=20pb=20l=C3=A9gendes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/gallery/gallery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 95b90536..c5127989 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -30,7 +30,7 @@ class gallery extends common { public static $pictures = []; - const GALLERY_VERSION = '1.2'; + const GALLERY_VERSION = '1.3'; /** * Configuration @@ -303,4 +303,4 @@ class galleriesHelper extends helper { } return $dirContent; } -} \ No newline at end of file +}