3.6.3
What's Changed
- Applied some performance improvements from downstream by @Universal-Omega in #327
- Added the new configuration option
$wgDplSettings['recursivePreprocess'].
- Added the new configuration option
- Now shows raw query exception if the request is not made by @xtexx in #333
- Fixed compatability with upstream backported Rdbms changes (and other changes/fixes) by @Universal-Omega in #339
- Fixed CI compatibility with PHP 8.1 (which upstream MediaWiki master now requires).
- Added REL1_44 to CI.
- Fixed tests, replacing
ParserOutput::getTextwithParserOutput::getContentHolderText. - Removed
Query::getTableNamesand associated properties, replacing calls with$this->dbr->tableName. - Fixed compatability with upstream backported changes to use raw table names where necessary (by passing the second parameter of
$this->dbr->tableNameas'raw'where needed).
Full Changelog: 3.6.2...3.6.3