diff --git a/core/core.php b/core/core.php index 6cd70b2b..6cffb99d 100644 --- a/core/core.php +++ b/core/core.php @@ -46,7 +46,7 @@ class common { // Numéro de version const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; - const ZWII_VERSION = '11.5.00-dev'; + const ZWII_VERSION = '12.0.00-dev'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = []; diff --git a/module/blog/blog.php b/module/blog/blog.php index 54d338d0..20efc777 100644 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -17,8 +17,6 @@ class blog extends common { const VERSION = '6.0'; const REALNAME = 'Blog'; - const DELETE = true; - const UPDATE = '0.0'; const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json) const EDIT_OWNER = 'owner'; diff --git a/module/form/form.php b/module/form/form.php index 976b1d69..96483488 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -18,8 +18,6 @@ class form extends common { const VERSION = '3.0'; const REALNAME = 'Formulaire'; - const DELETE = true; - const UPDATE = '0.0'; const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json) public static $actions = [ diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index ddb3258e..327a214c 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -19,8 +19,6 @@ class gallery extends common { const VERSION = '3.6'; const REALNAME = 'Galerie'; - const DELETE = true; - const UPDATE = '0.0'; const DATADIRECTORY = self::DATA_DIR . 'gallery/'; const SORT_ASC = 'SORT_ASC'; diff --git a/module/news/news.php b/module/news/news.php index e9d51626..e883a12e 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -17,8 +17,6 @@ class news extends common { const VERSION = '4.2'; const REALNAME = 'News'; - const DELETE = true; - const UPDATE = '0.0'; const DATADIRECTORY = self::DATA_DIR . 'news/'; public static $actions = [ diff --git a/module/redirection/redirection.php b/module/redirection/redirection.php index fc1b54e2..b2caa807 100644 --- a/module/redirection/redirection.php +++ b/module/redirection/redirection.php @@ -17,8 +17,6 @@ class redirection extends common { const VERSION = '1.5'; const REALNAME = 'Redirection'; - const DELETE = true; - const UPDATE = '0.0'; const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json) public static $actions = [ diff --git a/module/search/search.php b/module/search/search.php index 719430b2..3aa01ba8 100644 --- a/module/search/search.php +++ b/module/search/search.php @@ -21,8 +21,6 @@ class search extends common { const VERSION = '2.6'; const REALNAME = 'Recherche'; - const DELETE = true; - const UPDATE = '0.0'; const DATADIRECTORY = self::DATA_DIR . 'search/'; public static $actions = [