Skip to content

Commit

Permalink
Update Reminder.php
Browse files Browse the repository at this point in the history
Bugfix when excluding projects
  • Loading branch information
CasN authored Apr 23, 2024
1 parent dd5f028 commit 994f7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reminder.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class ReminderPlugin extends MantisPlugin {
function register() {
$this->name = 'Reminder';
$this->description = lang_get( 'reminder_plugin_desc' );
$this->version = '2.20';
$this->version = '2.21';
$this->requires = array('MantisCore' => '2.0.0',);
$this->author = 'Cas Nuy';
$this->contact = 'Cas-at-nuy.info';
Expand Down

0 comments on commit 994f7dd

Please sign in to comment.