Skip to content

Commit ae086bf

Browse files
committed
Bump version to 2.5.1
VCS plugins changes: - SourceSFSVN 2.1.1 - SourceViewVC 2.1.1 - SourceVisualSVNServer 2.1.1 - SourceWebSVN 2.1.1
1 parent 2338402 commit ae086bf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Source/MantisSourceBase.class.php

+1-1
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 = '2.5.0';
22+
const FRAMEWORK_VERSION = '2.5.1';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceSFSVN/SourceSFSVN.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class SourceSFSVNPlugin extends SourceSVNPlugin {
1111

12-
const PLUGIN_VERSION = '2.1.0';
12+
const PLUGIN_VERSION = '2.1.1';
1313
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
1414
const SOURCESVN_VERSION_REQUIRED = '2.4.0';
1515

SourceViewVC/SourceViewVC.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class SourceViewVCPlugin extends SourceSVNPlugin {
1212

13-
const PLUGIN_VERSION = '2.1.0';
13+
const PLUGIN_VERSION = '2.1.1';
1414
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
1515
const SOURCESVN_VERSION_REQUIRED = '2.4.0';
1616

SourceVisualSVNServer/SourceVisualSVNServer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceVisualSVNServerPlugin extends SourceSVNPlugin {
1313

14-
const PLUGIN_VERSION = '2.1.0';
14+
const PLUGIN_VERSION = '2.1.1';
1515
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
1616
const SOURCESVN_VERSION_REQUIRED = '2.4.0';
1717

SourceWebSVN/SourceWebSVN.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class SourceWebSVNPlugin extends SourceSVNPlugin {
1111

12-
const PLUGIN_VERSION = '2.1.0';
12+
const PLUGIN_VERSION = '2.1.1';
1313
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
1414
const SOURCESVN_VERSION_REQUIRED = '2.4.0';
1515

0 commit comments

Comments
 (0)