Skip to content

Commit

Permalink
Bump version to 2.9.0
Browse files Browse the repository at this point in the history
VCS plugins changes:
- SourceGitweb 2.1.2
  • Loading branch information
dregad committed Jan 17, 2025
1 parent d341ed4 commit 3132add
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/MantisSourceBase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion SourceGitweb/SourceGitweb.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
5 changes: 3 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ specification.

# Releases for MantisBT 2.x

## [Unreleased]
## 2.9.0 - 2025-01-17

### Changed

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3132add

Please sign in to comment.