File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ function plugin_tasklists_install()
125125 }
126126 }
127127 $ DB ->runFile (PLUGIN_TASKLISTS_DIR . "/sql/update-2.1.0.sql " );
128+
129+ $ DB ->runFile (PLUGIN_TASKLISTS_DIR . "/sql/update-2.1.4.sql " );
128130 // Add record notification
129131 call_user_func ([NotificationTargetTask::class, 'install ' ]);
130132
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.3 ' );
39+ define ('PLUGIN_TASKLISTS_VERSION ' , '2.1.4 ' );
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_documents_items` SET ` itemtype` = ' GlpiPlugin\\ Tasklists\\ Task' 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.4</num >
30+ <compatibility >~11.0</compatibility >
31+ <download_url >https://github.com/InfotelGLPI/tasklists/releases/download/2.1.4/glpi-tasklists-2.1.4.tar.bz2</download_url >
32+ </version >
2833 <version >
2934 <num >2.1.3</num >
3035 <compatibility >~11.0</compatibility >
You can’t perform that action at this time.
0 commit comments