diff --git a/_define.php b/_define.php index dacaa15..acd6825 100644 --- a/_define.php +++ b/_define.php @@ -16,7 +16,7 @@ $this->registerModule( /* Name */ "shortArchives", /* Description*/ "Display blog archives in an accordion menu, sorted by year", /* Author */ "annso, Pierre Van Glabeke", - /* Version */ "1.8", + /* Version */ "1.8.1", /* Properties */ array( 'permissions' => 'usage,contentadmin', diff --git a/_public.php b/_public.php index c0d18d8..d67ce7e 100644 --- a/_public.php +++ b/_public.php @@ -22,7 +22,7 @@ class publicShortArchives { $url = $core->blog->getQmarkURL().'pf='.basename(dirname(__FILE__)); echo ''."\n"; - echo '\n"; + echo '\n"; } } diff --git a/changelog b/changelog index 55702f3..92a0b51 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +v1.8.1 - 29-06-2015 - Pierre Van Glabeke +* correction validation html + v1.8 - 08-06-2015 - Pierre Van Glabeke * ajout lien vers toutes les archives