Skip to content

Commit bce136f

Browse files
committed
#65 update plugin version number and typos
1 parent 79ac87d commit bce136f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: Controller/AnalyticExtensionController.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
use Kanboard\Controller\BaseController;
99

1010
/**
11-
* Project Analytic Controller
11+
* Custom Field Analytic Controller
1212
*
13-
* @package Kanboard\Controller
14-
* @author Frederic Guillot
13+
* @package MetaMagik
14+
* @author Craig Crosby
1515
*/
1616
class AnalyticExtensionController extends BaseController
1717
{
1818
/**
19-
* Show tasks distribution graph
19+
* Show custom field values as distribution graph
2020
*
2121
* @access public
2222
*/

Diff for: Plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function getPluginAuthor()
133133

134134
public function getPluginVersion()
135135
{
136-
return '1.4.9';
136+
return '1.4.10';
137137
}
138138

139139
public function getPluginHomepage()

0 commit comments

Comments
 (0)