mastery badge + fix Integrations helper access (restores Reset button) (v0.5.0)
This commit is contained in:
@@ -48,6 +48,13 @@ class Plugin extends Base
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
// Mastery badge under the card title on the board, plus its stylesheet.
|
||||
$this->template->hook->attach('template:board:private:task:after-title', 'qualKard:board/badge');
|
||||
$this->template->hook->attach('template:board:public:task:after-title', 'qualKard:board/badge');
|
||||
$this->hook->on('template:layout:css', array(
|
||||
'template' => 'plugins/QualKard/Asset/css/qualkard.css',
|
||||
));
|
||||
}
|
||||
|
||||
public function getHelpers()
|
||||
@@ -74,7 +81,7 @@ class Plugin extends Base
|
||||
|
||||
public function getPluginVersion()
|
||||
{
|
||||
return '0.4.0';
|
||||
return '0.5.0';
|
||||
}
|
||||
|
||||
public function getPluginHomepage()
|
||||
|
||||
Reference in New Issue
Block a user