Improve rendering of tasks with due time

This commit is contained in:
Frederic Guillot
2017-11-08 15:35:21 -08:00
parent 2c7f8ba4b1
commit 99642d96d2
7 changed files with 102 additions and 220 deletions

View File

@@ -55,7 +55,7 @@ class Plugin extends Base
public function getPluginVersion()
{
return '1.0.1';
return '1.1.0';
}
public function getPluginHomepage()