Skip to content

Commit bae53d0

Browse files
committed
SVN: fix incorrect SOURCESVN_VERSION_REQUIRED
Caused integration plugins derived from SourceSVN, i.e. - Source Subversion / SourceForge (SourceSFSVN) - Source VisualSVN Server (SourceVisualSVNServer) - Source Subversion / WebSVN (SourceWebSVN) - Source Subversion / ViewVC (SourceViewVC) to show Source Subversion Integration as an outdated dependency in the Manage Plugins page. Fixes #388
1 parent 66d909f commit bae53d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SourceSFSVN/SourceSFSVN.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SourceSFSVNPlugin extends SourceSVNPlugin {
1111

1212
const PLUGIN_VERSION = '2.1.0';
1313
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
14-
const SOURCESVN_VERSION_REQUIRED = '2.5.0';
14+
const SOURCESVN_VERSION_REQUIRED = '2.4.0';
1515

1616
public $type = 'sfsvn';
1717

SourceViewVC/SourceViewVC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class SourceViewVCPlugin extends SourceSVNPlugin {
1212

1313
const PLUGIN_VERSION = '2.1.0';
1414
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
15-
const SOURCESVN_VERSION_REQUIRED = '2.5.0';
15+
const SOURCESVN_VERSION_REQUIRED = '2.4.0';
1616

1717
public $type = 'viewvc';
1818

SourceVisualSVNServer/SourceVisualSVNServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class SourceVisualSVNServerPlugin extends SourceSVNPlugin {
1313

1414
const PLUGIN_VERSION = '2.1.0';
1515
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
16-
const SOURCESVN_VERSION_REQUIRED = '2.5.0';
16+
const SOURCESVN_VERSION_REQUIRED = '2.4.0';
1717

1818
public $type = 'vsvns';
1919

SourceWebSVN/SourceWebSVN.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SourceWebSVNPlugin extends SourceSVNPlugin {
1111

1212
const PLUGIN_VERSION = '2.1.0';
1313
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
14-
const SOURCESVN_VERSION_REQUIRED = '2.5.0';
14+
const SOURCESVN_VERSION_REQUIRED = '2.4.0';
1515

1616
public $type = 'websvn';
1717

0 commit comments

Comments
 (0)