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 c0a9f80 commit da0a766Copy full SHA for da0a766
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 files change.
21
*/
22
- const FRAMEWORK_VERSION = '2.4.0';
+ const FRAMEWORK_VERSION = '2.4.1';
23
24
/**
25
* Minimum required MantisBT version.
SourceGitlab/SourceGitlab.php
@@ -13,7 +13,7 @@
13
14
class SourceGitlabPlugin extends MantisSourceGitBasePlugin {
15
16
- const PLUGIN_VERSION = '2.0.3';
+ const PLUGIN_VERSION = '2.0.4';
17
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
18
0 commit comments