Skip to content

Commit 5eab44d

Browse files
committed
changed repo and year
1 parent c9e5738 commit 5eab44d

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed

LICENSE

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Benedikt Hopmann
3+
Copyright (c) 2021 Benedikt Hopmann
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Locale/de_DE/translations.php

100755100644
File mode changed.

Makefile

100755100644
File mode changed.

Notification/Signal.php

100755100644
File mode changed.

Plugin.php

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ public function getPluginAuthor()
4040

4141
public function getPluginVersion()
4242
{
43-
return '1.0.1';
43+
return '1.0.2';
4444
}
4545

4646
public function getPluginHomepage()
4747
{
48-
return 'https://github.com/stratmaster/kanboard-plugin-signal';
48+
return 'https://github.com/bhopmann/kanboard-plugin-signal';
4949
}
5050

5151
public function getCompatibleVersion()

README.md

100755100644
File mode changed.

Template/config/integration.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<?= $this->form->hidden('signal_forward_attachments', array('signal_forward_attachments' => 0)) ?>
2727
<?= $this->form->checkbox('signal_forward_attachments', t('Sent attachments along with notification'), 1, isset($values['signal_forward_attachments']) && $values['signal_forward_attachments'] == 1) ?>
2828

29-
<p class="form-help"><a href="https://github.com/stratmaster/kanboard-plugin-signal" target="_blank"><?= t('Help on Signal integration') ?></a></p>
29+
<p class="form-help"><a href="https://github.com/bhopmann/kanboard-plugin-signal" target="_blank"><?= t('Help on Signal integration') ?></a></p>
3030

3131
<div class="form-actions">
3232
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue">

Template/project/integration.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<?= $this->form->text('signal_cli_group', $values) ?>
2020
<p class="form-help"><?= t('Group ID in base64 encoding') ?></p>
2121

22-
<p class="form-help"><a href="https://github.com/stratmaster/kanboard-plugin-signal" target="_blank"><?= t('Help on Signal integration') ?></a></p>
22+
<p class="form-help"><a href="https://github.com/bhopmann/kanboard-plugin-signal" target="_blank"><?= t('Help on Signal integration') ?></a></p>
2323

2424
<div class="form-actions">
2525
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue">

Template/user/integration.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<?= $this->form->text('signal_cli_receiver', $values) ?>
2020
<p class="form-help"><?= t('Phone number with country calling code, i.e. the number must start with a "+" sign like +4915152222222') ?></p>
2121

22-
<p class="form-help"><a href="https://github.com/stratmaster/kanboard-plugin-signal" target="_blank"><?= t('Help on Signal integration') ?></a></p>
22+
<p class="form-help"><a href="https://github.com/bhopmann/kanboard-plugin-signal" target="_blank"><?= t('Help on Signal integration') ?></a></p>
2323

2424
<div class="form-actions">
2525
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue">

Test/PluginTest.php

100755100644
File mode changed.

0 commit comments

Comments
 (0)