Skip to content

Commit

Permalink
Bump version to 1.5.3
Browse files Browse the repository at this point in the history
VCS plugins changes:
- SourceCgit 1.1.1
- SourceGithub 1.4.1
- SourceGitlab 1.1.1
- SourceGitphp 1.1.1
- SourceGitweb 1.1.1
- SourceHgWeb 1.0.1
  • Loading branch information
dregad committed Jun 11, 2017
1 parent 40922a9 commit 89c71d6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.2';
const FRAMEWORK_VERSION = '1.5.3';

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

class SourceCgitPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '1.1.0';
const PLUGIN_VERSION = '1.1.1';
const FRAMEWORK_VERSION_REQUIRED = '1.5.0';

public function register() {
Expand Down
2 changes: 1 addition & 1 deletion SourceGithub/SourceGithub.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class SourceGithubPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '1.4.0';
const PLUGIN_VERSION = '1.4.1';
const FRAMEWORK_VERSION_REQUIRED = '1.5.0';

public $linkPullRequest = '/pull/%s';
Expand Down
2 changes: 1 addition & 1 deletion SourceGitlab/SourceGitlab.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class SourceGitlabPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '1.1.0';
const PLUGIN_VERSION = '1.1.1';
const FRAMEWORK_VERSION_REQUIRED = '1.5.0';

public function register() {
Expand Down
2 changes: 1 addition & 1 deletion SourceGitphp/SourceGitphp.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class SourceGitphpPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '1.1.0';
const PLUGIN_VERSION = '1.1.1';
const FRAMEWORK_VERSION_REQUIRED = '1.5.0';

public function register() {
Expand Down
2 changes: 1 addition & 1 deletion SourceGitweb/SourceGitweb.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class SourceGitwebPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '1.1.0';
const PLUGIN_VERSION = '1.1.1';
const FRAMEWORK_VERSION_REQUIRED = '1.5.0';

public function register() {
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.0';
const PLUGIN_VERSION = '1.0.1';
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';

function register() {
Expand Down

0 comments on commit 89c71d6

Please sign in to comment.