File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ function plugin_tasklists_install()
127127 $ DB ->runFile (PLUGIN_TASKLISTS_DIR . "/sql/update-2.1.0.sql " );
128128
129129 $ DB ->runFile (PLUGIN_TASKLISTS_DIR . "/sql/update-2.1.4.sql " );
130+
131+ $ DB ->runFile (PLUGIN_TASKLISTS_DIR . "/sql/update-2.1.5.sql " );
132+
130133 // Add record notification
131134 call_user_func ([NotificationTargetTask::class, 'install ' ]);
132135
Original file line number Diff line number Diff line change 3636use GlpiPlugin \Tasklists \Ticket ;
3737use GlpiPlugin \Tasklists \Task ;
3838
39- define ('PLUGIN_TASKLISTS_VERSION ' , '2.1.4 ' );
39+ define ('PLUGIN_TASKLISTS_VERSION ' , '2.1.5 ' );
4040
4141if (!defined ("PLUGIN_TASKLISTS_DIR " )) {
4242 define ("PLUGIN_TASKLISTS_DIR " , Plugin::getPhpDir ("tasklists " ));
Original file line number Diff line number Diff line change 1+ UPDATE ` glpi_savedsearches` SET ` itemtype` = ' GlpiPlugin\\ Tasklists\\ Tasklist' WHERE ` itemtype` = ' PluginTasklistsTask' ;
2+ UPDATE ` glpi_savedsearches_users` SET ` itemtype` = ' GlpiPlugin\\ Tasklists\\ Tasklist' WHERE ` itemtype` = ' PluginTasklistsTask' ;
Original file line number Diff line number Diff line change 2525 <author >Infotel</author >
2626 </authors >
2727 <versions >
28+ <version >
29+ <num >2.1.5</num >
30+ <compatibility >~11.0</compatibility >
31+ <download_url >https://github.com/InfotelGLPI/tasklists/releases/download/2.1.5/glpi-tasklists-2.1.5.tar.bz2</download_url >
32+ </version >
2833 <version >
2934 <num >2.1.4</num >
3035 <compatibility >~11.0</compatibility >
You can’t perform that action at this time.
0 commit comments