Skip to content

3.5.0

Choose a tag to compare

@Universal-Omega Universal-Omega released this 07 Dec 00:17
8dd8d03

What's Changed

  • Fix profiling context calculation by @osnard in #174
  • re-importing translations from hydrawiki/extensions/DynamicPageList by @Markus-Rost in #193
  • Update de.json by @magiczocker10 in #194
  • Fix installing via composer version 2.2.1 and later by @Universal-Omega in #195
  • Add missing PL i18n by @rail01 in #197
  • Support MediaWiki 1.39 for actor and templatelinks migration by @Universal-Omega in #188
    • Dropped revision_actor_temp support and completed actor migration
    • Added support for templatelinks migration
    • Added support for MediaWiki 1.39 and dropped support for older MediaWiki versions (before 1.39.0)
    • Dropped official support for PHP versions before PHP 7.4.3, because MediaWiki 1.39 does not support older PHP versions anymore
    • Fixed using imagecontainer with openreferences
    • Replaced usages of intval() with (int) in Query.php and Parse.php
    • Swapped order of mapping for Query::addTables() from [ alias => table ] to [ table => alias ]
    • Replaced usages of deprecated wfGetDB()
    • Replaced usages of deprecated Parser::getTitle()
    • Replaced usage of deprecated Title::isProtected()
    • Replaced usage of deprecated User::matchEditToken()
    • Replaced usage of deprecated Article::doDelete()
    • Added null checks on Parser::getPage() and ParserOutput before using to avoid fatals

Full Changelog: 3.4.6...3.5.0