Skip to content

Commit

Permalink
Compatibilité PluXml 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane committed May 13, 2015
1 parent 783cd78 commit b29594f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 1.4.2 (13/05/2015) ##
+ Compatibilit� PluXml 5.4

## Version 1.4.1 (17/03/2015) ##
BUG Pagination avec le plugin plxMyMultiLingue

Expand Down
4 changes: 1 addition & 3 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
header('Location: parametres_plugin.php?p=plxMyBetterUrls');
exit;
}

?>

<h2><?php echo $plxPlugin->getInfo('title') ?></h2>
<form id="form_config_plugin" action="parametres_plugin.php?p=plxMyBetterUrls" method="post">
<fieldset>
<p class="field"><label for="id_ext_url"><?php $plxPlugin->lang('L_URLS_EXTENSION') ?>&nbsp;:</label></p>
<?php plxUtils::printInput('ext_url',$plxPlugin->getParam('ext_url'),'text','10-11') ?>&nbsp;ex: <strong>.htm</strong>, .html, .php
<p>
<p class="in-action-bar">
<?php echo plxToken::getTokenPostMethod() ?>
<input type="submit" name="submit" value="<?php $plxPlugin->lang('L_SAVE') ?>" />
</p>
Expand Down
4 changes: 2 additions & 2 deletions infos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<document>
<title><![CDATA[MyBetterUrls]]></title>
<author><![CDATA[Stephane F.]]></author>
<version>1.4.1</version>
<date>17/03/2015</date>
<version>1.4.2</version>
<date>13/05/2015</date>
<site>http://pluxopolis.net/</site>
<description><![CDATA[Amélioration des urls de PluXml]]></description>
<requirements></requirements>
Expand Down

0 comments on commit b29594f

Please sign in to comment.