This commit is contained in:
Fred Tempez 2020-11-21 03:58:02 +01:00
parent 30c3196460
commit 47e8016c51
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ class blog extends common {
public static $users = []; public static $users = [];
const BLOG_VERSION = '3.2'; const BLOG_VERSION = '4.0';
/** /**
* Flux RSS * Flux RSS

View File

@ -33,7 +33,7 @@ class news extends common {
false => 'Brouillon', false => 'Brouillon',
true => 'Publié' true => 'Publié'
]; ];
const NEWS_VERSION = '1.3'; const NEWS_VERSION = '2.0';
public static $users = []; public static $users = [];