Skip to content

Commit 9419f0e

Browse files
committed
Bump version to 2.2.3
1 parent b8efbc2 commit 9419f0e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ specification.
88

99
--------------------------------------------------------------------------------
1010

11+
## [2.2.3] - 2018-03-17
12+
13+
### Fixed
14+
15+
- Always replace User Placeholders with username
16+
[#37](https://github.com/mantisbt-plugins/snippets/issues/37)
17+
18+
1119
## [2.2.2] - 2018-02-26
1220

1321
### Fixed
@@ -198,8 +206,9 @@ specification.
198206
- Initial release
199207

200208

201-
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.2...HEAD
209+
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.3...HEAD
202210

211+
[2.2.3]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.2...v2.2.3
203212
[2.2.2]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.1...v2.2.2
204213
[2.2.1]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.0...v2.2.1
205214
[2.2.0]: https://github.com/mantisbt-plugins/snippets/compare/v2.1.0...v2.2.0

Snippets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Licensed under the MIT license
66

77
class SnippetsPlugin extends MantisPlugin {
8-
const VERSION = '2.2.2';
8+
const VERSION = '2.2.3';
99

1010
public function register() {
1111
$this->name = plugin_lang_get("name");

0 commit comments

Comments
 (0)