3.5.0
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_tempsupport and completed actor migration - Added support for
templatelinksmigration - 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
nullchecks onParser::getPage()andParserOutputbefore using to avoid fatals
- Dropped
Full Changelog: 3.4.6...3.5.0