Merge branch '11403' into 12_dev

This commit is contained in:
Fred Tempez 2022-05-22 18:33:48 +02:00
commit 4af1e61f61
7 changed files with 1 additions and 13 deletions

View File

@ -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 = [];

View File

@ -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';

View File

@ -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 = [

View File

@ -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';

View File

@ -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 = [

View File

@ -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 = [

View File

@ -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 = [