From 3132addb9b5e1bd47b11b66b7ce785e373526a65 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Fri, 17 Jan 2025 22:32:48 +0100 Subject: [PATCH] Bump version to 2.9.0 VCS plugins changes: - SourceGitweb 2.1.2 --- Source/MantisSourceBase.class.php | 2 +- SourceGitweb/SourceGitweb.php | 2 +- docs/CHANGELOG.md | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Source/MantisSourceBase.class.php b/Source/MantisSourceBase.class.php index 6ee02c309..7b085208a 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.9.0-dev'; + const FRAMEWORK_VERSION = '2.9.0'; /** * Minimum required MantisBT version. diff --git a/SourceGitweb/SourceGitweb.php b/SourceGitweb/SourceGitweb.php index 3b30f8ad4..91a5cc0a5 100644 --- a/SourceGitweb/SourceGitweb.php +++ b/SourceGitweb/SourceGitweb.php @@ -11,7 +11,7 @@ class SourceGitwebPlugin extends MantisSourceGitBasePlugin { - const PLUGIN_VERSION = '2.1.1'; + const PLUGIN_VERSION = '2.1.2'; const FRAMEWORK_VERSION_REQUIRED = '2.5.0'; public $type = 'gitweb'; diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ce953f04d..df809459e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,7 +10,7 @@ specification. # Releases for MantisBT 2.x -## [Unreleased] +## 2.9.0 - 2025-01-17 ### Changed @@ -707,8 +707,9 @@ Support for the 0.x branch ended on 2017-06-30. ## [0.9] - 2008-04-11 -[Unreleased]: https://github.com/mantisbt-plugins/source-integration/compare/v2.8.0...HEAD +[Unreleased]: https://github.com/mantisbt-plugins/source-integration/compare/v2.9.0...HEAD +[2.9.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.78.0...v2.9.0 [2.8.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.7.0...v2.8.0 [2.7.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.6.0...v2.7.0 [2.6.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.5.2...v2.6.0