Index: trunk/extensions/ReplaceText/ReplaceText.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | $wgExtensionCredits['specialpage'][] = array( |
25 | 25 | 'path' => __FILE__, |
26 | 26 | 'name' => 'Replace Text', |
27 | | - 'version' => '0.9.2', |
| 27 | + 'version' => '0.9.3', |
28 | 28 | 'author' => array( 'Yaron Koren', 'Niklas Laxström' ), |
29 | 29 | 'url' => 'https://www.mediawiki.org/wiki/Extension:Replace_Text', |
30 | 30 | 'descriptionmsg' => 'replacetext-desc', |
Index: trunk/extensions/ReplaceText/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | Replace Text Extension |
3 | 3 | |
4 | | - Version 0.9.2 |
| 4 | + Version 0.9.3 |
5 | 5 | Yaron Koren and Niklas Laxström |
6 | 6 | |
7 | 7 | This is free software licenced under the GNU General Public Licence. Please |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | |
30 | 30 | == Requirements == |
31 | 31 | |
32 | | -This version of the Replace Text extension requires MediaWiki 1.13 or higher. |
| 32 | +This version of the Replace Text extension requires MediaWiki 1.16 or higher. |
33 | 33 | |
34 | 34 | == Installation == |
35 | 35 | |