diff --git a/_define.php b/_define.php index f7c4cfd..b2dd373 100644 --- a/_define.php +++ b/_define.php @@ -16,7 +16,7 @@ $this->registerModule( /* Name */ "Advanced cleaner", /* Description*/ "Make a huge cleaning of dotclear", /* Author */ "JC Denis", - /* Version */ '0.7.2', + /* Version */ '0.7.3', /* Properties */ array( 'permissions' => null, diff --git a/dotclear.png b/dotclear.png new file mode 100644 index 0000000..e1c16c1 Binary files /dev/null and b/dotclear.png differ diff --git a/release.txt b/release.txt index 4af2056..44b979e 100644 --- a/release.txt +++ b/release.txt @@ -2,6 +2,9 @@ x.x xxxxxxxx - orphan media cleaner - ajouter dossier /var dans la liste des caches +0.7.3 20180312 - Pierre Van Glabeke + * pb image liée au plugin informations + 0.7.2 20180213 - Pierre Van Glabeke * réintégration modifs v0.5.1 diff --git a/style.css b/style.css index 0c637dd..1ff8cfe 100644 --- a/style.css +++ b/style.css @@ -6,5 +6,5 @@ padding:14px 0 2px 36px; background:url(index.php?pf=dcAdvancedCleaner/icon-b.png) no-repeat; } -.offline {background: url("index.php?pf=info/images/icons/dotclear.png") no-repeat scroll 18em 7px;} +.offline {background: url("index.php?pf=dcAdvancedCleaner/dotclear.png") no-repeat scroll 18em 7px;} .offline label{font-weight:bold;color:#c44d58;} \ No newline at end of file