diff --git a/core/core.php b/core/core.php index b2f4178d..6c4d0e13 100644 --- a/core/core.php +++ b/core/core.php @@ -45,7 +45,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.4.02'; + const ZWII_VERSION = '11.4.03'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = []; diff --git a/module/blog/blog.php b/module/blog/blog.php index 69887203..377bc56e 100644 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -17,8 +17,6 @@ class blog extends common { const VERSION = '5.2'; 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 53733989..b83e6287 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -18,8 +18,6 @@ class form extends common { const VERSION = '2.11'; 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 4e783539..49fd6757 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -19,8 +19,6 @@ class gallery extends common { const VERSION = '3.5'; 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 7216f5b0..7545ba0b 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -17,8 +17,6 @@ class news extends common { const VERSION = '3.7'; 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 bc343a02..ae75307f 100644 --- a/module/search/search.php +++ b/module/search/search.php @@ -21,8 +21,6 @@ class search extends common { const VERSION = '2.4'; const REALNAME = 'Recherche'; - const DELETE = true; - const UPDATE = '0.0'; const DATADIRECTORY = self::DATA_DIR . 'search/'; public static $actions = [