Skip to content

Commit 53042f9

Browse files
committed
Bump version to 1.5.4
VCS plugins changes: - SourceHgWeb 1.1.0 - SourceSVN 1.0.1
1 parent 67f6525 commit 53042f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 files change.
2121
*/
22-
const FRAMEWORK_VERSION = '1.5.3';
22+
const FRAMEWORK_VERSION = '1.5.4';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceHgWeb/SourceHgWeb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class SourceHgWebPlugin extends MantisSourcePlugin {
2121

22-
const PLUGIN_VERSION = '1.0.1';
22+
const PLUGIN_VERSION = '1.1.0';
2323
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';
2424

2525
/**

SourceSVN/SourceSVN.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class SourceSVNPlugin extends MantisSourcePlugin {
1111

12-
const PLUGIN_VERSION = '1.0.0';
12+
const PLUGIN_VERSION = '1.0.1';
1313
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';
1414

1515
public function register() {

0 commit comments

Comments
 (0)