numero de version des modules news gallery et search

This commit is contained in:
Fred Tempez 2021-08-20 11:50:32 +02:00
parent cc630ccfa3
commit b24ca52a45
3 changed files with 3 additions and 3 deletions

View File

@ -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';

View File

@ -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';

View File

@ -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';