New version: 0.1.1

This commit is contained in:
Yaron Koren 2008-05-07 16:38:10 +00:00
parent b3efbde360
commit baa92238ff
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 Replace Text Extension
Version 0.1 Version 0.1.1
Yaron Koren Yaron Koren
This is free software licenced under the GNU General Public Licence. Please 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 * the page provides a warning prompt to the user before doing the
* replacement, since it is not easily reversible. * replacement, since it is not easily reversible.
* *
* @version 0.1 * @version 0.1.1
* @author Yaron Koren * @author Yaron Koren
*/ */
@ -43,7 +43,7 @@ function grSetupExtension() {
// credits // credits
$wgExtensionCredits['specialpage'][] = array( $wgExtensionCredits['specialpage'][] = array(
'name' => 'Replace Text', 'name' => 'Replace Text',
'version' => '0.1', 'version' => '0.1.1',
'author' => 'Yaron Koren', 'author' => 'Yaron Koren',
'url' => 'http://www.mediawiki.org/wiki/Extension:Text_Replace', 'url' => 'http://www.mediawiki.org/wiki/Extension:Text_Replace',
'description' => 'A special page that lets administrators run a global search-and-replace', 'description' => 'A special page that lets administrators run a global search-and-replace',