Skip to content

Commit 5a10c0b

Browse files
committed
Bump version to 1.5.5
VCS plugins changes: - SourceHgWeb 1.1.1
1 parent 6d51f69 commit 5a10c0b

File tree

3 files changed

+32
-24
lines changed

3 files changed

+32
-24
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.4';
22+
const FRAMEWORK_VERSION = '1.5.5';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceHgWeb/SourceHgWeb.php

+1-1
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.0';
22+
const PLUGIN_VERSION = '1.1.1';
2323
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';
2424

2525
/**

docs/CHANGELOG.md

+30-22
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ specification.
1010

1111
# Releases for MantisBT 1.3
1212

13+
## [1.5.5] - 2018-04-09
14+
15+
### Fixed
16+
17+
- HgWeb: syntax error
18+
[#265](https://github.com/mantisbt-plugins/source-integration/pull/265)
19+
1320
## [1.5.4] - 2017-09-17
1421

1522
### Changed
@@ -23,7 +30,7 @@ specification.
2330
[#238](https://github.com/mantisbt-plugins/source-integration/issues/238)
2431
- Change of repo name after full import
2532
[#245](https://github.com/mantisbt-plugins/source-integration/issues/245)
26-
- HgWeb: fix handling of commit message lines beginning with `#`
33+
- HgWeb: fix handling of commit message lines beginning with `#`
2734
[#233](https://github.com/mantisbt-plugins/source-integration/issues/233)
2835
- HgWeb: fix errors while importing the repository
2936
[#248](https://github.com/mantisbt-plugins/source-integration/issues/248)
@@ -48,21 +55,21 @@ specification.
4855

4956
### Changed
5057

51-
- Source_FilterOption_Permalink() should not handle integer params as strings
58+
- Source_FilterOption_Permalink() should not handle integer params as strings
5259
[#207](https://github.com/mantisbt-plugins/source-integration/issues/207)
5360

5461
### Fixed
5562

56-
- Changeset reference is not processed when preceded by @-mention
63+
- Changeset reference is not processed when preceded by @-mention
5764
[#204](https://github.com/mantisbt-plugins/source-integration/issues/204)
5865

5966

6067
## [1.5.1] - 2017-03-06
6168

6269
### Fixed
6370

64-
- Bug preventing use of Git-based plugins on PHP versions < 5.6
65-
[#199](https://github.com/mantisbt-plugins/source-integration/issues/199)
71+
- Bug preventing use of Git-based plugins on PHP versions < 5.6
72+
[#199](https://github.com/mantisbt-plugins/source-integration/issues/199)
6673

6774
## [1.5.0] - 2017-03-06
6875

@@ -79,13 +86,13 @@ specification.
7986

8087
### Changed
8188

82-
- Workaround for 4-bytes UTF-8 characters (e.g. emojis) in commit messages
89+
- Workaround for 4-bytes UTF-8 characters (e.g. emojis) in commit messages
8390
[#194](https://github.com/mantisbt-plugins/source-integration/issues/194)
8491
- Github: branch validation regex now follows rules defined in git check-ref-format man page
8592

8693
### Fixed
8794

88-
- Github: handling branches containing '/'
95+
- Github: handling branches containing '/'
8996
[#193](https://github.com/mantisbt-plugins/source-integration/issues/193)
9097

9198

@@ -108,9 +115,9 @@ scheme.
108115
### Added
109116

110117
- Support for MantisBT 1.3
111-
- Gitweb: Add support for HTTP basic auth
118+
- Gitweb: Add support for HTTP basic auth
112119
[#144](https://github.com/mantisbt-plugins/source-integration/issues/144)
113-
- Support for Pull Request linking (Bitbucket, Github)
120+
- Support for Pull Request linking (Bitbucket, Github)
114121
[#116](https://github.com/mantisbt-plugins/source-integration/issues/116)
115122
- New 'MantisSourceBase' common ancestor class
116123
- Classes hierarchy documentation
@@ -120,10 +127,10 @@ scheme.
120127
- Update MantisCore dependency to 1.3 for all child plugins
121128
- Adapt pages layout for Mantis 1.3.0
122129
- Improve layout of 'Enabled Features' in config page
123-
- Improve bug resolution and assignment logic
124-
[#80](https://github.com/mantisbt-plugins/source-integration/issues/80)
130+
- Improve bug resolution and assignment logic
131+
[#80](https://github.com/mantisbt-plugins/source-integration/issues/80)
125132
[#104](https://github.com/mantisbt-plugins/source-integration/issues/104)
126-
- Hide edit controls for unauthorized users on changeset details page
133+
- Hide edit controls for unauthorized users on changeset details page
127134
[#188](https://github.com/mantisbt-plugins/source-integration/issues/188)
128135
- Plugins title prefixed with 'Source' to group them in Mantis Plugin admin page
129136
- Set all plugins' URL to point Github's page
@@ -136,23 +143,23 @@ scheme.
136143
### Fixed
137144

138145
- Javascript change event on search page
139-
- Data type mismatch error on edit page
146+
- Data type mismatch error on edit page
140147
[#134](https://github.com/mantisbt-plugins/source-integration/issues/134)
141-
- Changeset linking
142-
[#146](https://github.com/mantisbt-plugins/source-integration/issues/146),
148+
- Changeset linking
149+
[#146](https://github.com/mantisbt-plugins/source-integration/issues/146),
143150
[#161](https://github.com/mantisbt-plugins/source-integration/issues/161)
144-
- Set issue resolution to 'fixed' when processing changesets
151+
- Set issue resolution to 'fixed' when processing changesets
145152
[#191](https://github.com/mantisbt-plugins/source-integration/issues/191)
146-
- Cgit: filter out decoration tag from commit message
153+
- Cgit: filter out decoration tag from commit message
147154
[#185](https://github.com/mantisbt-plugins/source-integration/issues/185)
148-
- GitHub: system notice when authorizing application
155+
- GitHub: system notice when authorizing application
149156
[#168](https://github.com/mantisbt-plugins/source-integration/issues/168)
150-
- GitHub: allow clearing OAuth access token
157+
- GitHub: allow clearing OAuth access token
151158
[#133](https://github.com/mantisbt-plugins/source-integration/issues/133)
152159
- GitLab: Remove calls to deprecated helper_alternate_class()
153-
- SVN: prevent Data Type mismatch error in config page
160+
- SVN: prevent Data Type mismatch error in config page
154161
[#167](https://github.com/mantisbt-plugins/source-integration/issues/167)
155-
- SVN: force SourceSVN plugin in svn_call
162+
- SVN: force SourceSVN plugin in svn_call
156163
[#186](https://github.com/mantisbt-plugins/source-integration/issues/186)
157164

158165

@@ -196,8 +203,9 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
196203
## [0.9] - 2008-04-11
197204

198205

199-
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.4...master-1.3.x
206+
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.5...master-1.3.x
200207

208+
[1.5.5]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.4...v1.5.5
201209
[1.5.4]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.3...v1.5.4
202210
[1.5.3]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.2...v1.5.3
203211
[1.5.2]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.1...v1.5.2

0 commit comments

Comments
 (0)