Skip to content

Commit

Permalink
Update Plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros authored Apr 11, 2019
1 parent 2f4fc26 commit 169b3f5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Plugin.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
<?php



namespace Kanboard\Plugin\SendEmailCreator;



use Kanboard\Core\Plugin\Base;
use Kanboard\Plugin\SendEmailCreator\Action\SendTaskAssignee;
use Kanboard\Plugin\SendEmailCreator\Action\SendTaskCreator;
use Kanboard\Plugin\SendEmailCreator\Action\TaskEmailDue;
use Kanboard\Plugin\SendEmailCreator\Action\SubTaskEmailDue;
use Kanboard\Core\Translator;



class Plugin extends Base

{
Expand Down Expand Up @@ -47,7 +41,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '0.0.6';
return '1.0.7';
}

public function getPluginDescription()
Expand Down

0 comments on commit 169b3f5

Please sign in to comment.