Skip to content

Commit

Permalink
Bump version to 2.5.1
Browse files Browse the repository at this point in the history
VCS plugins changes:
- SourceSFSVN 2.1.1
- SourceViewVC 2.1.1
- SourceVisualSVNServer 2.1.1
- SourceWebSVN 2.1.1
  • Loading branch information
dregad committed Feb 10, 2022
1 parent 2338402 commit ae086bf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/MantisSourceBase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
* The framework version is incremented when the plugin's core files change.
*/
const FRAMEWORK_VERSION = '2.5.0';
const FRAMEWORK_VERSION = '2.5.1';

/**
* Minimum required MantisBT version.
Expand Down
2 changes: 1 addition & 1 deletion SourceSFSVN/SourceSFSVN.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class SourceSFSVNPlugin extends SourceSVNPlugin {

const PLUGIN_VERSION = '2.1.0';
const PLUGIN_VERSION = '2.1.1';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
const SOURCESVN_VERSION_REQUIRED = '2.4.0';

Expand Down
2 changes: 1 addition & 1 deletion SourceViewVC/SourceViewVC.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class SourceViewVCPlugin extends SourceSVNPlugin {

const PLUGIN_VERSION = '2.1.0';
const PLUGIN_VERSION = '2.1.1';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
const SOURCESVN_VERSION_REQUIRED = '2.4.0';

Expand Down
2 changes: 1 addition & 1 deletion SourceVisualSVNServer/SourceVisualSVNServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class SourceVisualSVNServerPlugin extends SourceSVNPlugin {

const PLUGIN_VERSION = '2.1.0';
const PLUGIN_VERSION = '2.1.1';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
const SOURCESVN_VERSION_REQUIRED = '2.4.0';

Expand Down
2 changes: 1 addition & 1 deletion SourceWebSVN/SourceWebSVN.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class SourceWebSVNPlugin extends SourceSVNPlugin {

const PLUGIN_VERSION = '2.1.0';
const PLUGIN_VERSION = '2.1.1';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
const SOURCESVN_VERSION_REQUIRED = '2.4.0';

Expand Down

0 comments on commit ae086bf

Please sign in to comment.