Skip to content

Commit faac1b9

Browse files
committed
Bump version to 2.1.5
1 parent b1d67da commit faac1b9

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-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.1.4';
22+
const FRAMEWORK_VERSION = '2.1.5';
2323

2424
/**
2525
* Minimum required MantisBT version.

docs/CHANGELOG.md

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

1111
# Releases for MantisBT 2.x
1212

13-
## [2.1.5] - 2018-08-30
13+
## [2.1.5] - 2018-09-02
14+
15+
Includes all changes and fixes from 1.5.9.
16+
17+
### Fixed
18+
19+
- Fix French regex labels
20+
[#285](https://github.com/mantisbt-plugins/source-integration/issues/285)
21+
22+
### Security
23+
24+
- Fix XSS in Manage Repository and Changesets List pages (CVE request pending)
25+
[#286](https://github.com/mantisbt-plugins/source-integration/issues/286)
26+
27+
28+
## [2.1.4] - 2018-08-30
1429

1530
Includes all changes and fixes from 1.5.8.
1631

@@ -25,10 +40,12 @@ Includes all changes and fixes from 1.5.8.
2540
- Gitlab: Improve integration Readme
2641
[#278](https://github.com/mantisbt-plugins/source-integration/pull/278)
2742

43+
2844
## [2.1.3] - 2018-07-30
2945

3046
Includes all changes and fixes from 1.5.7.
3147

48+
3249
## [2.1.2] - 2018-06-13
3350

3451
Includes all changes and fixes from 1.5.6.
@@ -388,9 +405,10 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
388405
## [0.9] - 2008-04-11
389406

390407

391-
[Unreleased 2.x]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.4...HEAD
408+
[Unreleased 2.x]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.5...HEAD
392409
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.9...master-1.3.x
393410

411+
[2.1.5]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.4...v2.1.5
394412
[2.1.4]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.3...v2.1.4
395413
[2.1.3]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.2...v2.1.3
396414
[2.1.2]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.1...v2.1.2

0 commit comments

Comments
 (0)