This commit is contained in:
Fred Tempez 2021-03-31 13:40:08 +02:00
parent 1ed2e8ec35
commit b9ca6e500f
1 changed files with 2 additions and 2 deletions

View File

@ -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'
]]);
}
}