mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-15 02:53:52 +00:00
Version 1.1.1
Change-Id: Ie9fac530d1b771fc1bd0dfa9f4c20fc0ae9c5e35
This commit is contained in:
parent
3b07b6fd33
commit
d1805b8abb
2
README
2
README
|
@ -1,6 +1,6 @@
|
|||
Replace Text Extension
|
||||
|
||||
Version 1.1
|
||||
Version 1.1.1
|
||||
Yaron Koren and Niklas Laxström
|
||||
|
||||
This is free software licenced under the GNU General Public Licence. Please
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
if ( !defined( 'MEDIAWIKI' ) ) { die(); }
|
||||
|
||||
define( 'REPLACE_TEXT_VERSION', '1.1' );
|
||||
define( 'REPLACE_TEXT_VERSION', '1.1.1' );
|
||||
|
||||
// credits
|
||||
$wgExtensionCredits['specialpage'][] = array(
|
||||
|
|
Loading…
Reference in a new issue