Fix on Static pages plugin
This commit is contained in:
parent
3a568b711d
commit
b9b6d811e3
|
@ -1,10 +1,10 @@
|
||||||
<?php defined('BLUDIT') or die('Bludit CMS.');
|
<?php defined('BLUDIT') or die('Bludit CMS.');
|
||||||
|
|
||||||
// Bludit version
|
// Bludit version
|
||||||
define('BLUDIT_VERSION', '2.3-beta-2');
|
define('BLUDIT_VERSION', '2.3');
|
||||||
define('BLUDIT_CODENAME', '');
|
define('BLUDIT_CODENAME', '1-Commit');
|
||||||
define('BLUDIT_RELEASE_DATE', '2018-03-06');
|
define('BLUDIT_RELEASE_DATE', '2018-03-08');
|
||||||
define('BLUDIT_BUILD', '20180306');
|
define('BLUDIT_BUILD', '20180308');
|
||||||
|
|
||||||
// Debug mode
|
// Debug mode
|
||||||
// Change to FALSE, for prevent warning or errors on browser
|
// Change to FALSE, for prevent warning or errors on browser
|
||||||
|
|
Loading…
Reference in New Issue