cf CHANGELOG
parent
ae6e76c8fb
commit
0df4067d6a
|
@ -1,3 +1,6 @@
|
||||||
|
2020-09-18 - Pierre Van Glabeke
|
||||||
|
* modif _admin.php (merci à nanart)
|
||||||
|
|
||||||
2015-03-11 - Pierre Van Glabeke
|
2015-03-11 - Pierre Van Glabeke
|
||||||
* ajout mode hors ligne et codage titre widget (widget)
|
* ajout mode hors ligne et codage titre widget (widget)
|
||||||
* encodage UNIX (LF)
|
* encodage UNIX (LF)
|
||||||
|
|
|
@ -73,7 +73,8 @@ class dcLatestVersionsAdmin
|
||||||
|
|
||||||
if (false === $updater->check('0')) {
|
if (false === $updater->check('0')) {
|
||||||
|
|
||||||
return false;
|
//return false;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$li[] = str_replace(
|
$li[] = str_replace(
|
||||||
|
|
|
@ -25,7 +25,7 @@ $this->registerModule(
|
||||||
/* Author */
|
/* Author */
|
||||||
"Jean-Christian Denis, Pierre Van Glabeke",
|
"Jean-Christian Denis, Pierre Van Glabeke",
|
||||||
/* Version */
|
/* Version */
|
||||||
'2015-03-11',
|
'2020-09-18',
|
||||||
/* Properies */
|
/* Properies */
|
||||||
array(
|
array(
|
||||||
'permissions' => 'usage,contentadmin',
|
'permissions' => 'usage,contentadmin',
|
||||||
|
|
Loading…
Reference in New Issue