From 53042f9e571c2126063ba11335013bd776858773 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Sun, 17 Sep 2017 23:56:56 +0200 Subject: [PATCH] Bump version to 1.5.4 VCS plugins changes: - SourceHgWeb 1.1.0 - SourceSVN 1.0.1 --- Source/MantisSourceBase.class.php | 2 +- SourceHgWeb/SourceHgWeb.php | 2 +- SourceSVN/SourceSVN.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/MantisSourceBase.class.php b/Source/MantisSourceBase.class.php index 8eac65f65..45f2d26da 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.3'; + const FRAMEWORK_VERSION = '1.5.4'; /** * Minimum required MantisBT version. diff --git a/SourceHgWeb/SourceHgWeb.php b/SourceHgWeb/SourceHgWeb.php index 1af7a219b..78ba972e9 100644 --- a/SourceHgWeb/SourceHgWeb.php +++ b/SourceHgWeb/SourceHgWeb.php @@ -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'; /** diff --git a/SourceSVN/SourceSVN.php b/SourceSVN/SourceSVN.php index 0fc422bb1..a4647e282 100644 --- a/SourceSVN/SourceSVN.php +++ b/SourceSVN/SourceSVN.php @@ -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() {