We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d63c3b commit bf01060Copy full SHA for bf01060
Source/Source.php
@@ -13,6 +13,8 @@ class SourcePlugin extends MantisSourceBase {
13
14
static $cache = array();
15
16
+ const PLUGIN_VERSION = self::FRAMEWORK_VERSION;
17
+
18
/**
19
* Changeset link matching pattern.
20
* format: '<type>:<reponame>:<revision>:', where
@@ -28,7 +30,7 @@ function register() {
28
30
$this->name = plugin_lang_get( 'title' );
29
31
$this->description = plugin_lang_get( 'description' );
32
- $this->version = self::FRAMEWORK_VERSION;
33
+ $this->version = self::PLUGIN_VERSION;
34
$this->requires = array(
35
'MantisCore' => self::MANTIS_VERSION,
36
);
0 commit comments