This commit is contained in:
Fred Tempez 2021-03-18 14:31:10 +01:00
parent 00e6005983
commit f392604977
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
class blog extends common {
const VERSION = '4.4';
const VERSION = '4.5';
const REALNAME = 'Blog';
const DELETE = true;
const UPDATE = '0.0';

View File

@ -15,7 +15,7 @@
class news extends common {
const VERSION = '2.1';
const VERSION = '2.2';
const REALNAME = 'Actualités';
const DELETE = true;
const UPDATE = '0.0';