Skip to content

Commit

Permalink
Bump version to 1.5.8
Browse files Browse the repository at this point in the history
VCS plugins changes:
- SourceViewVC 1.0.1
  • Loading branch information
dregad committed Aug 30, 2018
1 parent 8d26c64 commit cf5b0da
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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 = '1.5.7';
const FRAMEWORK_VERSION = '1.5.8';

/**
* Minimum required MantisBT version.
Expand Down
2 changes: 1 addition & 1 deletion SourceViewVC/SourceViewVC.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class SourceViewVCPlugin extends SourceSVNPlugin {

const PLUGIN_VERSION = '1.0.0';
const PLUGIN_VERSION = '1.0.1';
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';
const SOURCESVN_VERSION_REQUIRED = '1.0';

Expand Down
13 changes: 12 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ specification.

# Releases for MantisBT 1.3

## [1.5.8] - 2018-08-30

### Fixed

- Remove usage of create_function(), deprecated in PHP 7.2
[#284](https://github.com/mantisbt-plugins/source-integration/issues/284)
- ViewVC: fix links to moved/deleted files
[#273](https://github.com/mantisbt-plugins/source-integration/issues/273)


## [1.5.7] - 2018-07-30

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


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

[1.5.8]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.7...v1.5.8
[1.5.7]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.6...v1.5.7
[1.5.6]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.5...v1.5.6
[1.5.5]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.4...v1.5.5
Expand Down

0 comments on commit cf5b0da

Please sign in to comment.