Index: trunk/extensions/ReplaceText/ReplaceText.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | * the page provides a warning prompt to the user before doing the |
18 | 18 | * replacement, since it is not easily reversible. |
19 | 19 | * |
20 | | - * @version 0.2.6 |
| 20 | + * @version 0.2.7 |
21 | 21 | * @author Yaron Koren |
22 | 22 | */ |
23 | 23 | |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | // credits |
27 | 27 | $wgExtensionCredits['specialpage'][] = array( |
28 | 28 | 'name' => 'Replace Text', |
29 | | - 'version' => '0.2.6', |
| 29 | + 'version' => '0.2.7', |
30 | 30 | 'author' => 'Yaron Koren', |
31 | 31 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Replace_Text', |
32 | 32 | 'description' => 'A special page that lets administrators run a global search-and-replace', |
Index: trunk/extensions/ReplaceText/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | Replace Text Extension |
3 | 3 | |
4 | | - Version 0.2.5 |
| 4 | + Version 0.2.7 |
5 | 5 | Yaron Koren |
6 | 6 | |
7 | 7 | This is free software licenced under the GNU General Public Licence. Please |