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 8baf96b commit bea7b27Copy full SHA for bea7b27
Source/MantisSourceBase.class.php
@@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
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.
21
*/
22
- const FRAMEWORK_VERSION = '1.4.0';
+ const FRAMEWORK_VERSION = '1.4.1';
23
24
/**
25
* Minimum required MantisBT version.
SourceGithub/SourceGithub.php
@@ -11,7 +11,7 @@
11
12
class SourceGithubPlugin extends MantisSourcePlugin {
13
14
- const PLUGIN_VERSION = '1.3.1';
+ const PLUGIN_VERSION = '1.3.2';
15
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';
16
17
const ERROR_INVALID_PRIMARY_BRANCH = 'invalid_branch';
0 commit comments