Skip to content
This repository has been archived by the owner on May 20, 2018. It is now read-only.

Commit

Permalink
Change version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Jan 8, 2017
1 parent c07f6c0 commit b9c0bec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ php:
env:
global:
- PLUGIN=Timetable
- KANBOARD_REPO=https://github.com/fguillot/kanboard.git
- KANBOARD_REPO=https://github.com/kanboard/kanboard.git
matrix:
- DB=sqlite
- DB=mysql
Expand Down
7 changes: 6 additions & 1 deletion Plugin.php
Expand Up @@ -67,11 +67,16 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.8';
return '1.0.9';
}

public function getPluginHomepage()
{
return 'https://github.com/kanboard/plugin-timetable';
}

public function getCompatibleVersion()
{
return '<1.0.37';
}
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Author
Requirements
------------

- Kanboard >= 1.0.29
- Kanboard >= 1.0.29 and < 1.0.37

Installation
------------
Expand Down

0 comments on commit b9c0bec

Please sign in to comment.