Skip to content

Commit efcacfd

Browse files
committed
Fix MantisCore minimum version
The required version is actually 2.1 and not 2.5. Also, take this opportunity to move the project to semantic versioning as the other plugins developed by Intra2net.
1 parent 0260e0c commit efcacfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ProjectNotifications/ProjectNotifications.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public function register() {
2222
$this->description = plugin_lang_get( "description" );
2323
$this->page = '';
2424

25-
$this->version = "1.0";
25+
$this->version = "1.0.0";
2626
$this->requires = array(
27-
"MantisCore" => "2.5.0",
27+
"MantisCore" => "2.1.0",
2828
);
2929

3030
$this->author = "Intra2net AG";

0 commit comments

Comments
 (0)