diff --git a/Plugin.php b/Plugin.php index 5ba2cc0..9b8dedc 100644 --- a/Plugin.php +++ b/Plugin.php @@ -36,7 +36,7 @@ public function getPluginAuthor() public function getPluginVersion() { - return '1.0.2'; + return '1.0.3'; } public function getPluginHomepage() diff --git a/README.md b/README.md index 6ecfd5b..2585d49 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,11 @@ The Kanboard webhook url is displayed in **Settings > Integrations > Mailgun** 3. Try to send an email to your project: something+myproject@mydomain.tld 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 +