diff --git a/CHANGELOG b/CHANGELOG index 273897f..e490095 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v1.4 - 15-09-2021 - Pierre Van Glabeke +* correction bug affichage dc2.19 +* dc2.19 requis + v1.3 - 21-01-2018 - Pierre Van Glabeke * modif setting * modif index diff --git a/_define.php b/_define.php index 41af704..1494187 100644 --- a/_define.php +++ b/_define.php @@ -19,12 +19,12 @@ $this->registerModule( /* Name */ 'Arlequin', /* Description*/ 'Allows visitors choose a theme', /* Author */ 'Oleksandr Syenchuk, Pierre Van Glabeke', - /* Version */ '1.3', + /* Version */ '1.4', /* Properties */ array( 'permissions' => 'contentadmin', 'type' => 'plugin', - 'dc_min' => '2.12', + 'dc_min' => '2.19', 'support' => 'http://forum.dotclear.org/viewtopic.php?id=48345', 'details' => 'http://plugins.dotaddict.org/dc2/details/arlequin' ) diff --git a/index.php b/index.php index 6f33f57..2e2098b 100644 --- a/index.php +++ b/index.php @@ -124,13 +124,13 @@ echo form::textArea('s_html',50,10,html::escapeHTML($mt_cfg['s_html'])).'

+ form::field('e_html',50,'20',html::escapeHTML($mt_cfg['e_html'])).'

+ form::field('a_html',50,'20',html::escapeHTML($mt_cfg['a_html'])).'


+ form::field(array('mt_exclude'),50,'20',html::escapeHTML($mt_exclude)).'

'.__('The names to be taken into account are those of the theme files.').'