From 89c71d6a7775ca18905008cbadce5c6a3e330851 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Mon, 12 Jun 2017 00:05:59 +0200 Subject: [PATCH] Bump version to 1.5.3 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 --- Source/MantisSourceBase.class.php | 2 +- SourceCgit/SourceCgit.php | 2 +- SourceGithub/SourceGithub.php | 2 +- SourceGitlab/SourceGitlab.php | 2 +- SourceGitphp/SourceGitphp.php | 2 +- SourceGitweb/SourceGitweb.php | 2 +- SourceHgWeb/SourceHgWeb.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/MantisSourceBase.class.php b/Source/MantisSourceBase.class.php index b3f7ecf7f..8eac65f65 100644 --- a/Source/MantisSourceBase.class.php +++ b/Source/MantisSourceBase.class.php @@ -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. diff --git a/SourceCgit/SourceCgit.php b/SourceCgit/SourceCgit.php index b0c3c609b..938224fe2 100644 --- a/SourceCgit/SourceCgit.php +++ b/SourceCgit/SourceCgit.php @@ -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() { diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index e7c49db0a..ff8319334 100644 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -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'; diff --git a/SourceGitlab/SourceGitlab.php b/SourceGitlab/SourceGitlab.php index ade872862..f8a77dfd9 100644 --- a/SourceGitlab/SourceGitlab.php +++ b/SourceGitlab/SourceGitlab.php @@ -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() { diff --git a/SourceGitphp/SourceGitphp.php b/SourceGitphp/SourceGitphp.php index 25c62de39..e294c8b80 100644 --- a/SourceGitphp/SourceGitphp.php +++ b/SourceGitphp/SourceGitphp.php @@ -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() { diff --git a/SourceGitweb/SourceGitweb.php b/SourceGitweb/SourceGitweb.php index 872b40165..b06ca4d95 100644 --- a/SourceGitweb/SourceGitweb.php +++ b/SourceGitweb/SourceGitweb.php @@ -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() { diff --git a/SourceHgWeb/SourceHgWeb.php b/SourceHgWeb/SourceHgWeb.php index 589da61a4..f8e44110c 100644 --- a/SourceHgWeb/SourceHgWeb.php +++ b/SourceHgWeb/SourceHgWeb.php @@ -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() {