Skip to content

Commit b9a1c3a

Browse files
committed
Bump version to 2.3.2
1 parent 77a2329 commit b9a1c3a

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.3.2] - 2021-03-31
12+
13+
### Fixed
14+
15+
- New 2.3.1 install (or upgrade from < 2.3.0 to 2.3.1) fails
16+
[#55](https://github.com/mantisbt-plugins/snippets/issues/55)
17+
18+
1119
## [2.3.1] - 2021-03-05
1220

1321
### Fixed
@@ -258,8 +266,9 @@ specification.
258266
- Initial release
259267

260268

261-
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.3.1...HEAD
269+
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.3.2...HEAD
262270

271+
[2.3.2]: https://github.com/mantisbt-plugins/snippets/compare/v2.3.1...v2.3.2
263272
[2.3.1]: https://github.com/mantisbt-plugins/snippets/compare/v2.3.0...v2.3.1
264273
[2.3.0]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.5...v2.3.0
265274
[2.2.5]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.4...v2.2.5

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

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

0 commit comments

Comments
 (0)