Skip to content

Commit cf5b0da

Browse files
committed
Bump version to 1.5.8
VCS plugins changes: - SourceViewVC 1.0.1
1 parent 8d26c64 commit cf5b0da

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
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.7';
22+
const FRAMEWORK_VERSION = '1.5.8';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceViewVC/SourceViewVC.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class SourceViewVCPlugin extends SourceSVNPlugin {
1212

13-
const PLUGIN_VERSION = '1.0.0';
13+
const PLUGIN_VERSION = '1.0.1';
1414
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';
1515
const SOURCESVN_VERSION_REQUIRED = '1.0';
1616

docs/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ specification.
1010

1111
# Releases for MantisBT 1.3
1212

13+
## [1.5.8] - 2018-08-30
14+
15+
### Fixed
16+
17+
- Remove usage of create_function(), deprecated in PHP 7.2
18+
[#284](https://github.com/mantisbt-plugins/source-integration/issues/284)
19+
- ViewVC: fix links to moved/deleted files
20+
[#273](https://github.com/mantisbt-plugins/source-integration/issues/273)
21+
22+
1323
## [1.5.7] - 2018-07-30
1424

1525
### Fixed
@@ -217,8 +227,9 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
217227
## [0.9] - 2008-04-11
218228

219229

220-
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.7...master-1.3.x
230+
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.8...master-1.3.x
221231

232+
[1.5.8]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.7...v1.5.8
222233
[1.5.7]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.6...v1.5.7
223234
[1.5.6]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.5...v1.5.6
224235
[1.5.5]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.4...v1.5.5

0 commit comments

Comments
 (0)