Updated extension version.
This commit is contained in:
parent
7a7bf240c0
commit
9f8bd5d8c2
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ if (!defined('MEDIAWIKI')) {
|
|||
$wgExtensionCredits['specialpage'][] = array(
|
||||
'name'=>'Contribution Scores',
|
||||
'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
|
||||
'author'=>'Tim Laqua, t.laqua at gmail dot com',
|
||||
'author'=>'Tim Laqua',
|
||||
'description'=>'Polls Wiki Database for highest user contribution volume.',
|
||||
'version'=>'1.3'
|
||||
'version'=>'1.4'
|
||||
);
|
||||
|
||||
$wgAutoloadClasses['ContributionScores'] = dirname(__FILE__) . '/ContributionScores_body.php';
|
||||
|
|
Loading…
Add table
Reference in a new issue