Skip to content

Commit 79a761d

Browse files
committed
Bump version to 2.3.1
1 parent 4877285 commit 79a761d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

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

11+
## [2.3.1] - 2021-03-05
12+
13+
### Fixed
14+
15+
- MantisBT install page included instead of plugin's install functions
16+
[#53](https://github.com/mantisbt-plugins/snippets/issues/53)
17+
- Install functions always included even if not needed
18+
[#54](https://github.com/mantisbt-plugins/snippets/issues/54)
19+
20+
1121
## [2.3.0] - 2021-02-12
1222

1323
### Changed
@@ -248,8 +258,9 @@ specification.
248258
- Initial release
249259

250260

251-
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.3.0...HEAD
261+
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.3.1...HEAD
252262

263+
[2.3.1]: https://github.com/mantisbt-plugins/snippets/compare/v2.3.0...v2.3.1
253264
[2.3.0]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.5...v2.3.0
254265
[2.2.5]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.4...v2.2.5
255266
[2.2.4]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.3...v2.2.4

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.3.0';
8+
const VERSION = '2.3.1';
99

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

0 commit comments

Comments
 (0)