From b1ae69a612abd2e61ddaa897f3caa4f494790214 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Fri, 6 Sep 2024 12:39:05 +0200 Subject: [PATCH] Bump version to 2.8.0 VCS plugins changes: - SourceGitea 1.0.0 (new) --- Source/MantisSourceBase.class.php | 2 +- docs/CHANGELOG.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/MantisSourceBase.class.php b/Source/MantisSourceBase.class.php index df29c194b..5dfc36209 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.7.0'; + const FRAMEWORK_VERSION = '2.8.0'; /** * Minimum required MantisBT version. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 16f33d09b..84977b6d3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,7 +10,7 @@ specification. # Releases for MantisBT 2.x -## [Unreleased] +## [2.8.0] - 2024-09-06 ### Added @@ -689,8 +689,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.7.0...HEAD +[Unreleased]: https://github.com/mantisbt-plugins/source-integration/compare/v2.8.0...HEAD +[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 [2.5.2]: https://github.com/mantisbt-plugins/source-integration/compare/v2.5.1...v2.5.2