Skip to content

Commit

Permalink
Merge branch 'release/1.5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 4, 2019
2 parents 21a8b60 + d32c32c commit d746666
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 35 deletions.
66 changes: 33 additions & 33 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inc/alert.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ public function showForm($ID, $options = []) {

echo "<tr class='tab_bg_1'>";
echo '<td style="width: 150px">' . __('Name') .'</td>';
echo '<td colspan="3"><input name="name" type="text" value="'.$this->getField('name').'" style="width: 565px" /></td>';
echo '<td colspan="3"><input name="name" type="text" value="'.Html::cleanInputText($this->getField('name')).'" style="width: 565px" /></td>';
echo '</tr>';

echo "<tr class='tab_bg_1'><td>".__('Active')."</td><td colspan='3'>";
Expand Down
4 changes: 4 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Fonctionnalités
<author>TECLIB'</author>
</authors>
<versions>
<version>
<num>1.5.3</num>
<compatibility>9.4</compatibility>
</version>
<version>
<num>1.5.2</num>
<compatibility>9.4</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
--------------------------------------------------------------------------
*/

define ('PLUGIN_NEWS_VERSION', '1.5.2');
define ('PLUGIN_NEWS_VERSION', '1.5.3');

// Minimal GLPI version, inclusive
define("PLUGIN_NEWS_MIN_GLPI", "9.4");
Expand Down

0 comments on commit d746666

Please sign in to comment.