Skip to content

Commit 2a5fd3a

Browse files
committed
Bump version to 2.3.0
VCS plugins changes: - SourceBitBucket 2.1.0
1 parent fffe5b9 commit 2a5fd3a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Source/MantisSourceBase.class.php

Lines changed: 1 addition & 1 deletion
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.2.0';
22+
const FRAMEWORK_VERSION = '2.3.0';
2323

2424
/**
2525
* Minimum required MantisBT version.

docs/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ specification.
1010

1111
# Releases for MantisBT 2.x
1212

13-
## [2.3.0] - Unreleased
13+
## [2.3.0] - 2019-09-06
1414

1515
### Fixed
1616

@@ -464,8 +464,9 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
464464
## [0.9] - 2008-04-11
465465

466466

467-
[Unreleased 2.x]: https://github.com/mantisbt-plugins/source-integration/compare/v2.2.0...HEAD
467+
[Unreleased 2.x]: https://github.com/mantisbt-plugins/source-integration/compare/v2.3.0...HEAD
468468

469+
[2.3.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.2.0...v2.3.0
469470
[2.2.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.5...v2.2.0
470471
[2.1.5]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.4...v2.1.5
471472
[2.1.4]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.3...v2.1.4

0 commit comments

Comments
 (0)