What's Changed
- Fixed
showcurid
output by switching fromgetLinkURL()
togetFullURL()
. - Fixed
%TOTALPAGES%
caching so that the count doesn't get lost when cache is updated. - Fixed all
Generic.Files.LineLength.TooLong
PHPCS violations by splitting long lines and enabled the check. - Moved
linkstoexternal
to a new level 5 richness level. This should never really be used. It is meant to disable the functionality for it. It is incompatible with MediaWiki 1.41+ (see #274). Hopefully we can have a fix for this eventually, if we cannot this will likely be completely removed in a future release. - Replaced the deprecated
ExtVariables::VERSION
with usingExtensionRegistry
to check if the Variables extension is installed. - Replaced usages of
intval()
with(int)
in all remaining places within this extension. This was started in version 3.5.0 and completed in this version. - Replaced usages of
boolval()
with(bool)
throughout the entire extension.
Full Changelog: 3.6.0...3.6.1