From 68daed724a08bf7bbf78dff31f0ebc6bbaa49436 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 26 Feb 2016 22:11:16 -0500 Subject: [PATCH] Bump version --- Plugin.php | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 +