mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-15 02:53:52 +00:00
New version: 0.1.1
This commit is contained in:
parent
b3efbde360
commit
baa92238ff
Notes:
Yaron Koren
2009-07-20 18:49:29 +00:00
2
README
2
README
|
@ -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
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue