Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Add method getCompatibleVersion()
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Apr 8, 2017
1 parent 728f877 commit 3c79d11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,10 @@ public function getPluginHomepage()
{
return 'https://github.com/kanboard/plugin-calendar';
}

public function getCompatibleVersion()
{
return '>=1.0.42';
}
}

0 comments on commit 3c79d11

Please sign in to comment.