Skip to content

Commit

Permalink
Bump version to 1.5.4
Browse files Browse the repository at this point in the history
VCS plugins changes:
- SourceHgWeb 1.1.0
- SourceSVN 1.0.1
  • Loading branch information
dregad committed Sep 17, 2017
1 parent 67f6525 commit 53042f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = '1.5.3';
const FRAMEWORK_VERSION = '1.5.4';

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

class SourceHgWebPlugin extends MantisSourcePlugin {

const PLUGIN_VERSION = '1.0.1';
const PLUGIN_VERSION = '1.1.0';
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';

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

class SourceSVNPlugin extends MantisSourcePlugin {

const PLUGIN_VERSION = '1.0.0';
const PLUGIN_VERSION = '1.0.1';
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';

public function register() {
Expand Down

0 comments on commit 53042f9

Please sign in to comment.