Skip to content

Commit 2985ef8

Browse files
author
wiz78
committed
Removed dependency on Mantis 2.0.0
1 parent ae4f271 commit 2985ef8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

BetterStatusColors.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ function register() {
3232
$this->description = 'Make the status color more prominent';
3333
$this->page = '';
3434

35-
$this->version = '1.0.0';
36-
$this->requires = array(
37-
'MantisCore' => '2.0.0',
38-
);
35+
$this->version = '1.0.1';
36+
$this->requires = array();
3937

4038
$this->author = 'Simone Tellini';
4139
$this->url = 'https://tellini.info';

0 commit comments

Comments
 (0)