Skip to content

Commit

Permalink
changed repo and year
Browse files Browse the repository at this point in the history
  • Loading branch information
bhopmann committed Jan 17, 2021
1 parent c9e5738 commit 5eab44d
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Benedikt Hopmann
Copyright (c) 2021 Benedikt Hopmann

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Empty file modified Locale/de_DE/translations.php
100755 → 100644
Empty file.
Empty file modified Makefile
100755 → 100644
Empty file.
Empty file modified Notification/Signal.php
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions Plugin.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.1';
return '1.0.2';
}

public function getPluginHomepage()
{
return 'https://github.com/stratmaster/kanboard-plugin-signal';
return 'https://github.com/bhopmann/kanboard-plugin-signal';
}

public function getCompatibleVersion()
Expand Down
Empty file modified README.md
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion Template/config/integration.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<?= $this->form->hidden('signal_forward_attachments', array('signal_forward_attachments' => 0)) ?>
<?= $this->form->checkbox('signal_forward_attachments', t('Sent attachments along with notification'), 1, isset($values['signal_forward_attachments']) && $values['signal_forward_attachments'] == 1) ?>

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

<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue">
Expand Down
2 changes: 1 addition & 1 deletion Template/project/integration.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<?= $this->form->text('signal_cli_group', $values) ?>
<p class="form-help"><?= t('Group ID in base64 encoding') ?></p>

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

<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue">
Expand Down
2 changes: 1 addition & 1 deletion Template/user/integration.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<?= $this->form->text('signal_cli_receiver', $values) ?>
<p class="form-help"><?= t('Phone number with country calling code, i.e. the number must start with a "+" sign like +4915152222222') ?></p>

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

<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue">
Expand Down
Empty file modified Test/PluginTest.php
100755 → 100644
Empty file.

0 comments on commit 5eab44d

Please sign in to comment.