Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
VCS plugins changes:
- SourceCgit 2.0.1
- SourceGithub 2.0.1
- SourceGitlab 2.0.1
- SourceGitphp 2.0.1
- SourceGitweb 2.0.2
- SourceHgWeb 2.1.0
- SourceSVN 2.1.0
- SourceWebSVN 2.0.1
  • Loading branch information
dregad committed Sep 17, 2017
1 parent 6871003 commit 23e613e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.0.3';
const FRAMEWORK_VERSION = '2.1.0';

/**
* 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 = '2.0.0';
const PLUGIN_VERSION = '2.0.1';
const FRAMEWORK_VERSION_REQUIRED = '2.0.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 = '2.0.0';
const PLUGIN_VERSION = '2.0.1';
const FRAMEWORK_VERSION_REQUIRED = '2.0.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 = '2.0.0';
const PLUGIN_VERSION = '2.0.1';
const FRAMEWORK_VERSION_REQUIRED = '2.0.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 = '2.0.0';
const PLUGIN_VERSION = '2.0.1';
const FRAMEWORK_VERSION_REQUIRED = '2.0.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 = '2.0.1';
const PLUGIN_VERSION = '2.0.2';
const FRAMEWORK_VERSION_REQUIRED = '2.0.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 = '2.0.1';
const PLUGIN_VERSION = '2.1.0';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';

/**
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 = '2.0.0';
const PLUGIN_VERSION = '2.1.0';
const FRAMEWORK_VERSION_REQUIRED = '2.0.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.0.0';
const PLUGIN_VERSION = '2.0.1';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
const SOURCESVN_VERSION_REQUIRED = '2.0.0';

Expand Down

0 comments on commit 23e613e

Please sign in to comment.