Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Commit e4b0e95

Browse files
committed
Rename CSS class
1 parent 24d174d commit e4b0e95

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ php:
1111
env:
1212
global:
1313
- PLUGIN=Mailgun
14-
- KANBOARD_REPO=https://github.com/fguillot/kanboard.git
14+
- KANBOARD_REPO=https://github.com/kanboard/kanboard.git
1515
matrix:
1616
- DB=sqlite
1717
- DB=mysql

Plugin.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,16 @@ public function getPluginAuthor()
3939

4040
public function getPluginVersion()
4141
{
42-
return '1.0.5';
42+
return '1.0.6';
4343
}
4444

4545
public function getPluginHomepage()
4646
{
4747
return 'https://github.com/kanboard/plugin-mailgun';
4848
}
49+
50+
public function getCompatibleVersion()
51+
{
52+
return '>=1.0.37';
53+
}
4954
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Author
1717
Requirements
1818
------------
1919

20-
- Kanboard >= 1.0.29
20+
- Kanboard >= 1.0.37
2121
- Mailgun API credentials
2222

2323
Installation

Template/integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h3><img src="<?= $this->url->dir() ?>plugins/Mailgun/mailgun-icon.png"/>&nbsp;Mailgun</h3>
2-
<div class="listing">
2+
<div class="panel">
33
<input type="text" class="auto-select" readonly="readonly" value="<?= $this->url->href('WebhookController', 'receiver', array('plugin' => 'mailgun', 'token' => $values['webhook_token']), false, '', true) ?>">
44

55
<?= $this->form->label(t('Mailgun API token'), 'mailgun_api_token') ?>

0 commit comments

Comments
 (0)