Skip to content

3.6.1

Latest
Compare
Choose a tag to compare
@Universal-Omega Universal-Omega released this 10 Feb 21:05
3ed6ca4

What's Changed

  • Fixed showcurid output by switching from getLinkURL() to getFullURL().
  • 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 using ExtensionRegistry 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