Skip to content

Commit

Permalink
Merge pull request #14 from kghbln/patch-1
Browse files Browse the repository at this point in the history
Update WikiSEO.php
  • Loading branch information
andru committed Nov 10, 2014
2 parents d9f8c0e + d652f00 commit deff9cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WikiSEO.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* WikiSEO extension - Allows per page meta settings (keywords, description) and to change the title.
* @version 1.1.1 - 2013/12/02 (based on the work of Vladimir Radulovski and Jim Wilson)
* @version 1.2.0 - 2014/11/10 (based on the work of Vladimir Radulovski and Jim Wilson)
*
* @link https://www.mediawiki.org/wiki/Extension:WikiSEO Documentation
* @link https://www.mediawiki.org/wiki/Extension_talk:WikiSEO Support
Expand All @@ -12,7 +12,7 @@
* @package MediaWiki
* @author Andru Vallance (Andrujhon)
* @copyright (C) 2013 Andru Vallance
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
* @license https://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
*/

// Confirm MW environment
Expand All @@ -30,7 +30,7 @@
),
'url' =>'https://www.mediawiki.org/wiki/Extension:WikiSEO',
'descriptionmsg' => 'seo-desc',
'version'=>'1.1.1'
'version'=>'1.2.0'
);

$wgAutoloadClasses['WikiSEO'] = dirname(__FILE__) . '/WikiSEO.body.php';
Expand Down

0 comments on commit deff9cc

Please sign in to comment.