Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | echo '<b>Warning:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.'; |
35 | 35 | } |
36 | 36 | else { |
37 | | - define('Maps_VERSION', '0.5'); |
| 37 | + define('Maps_VERSION', '0.5.1 a1'); |
38 | 38 | |
39 | 39 | $egMapsScriptPath = $wgScriptPath . '/extensions/Maps'; |
40 | 40 | $egMapsIP = $IP . '/extensions/Maps'; |
— | — | @@ -130,7 +130,6 @@ |
131 | 131 | * Adds a link to Admin Links page |
132 | 132 | */ |
133 | 133 | function efMapsAddToAdminLinks(&$admin_links_tree) { |
134 | | - // TODO: move the documentation link to another section - and make it non dependant on SMW? |
135 | 134 | $displaying_data_section = $admin_links_tree->getSection(wfMsg('smw_adminlinks_displayingdata')); |
136 | 135 | |
137 | 136 | // Escape if SMW hasn't added links |