We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0970cf4 commit ef84508Copy full SHA for ef84508
Source/MantisSourceBase.class.php
@@ -17,9 +17,9 @@ abstract class MantisSourceBase extends MantisPlugin
17
*
18
* Numbering follows Semantic Versioning. Major version increments indicate
19
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
20
- * The framework version is incremented when the plugin's core file change.
+ * The framework version is incremented when the plugin's core files change.
21
*/
22
- const FRAMEWORK_VERSION = '1.5.0';
+ const FRAMEWORK_VERSION = '1.5.1';
23
24
/**
25
* Minimum required MantisBT version.
0 commit comments