Skip to content

Commit 3132add

Browse files
committed
Bump version to 2.9.0
VCS plugins changes: - SourceGitweb 2.1.2
1 parent d341ed4 commit 3132add

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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-
const FRAMEWORK_VERSION = '2.9.0-dev';
22+
const FRAMEWORK_VERSION = '2.9.0';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceGitweb/SourceGitweb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceGitwebPlugin extends MantisSourceGitBasePlugin {
1313

14-
const PLUGIN_VERSION = '2.1.1';
14+
const PLUGIN_VERSION = '2.1.2';
1515
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
1616

1717
public $type = 'gitweb';

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.9.0 - 2025-01-17
1414

1515
### Changed
1616

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

709709

710-
[Unreleased]: https://github.com/mantisbt-plugins/source-integration/compare/v2.8.0...HEAD
710+
[Unreleased]: https://github.com/mantisbt-plugins/source-integration/compare/v2.9.0...HEAD
711711

712+
[2.9.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.78.0...v2.9.0
712713
[2.8.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.7.0...v2.8.0
713714
[2.7.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.6.0...v2.7.0
714715
[2.6.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.5.2...v2.6.0

0 commit comments

Comments
 (0)