From 59ce6dfd9875a8b4b4181d6012de808e592d1987 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Sun, 28 May 2017 15:35:44 +0200 Subject: [PATCH] Bump version to 2.0.3 VCS Plugin changes - SourceGitweb 2.0.1 - SourceHgWeb 2.0.1 --- Source/MantisSourceBase.class.php | 2 +- SourceGitweb/SourceGitweb.php | 2 +- SourceHgWeb/SourceHgWeb.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/MantisSourceBase.class.php b/Source/MantisSourceBase.class.php index 831e21351..b5d66ed45 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 = '2.0.2'; + const FRAMEWORK_VERSION = '2.0.3'; /** * Minimum required MantisBT version. diff --git a/SourceGitweb/SourceGitweb.php b/SourceGitweb/SourceGitweb.php index 3b0dd1fae..35f8260fb 100644 --- a/SourceGitweb/SourceGitweb.php +++ b/SourceGitweb/SourceGitweb.php @@ -11,7 +11,7 @@ class SourceGitwebPlugin extends MantisSourceGitBasePlugin { - const PLUGIN_VERSION = '2.0.0'; + const PLUGIN_VERSION = '2.0.1'; const FRAMEWORK_VERSION_REQUIRED = '2.0.0'; public function register() { diff --git a/SourceHgWeb/SourceHgWeb.php b/SourceHgWeb/SourceHgWeb.php index ddc3e9df6..0cba3ee7f 100644 --- a/SourceHgWeb/SourceHgWeb.php +++ b/SourceHgWeb/SourceHgWeb.php @@ -19,7 +19,7 @@ class SourceHgWebPlugin extends MantisSourcePlugin { - const PLUGIN_VERSION = '2.0.0'; + const PLUGIN_VERSION = '2.0.1'; const FRAMEWORK_VERSION_REQUIRED = '2.0.0'; function register() {