Skip to content

Commit b37c665

Browse files
committed
Bump version to 1.5.9
1 parent bab22fe commit b37c665

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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 = '1.5.8';
22+
const FRAMEWORK_VERSION = '1.5.9';
2323

2424
/**
2525
* Minimum required MantisBT version.

docs/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ specification.
1010

1111
# Releases for MantisBT 1.3
1212

13+
## [1.5.9] - 2018-09-02
14+
15+
### Security
16+
17+
- Fix XSS in Manage Repository and Changesets List pages (CVE request pending)
18+
[#286](https://github.com/mantisbt-plugins/source-integration/issues/286)
19+
1320
## [1.5.8] - 2018-08-30
1421

1522
### Fixed
@@ -227,8 +234,9 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
227234
## [0.9] - 2008-04-11
228235

229236

230-
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.8...master-1.3.x
237+
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.9...master-1.3.x
231238

239+
[1.5.9]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.8...v1.5.9
232240
[1.5.8]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.7...v1.5.8
233241
[1.5.7]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.6...v1.5.7
234242
[1.5.6]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.5...v1.5.6

0 commit comments

Comments
 (0)