Versions
This commit is contained in:
parent
1c61bf5e88
commit
d4d336d730
@ -54,7 +54,7 @@ class blog extends common {
|
|||||||
|
|
||||||
public static $users = [];
|
public static $users = [];
|
||||||
|
|
||||||
const BLOG_VERSION = '3.00';
|
const BLOG_VERSION = '2.99';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Flux RSS
|
* Flux RSS
|
||||||
|
@ -35,7 +35,7 @@ class news extends common {
|
|||||||
false => 'Brouillon',
|
false => 'Brouillon',
|
||||||
true => 'Publié'
|
true => 'Publié'
|
||||||
];
|
];
|
||||||
const NEWS_VERSION = '2.0';
|
const NEWS_VERSION = '1.99';
|
||||||
|
|
||||||
public static $users = [];
|
public static $users = [];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user