Skip to content

Commit 89544e2

Browse files
committed
Bump MantisCore minimum requirement to 1.3
1 parent db1f1c2 commit 89544e2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Snippets/Snippets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)