Add method getCompatibleVersion()

This commit is contained in:
Frederic Guillot
2017-04-08 17:54:57 -04:00
parent 728f877690
commit 3c79d11e02

View File

@@ -57,5 +57,10 @@ class Plugin extends Base
{
return 'https://github.com/kanboard/plugin-calendar';
}
public function getCompatibleVersion()
{
return '>=1.0.42';
}
}