Skip to content

Commit b1ae69a

Browse files
committed
Bump version to 2.8.0
VCS plugins changes: - SourceGitea 1.0.0 (new)
1 parent 854a105 commit b1ae69a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Source/MantisSourceBase.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
1919
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
2020
* The framework version is incremented when the plugin's core files change.
2121
*/
22-
constFRAMEWORK_VERSION = '2.7.0';
22+
constFRAMEWORK_VERSION = '2.8.0';
2323

2424
/**
2525
* Minimum required MantisBT version.

docs/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ specification.
1010

1111
# Releases for MantisBT 2.x
1212

13-
## [Unreleased]
13+
## [2.8.0] - 2024-09-06
1414

1515
### Added
1616

@@ -689,8 +689,9 @@ Support for the 0.x branch ended on 2017-06-30.
689689
## [0.9] - 2008-04-11
690690

691691

692-
[Unreleased]: https://github.com/mantisbt-plugins/source-integration/compare/v2.7.0...HEAD
692+
[Unreleased]: https://github.com/mantisbt-plugins/source-integration/compare/v2.8.0...HEAD
693693

694+
[2.8.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.7.0...v2.8.0
694695
[2.7.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.6.0...v2.7.0
695696
[2.6.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.5.2...v2.6.0
696697
[2.5.2]: https://github.com/mantisbt-plugins/source-integration/compare/v2.5.1...v2.5.2

0 commit comments

Comments
 (0)
close