forked from ZwiiCMS-Team/ZwiiCMS
Versions
This commit is contained in:
parent
30c3196460
commit
47e8016c51
@ -87,7 +87,7 @@ class blog extends common {
|
||||
|
||||
public static $users = [];
|
||||
|
||||
const BLOG_VERSION = '3.2';
|
||||
const BLOG_VERSION = '4.0';
|
||||
|
||||
/**
|
||||
* Flux RSS
|
||||
|
@ -33,7 +33,7 @@ class news extends common {
|
||||
false => 'Brouillon',
|
||||
true => 'Publié'
|
||||
];
|
||||
const NEWS_VERSION = '1.3';
|
||||
const NEWS_VERSION = '2.0';
|
||||
|
||||
public static $users = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user