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 56beafd commit 8785a84Copy full SHA for 8785a84
Source/MantisSourceBase.class.php
@@ -23,7 +23,8 @@ abstract class MantisSourceBase extends MantisPlugin
23
24
/**
25
* Minimum required MantisBT version.
26
- * Used to define the MantisCore dependency for all child plugins
+ * Used to define the default MantisCore dependency for all child plugins;
27
+ * VCS plugins may override this based on their individual requirements.
28
*/
29
const MANTIS_VERSION = '2.0.1';
30
}
0 commit comments