v1.0.5
Note: this version requires MediaWiki 1.36+. Earlier versions are no longer supported.
If you still use those versions of MediaWiki, please use REL1_35 branch instead of this release.
In addition, your LocalSettings.php must be update due to changes of [Dependency Injection] in MediaWiki 1.36:
$wgSpecialPages['Whatlinkshere'] = [
'class' => 'SpecialOrderedWhatLinksHere',
'services' => [
'DBLoadBalancer',
'LinkBatchFactory',
'ContentHandlerFactory',
'SearchEngineFactory',
'NamespaceInfo',
]
];
ENHANCEMENTS:
- Localisation updates from https://translatewiki.net.