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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Feb 27, 2016
1 parent ad587ee commit 68daed7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.2';
return '1.0.3';
}

public function getPluginHomepage()
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ The Kanboard webhook url is displayed in **Settings > Integrations > Mailgun**
3. Try to send an email to your project: [email protected]

The sender email address must be same as the user profile in Kanboard and the user must be member of the project.

Notes
-----

- Task will be created in the first active swimlane
- Attachments are not supported yet
- Only email with textual content or simple HTML can be interpreted

0 comments on commit 68daed7

Please sign in to comment.