File tree Expand file tree Collapse file tree
InlineColumnConfiguration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ specification.
88
99--------------------------------------------------------------------------------
1010
11- ## [ Unreleased ]
11+ ## [ 1.2.0 ] - 2018-09-06
1212
1313### Added
1414
@@ -53,8 +53,9 @@ specification.
5353- Initial release
5454
5555
56- [ Unreleased ] : https://github.com/mantisbt-plugins/Inline-column-configuration/compare/v1.1 ...HEAD
56+ [ Unreleased ] : https://github.com/mantisbt-plugins/Inline-column-configuration/compare/v1.2.0 ...HEAD
5757
58+ [ 1.2.0 ] : https://github.com/mantisbt-plugins/Inline-column-configuration/compare/v1.1...v1.2.0
5859[ 1.1.0 ] : https://github.com/mantisbt-plugins/Inline-column-configuration/compare/v1.0.1...v1.1
5960[ 1.0.1 ] : https://github.com/mantisbt-plugins/Inline-column-configuration/compare/v1.0...v1.0.1
6061[ 1.0.0 ] : https://github.com/mantisbt-plugins/Inline-column-configuration/commits/v1.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function register() {
2121 $ this ->name = plugin_lang_get ("title " );
2222 $ this ->description = plugin_lang_get ("description " );
2323
24- $ this ->version = "1.1 " ;
24+ $ this ->version = "1.2.0 " ;
2525
2626 if ( version_compare ( MANTIS_VERSION , '1.3 ' , '< ' ) ) {
2727 # this is version 1.2.x
You can’t perform that action at this time.
0 commit comments