New version: 0.2.5

This commit is contained in:
Yaron Koren 2008-09-02 17:35:13 +00:00
parent f6cc2df072
commit a01d6d1a07
Notes: Yaron Koren 2009-07-20 18:49:29 +00:00
2 changed files with 3 additions and 3 deletions

2
README
View file

@ -1,6 +1,6 @@
Replace Text Extension
Version 0.2.4
Version 0.2.5
Yaron Koren
This is free software licenced under the GNU General Public Licence. Please

View file

@ -16,7 +16,7 @@
* the page provides a warning prompt to the user before doing the
* replacement, since it is not easily reversible.
*
* @version 0.2.4
* @version 0.2.5
* @author Yaron Koren
*/
@ -25,7 +25,7 @@ if (!defined('MEDIAWIKI')) die();
// credits
$wgExtensionCredits['specialpage'][] = array(
'name' => 'Replace Text',
'version' => '0.2.4',
'version' => '0.2.5',
'author' => 'Yaron Koren',
'url' => 'http://www.mediawiki.org/wiki/Extension:Replace_Text',
'description' => 'A special page that lets administrators run a global search-and-replace',