Skip to content

Commit 507fe64

Browse files
committed
Bump version to 1.5.7
VCS plugins changes: - SourceHgWeb 1.1.22
1 parent de1fe97 commit 507fe64

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-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 = '1.5.6';
22+
const FRAMEWORK_VERSION = '1.5.7';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceHgWeb/SourceHgWeb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class SourceHgWebPlugin extends MantisSourcePlugin {
2121

22-
const PLUGIN_VERSION = '1.1.1';
22+
const PLUGIN_VERSION = '1.1.2';
2323
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';
2424

2525
/**

docs/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ specification.
1010

1111
# Releases for MantisBT 1.3
1212

13+
## [1.5.7] - 2018-07-30
14+
15+
### Fixed
16+
17+
- HgWeb: fix unsupported PCRE /J modifier on PHP < 7.2
18+
[#275](https://github.com/mantisbt-plugins/source-integration/pull/275)
19+
1320
## [1.5.6] - 2018-06-13
1421

1522
### Fixed
@@ -210,8 +217,9 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
210217
## [0.9] - 2008-04-11
211218

212219

213-
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.6...master-1.3.x
220+
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.7...master-1.3.x
214221

222+
[1.5.7]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.6...v1.5.7
215223
[1.5.6]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.5...v1.5.6
216224
[1.5.5]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.4...v1.5.5
217225
[1.5.4]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.3...v1.5.4

0 commit comments

Comments
 (0)