File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ Define snippets of text that can be easily pasted into text fields
1313
1414## Requirements
1515
16- The plugin requires [ Mantis] ( http://www.mantisbt.org/ ) version 1.2.0 or higher
17- and jQuery version 1.6 or later.
16+ The plugin requires [ Mantis] ( http://www.mantisbt.org/ ) version 1.3 or higher.
1817
19- Install the [ jQuery plugin ] ( https://github.com/mantisbt-plugins/jquery )
20- before proceeding with the steps below .
18+ Note that jQuery version 1.6 or later is also required, but since a more recent
19+ version of the library comes bundled with MantisBT, no extra setup is necessary .
2120
2221
2322## Installation
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function register() {
1515 $ this ->version = self ::$ _version ;
1616
1717 $ this ->requires = array (
18- "MantisCore " => "1.3.0 "
18+ "MantisCore " => "1.3 " ,
1919 );
2020
2121 $ this ->author = "John Reese and MantisBT Team " ;
You can’t perform that action at this time.
0 commit comments