From b9ca6e500f86cbd40a80228ced5a379d43a0bf2f Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 31 Mar 2021 13:40:08 +0200 Subject: [PATCH] news v3 --- module/news/news.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/news/news.php b/module/news/news.php index 8dab6aef..4135336d 100755 --- a/module/news/news.php +++ b/module/news/news.php @@ -15,7 +15,7 @@ class news extends common { - const VERSION = '2.4'; + const VERSION = '3.0'; const REALNAME = 'Actualités'; const DELETE = true; const UPDATE = '0.0'; @@ -78,7 +78,7 @@ class news extends common { 'itemsperCol'=> 6, 'feeds' => $this->getData(['module', $this->getUrl(0), 'config','feeds']), 'feedsLabel' => $this->getData(['module', $this->getUrl(0), 'config','feedsLabel']), - 'version' => '2.4' + 'version' => '3.0' ]]); } }