Skip to content

Commit 9873930

Browse files
committed
Bump Mantis req and framework version to 2.0.0
1 parent 0e7c33b commit 9873930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/MantisSourceBase.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ abstract class MantisSourceBase extends MantisPlugin
1919
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
2020
* The framework version is incremented when the plugin's core file change.
2121
*/
22-
const FRAMEWORK_VERSION = '1.4.0';
22+
const FRAMEWORK_VERSION = '2.0.0';
2323

2424
/**
2525
* Minimum required MantisBT version.
2626
* Used to define the MantisCore dependency for all child plugins
2727
*/
28-
const MANTIS_VERSION = '1.3.0';
28+
const MANTIS_VERSION = '2.0.0';
2929
}

0 commit comments

Comments
 (0)