We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d2bec commit 9c7a340Copy full SHA for 9c7a340
Plugin.php
@@ -22,7 +22,7 @@ public function initialize()
22
$this->userNotificationType->setType('slack', t('Slack'), '\Kanboard\Plugin\Slack\Notification\Slack');
23
$this->projectNotificationType->setType('slack', t('Slack'), '\Kanboard\Plugin\Slack\Notification\Slack');
24
25
- $this->on('session.bootstrap', function($container) {
+ $this->on('app.bootstrap', function($container) {
26
Translator::load($container['config']->getCurrentLanguage(), __DIR__.'/Locale');
27
});
28
}
@@ -39,7 +39,7 @@ public function getPluginAuthor()
39
40
public function getPluginVersion()
41
{
42
- return '1.0.1';
+ return '1.0.2';
43
44
45
public function getPluginHomepage()
0 commit comments