Skip to content

Commit 5f997c5

Browse files
committed
version 2.1.2
1 parent 611c82d commit 5f997c5

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

autoexportsearches.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<author>Infotel</author>
2424
</authors>
2525
<versions>
26+
<version>
27+
<num>2.1.2</num>
28+
<compatibility>~10.0</compatibility>
29+
<download_url>https://github.com/InfotelGLPI/autoexportsearches/releases/download/2.1.2/glpi-autoexportsearches-2.1.2.tar.bz2</download_url>
30+
</version>
2631
<version>
2732
<num>2.1.1</num>
2833
<compatibility>~10.0</compatibility>

inc/config.class.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ function showConfigForm() {
5353
echo "<form name='form' method='post' action='" . Toolbox::getItemTypeFormURL('PluginAutoexportsearchesConfig') . "'>";
5454
echo "<div align='center'><table class='tab_cadre_fixe'>";
5555
echo "<tr><th colspan='2'>" . __('Setup') . "</th></tr>";
56-
echo "<tr class='tab_bg_1'>";
57-
echo "<td>" . __('Folder', 'autoexportsearches') . "</td>";
58-
echo "<td>";
59-
echo GLPI_PLUGIN_DOC_DIR . $this->getField('folder');
60-
echo "</td>";
61-
echo "</tr>";
6256

6357
echo "<tr class='tab_bg_1'>";
6458
echo "<td>" . __('Number of months before purge files', 'autoexportsearches') . "</td>";

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--------------------------------------------------------------------------
2727
*/
2828

29-
define('PLUGIN_AUTOEXPORTSEARCH_VERSION', '2.1.1');
29+
define('PLUGIN_AUTOEXPORTSEARCH_VERSION', '2.1.2');
3030

3131
if (!defined("PLUGIN_AUTOEXPORTSEARCH_DIR")) {
3232
define("PLUGIN_AUTOEXPORTSEARCH_DIR", Plugin::getPhpDir("autoexportsearches"));

0 commit comments

Comments
 (0)