File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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> " ;
Original file line number Diff line number Diff line change 2626 --------------------------------------------------------------------------
2727 */
2828
29- define ('PLUGIN_AUTOEXPORTSEARCH_VERSION ' , '2.1.1 ' );
29+ define ('PLUGIN_AUTOEXPORTSEARCH_VERSION ' , '2.1.2 ' );
3030
3131if (!defined ("PLUGIN_AUTOEXPORTSEARCH_DIR " )) {
3232 define ("PLUGIN_AUTOEXPORTSEARCH_DIR " , Plugin::getPhpDir ("autoexportsearches " ));
You can’t perform that action at this time.
0 commit comments