mastery badge + fix Integrations helper access (restores Reset button) (v0.5.0)

This commit is contained in:
2026-07-11 15:46:23 -03:00
parent 8648b67061
commit e1e4c36180
4 changed files with 25 additions and 4 deletions

View File

@@ -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()