We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ac87d commit bce136fCopy full SHA for bce136f
Controller/AnalyticExtensionController.php
@@ -8,15 +8,15 @@
8
use Kanboard\Controller\BaseController;
9
10
/**
11
- * Project Analytic Controller
+ * Custom Field Analytic Controller
12
*
13
- * @package Kanboard\Controller
14
- * @author Frederic Guillot
+ * @package MetaMagik
+ * @author Craig Crosby
15
*/
16
class AnalyticExtensionController extends BaseController
17
{
18
19
- * Show tasks distribution graph
+ * Show custom field values as distribution graph
20
21
* @access public
22
Plugin.php
@@ -133,7 +133,7 @@ public function getPluginAuthor()
133
134
public function getPluginVersion()
135
136
- return '1.4.9';
+ return '1.4.10';
137
}
138
139
public function getPluginHomepage()
0 commit comments