per-board study setup (restructure columns, reset, arm RecoReco) via Integrations (v0.3.0)
This commit is contained in:
@@ -17,7 +17,10 @@ class Plugin extends Base
|
||||
{
|
||||
public function initialize()
|
||||
{
|
||||
// Hooks are wired in later versions (setup on Integrations, the grade handler, the badge).
|
||||
// Per-board setup/reset/disable on Settings -> Integrations.
|
||||
$this->template->hook->attach('template:project:integrations', 'qualKard:project/integration');
|
||||
|
||||
// (The grade handler and the badge are wired in later versions.)
|
||||
}
|
||||
|
||||
public function getHelpers()
|
||||
@@ -44,7 +47,7 @@ class Plugin extends Base
|
||||
|
||||
public function getPluginVersion()
|
||||
{
|
||||
return '0.2.0';
|
||||
return '0.3.0';
|
||||
}
|
||||
|
||||
public function getPluginHomepage()
|
||||
|
||||
Reference in New Issue
Block a user