From b24ca52a45b6313478bf7aba6f8dba027c80102f Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 20 Aug 2021 11:50:32 +0200 Subject: [PATCH] numero de version des modules news gallery et search --- module/gallery/gallery.php | 2 +- module/news/news.php | 2 +- module/search/search.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 6f40ac7c..c5d56367 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -17,7 +17,7 @@ class gallery extends common { - const VERSION = '3.1'; + const VERSION = '3.2'; const REALNAME = 'Galerie'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/news/news.php b/module/news/news.php index 5da4ed42..67787218 100755 --- a/module/news/news.php +++ b/module/news/news.php @@ -15,7 +15,7 @@ class news extends common { - const VERSION = '3.4'; + const VERSION = '3.5'; const REALNAME = 'News'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/search/search.php b/module/search/search.php index 1ad80a6e..d8fadaad 100644 --- a/module/search/search.php +++ b/module/search/search.php @@ -19,7 +19,7 @@ class search extends common { - const VERSION = '2.2'; + const VERSION = '2.3'; const REALNAME = 'Recherche'; const DELETE = true; const UPDATE = '0.0';