From 893db4034ddfde82f120919e6907878a7d76827e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Tue, 30 Jul 2024 21:17:55 +0200 Subject: [PATCH] =?UTF-8?q?1.10.06=20mise=20=C3=A0=20jour=20module=20News?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- module/news/changes.md | 2 ++ module/news/enum.json | 2 +- module/news/news.php | 2 +- module/news/view/edit/edit.php | 4 ++-- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/core/core.php b/core/core.php index 9527f54..a4417ae 100644 --- a/core/core.php +++ b/core/core.php @@ -51,7 +51,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '1.10.05'; + const ZWII_VERSION = '1.10.06'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/campus-update/raw/branch/master/'; diff --git a/module/news/changes.md b/module/news/changes.md index 3884393..3a0a12f 100644 --- a/module/news/changes.md +++ b/module/news/changes.md @@ -1,3 +1,5 @@ +# Versions 5.9 +- Largeur d'un bouton de retour. # Versions 5.7 - 5.8 - Le flux RSS ne fonctionne pas si les méta de la page sont vides. # Version 5.6 diff --git a/module/news/enum.json b/module/news/enum.json index dab95ee..351d7f9 100644 --- a/module/news/enum.json +++ b/module/news/enum.json @@ -1 +1 @@ -{"name":"news","realName":"News","version":"5.0","update":"0.0","delete":true,"dataDirectory":"site\/data\/news\/"} \ No newline at end of file +{"name":"news","realName":"News","version":"5.9","update":"0.0","delete":true,"dataDirectory":"site\/data\/news\/"} \ No newline at end of file diff --git a/module/news/news.php b/module/news/news.php index e34e49b..bcd678e 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -16,7 +16,7 @@ class news extends common { - const VERSION = '5.8'; + const VERSION = '5.9'; const REALNAME = 'News'; const DATADIRECTORY = self::DATA_DIR . 'news/'; diff --git a/module/news/view/edit/edit.php b/module/news/view/edit/edit.php index 5d86dcf..bb1a8d6 100644 --- a/module/news/view/edit/edit.php +++ b/module/news/view/edit/edit.php @@ -1,13 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config', 'value' => template::ico('left') ]); ?>
-
+
true, 'value' => helper::translate('Brouillon')