From eace81330fbf04aeb1d115a3cd8a0156cbd2bf79 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 27 Sep 2020 09:18:44 +0200 Subject: [PATCH] =?UTF-8?q?num=C3=A9rotation=20de=20version=20galerie=20et?= =?UTF-8?q?=20ordre=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/config/view/index/index.php | 6 +++--- module/gallery/gallery.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index c27e028e..ab593738 100644 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -577,7 +577,7 @@
-

Versions des modules +

Versions installées
- + - +

diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 6177966d..77d0f2c3 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -19,7 +19,7 @@ class gallery extends common { const SORT_ASC = 'SORT_ASC'; const SORT_DSC = 'SORT_DSC'; const SORT_HAND = 'SORT_HAND'; - const GALLERY_VERSION = '2.41'; + const GALLERY_VERSION = '2.5'; public static $directories = [];