mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-14 18:44:42 +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
|
||||
|
||||
Version 0.1
|
||||
Version 0.1.1
|
||||
Yaron Koren
|
||||
|
||||
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
|
||||
* replacement, since it is not easily reversible.
|
||||
*
|
||||
* @version 0.1
|
||||
* @version 0.1.1
|
||||
* @author Yaron Koren
|
||||
*/
|
||||
|
||||
|
@ -43,7 +43,7 @@ function grSetupExtension() {
|
|||
// credits
|
||||
$wgExtensionCredits['specialpage'][] = array(
|
||||
'name' => 'Replace Text',
|
||||
'version' => '0.1',
|
||||
'version' => '0.1.1',
|
||||
'author' => 'Yaron Koren',
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:Text_Replace',
|
||||
'description' => 'A special page that lets administrators run a global search-and-replace',
|
||||
|
|
Loading…
Reference in a new issue