File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55# Licensed under the MIT license
66
77class 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 " );
You can’t perform that action at this time.
0 commit comments