From 994f7dddc656884c8d6656c1cdd806d2472a54f0 Mon Sep 17 00:00:00 2001 From: Cas Date: Tue, 23 Apr 2024 09:08:12 +0200 Subject: [PATCH] Update Reminder.php Bugfix when excluding projects --- Reminder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reminder.php b/Reminder.php index f000aef..d039e7b 100644 --- a/Reminder.php +++ b/Reminder.php @@ -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';