Skip to content

Commit 3c30d6d

Browse files
committed
Bump version to 1.5.0
- New abstract base class for Git-based plugins - Add branch validation for Git-based plugins that didn't have it VCS Plugin changes - SourceCgit 1.1.0 - SourceGithub 1.4.0 - SourceGitlab 1.1.0 - SourceGitphp 1.1.0 - SourceGitweb 1.1.0
1 parent eb64fda commit 3c30d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MantisSourceBase.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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.1';
22+
const FRAMEWORK_VERSION = '1.5.0';
2323

2424
/**
2525
* Minimum required MantisBT version.

0 commit comments

Comments
 (0)