File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
19
19
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
20
20
* The framework version is incremented when the plugin's core files change.
21
21
*/
22
- const FRAMEWORK_VERSION = '2.9.0-dev ' ;
22
+ const FRAMEWORK_VERSION = '2.9.0 ' ;
23
23
24
24
/**
25
25
* Minimum required MantisBT version.
Original file line number Diff line number Diff line change 11
11
12
12
class SourceGitwebPlugin extends MantisSourceGitBasePlugin {
13
13
14
- const PLUGIN_VERSION = '2.1.1 ' ;
14
+ const PLUGIN_VERSION = '2.1.2 ' ;
15
15
const FRAMEWORK_VERSION_REQUIRED = '2.5.0 ' ;
16
16
17
17
public $ type = 'gitweb ' ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ specification.
10
10
11
11
# Releases for MantisBT 2.x
12
12
13
- ## [ Unreleased ]
13
+ ## 2.9.0 - 2025-01-17
14
14
15
15
### Changed
16
16
@@ -707,8 +707,9 @@ Support for the 0.x branch ended on 2017-06-30.
707
707
## [ 0.9] - 2008-04-11
708
708
709
709
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
711
711
712
+ [ 2.9.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.78.0...v2.9.0
712
713
[ 2.8.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.7.0...v2.8.0
713
714
[ 2.7.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.6.0...v2.7.0
714
715
[ 2.6.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.5.2...v2.6.0
You can’t perform that action at this time.
0 commit comments