MediaWiki 1.35.7
1 July 2022
MediaWiki version 1.35.7 is now available (security release).
Upgrading to MediaWiki 1.35.7
MediaWiki 1.35.7 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply MediaWiki updates as new versions are released, or use Installatron's Clone feature to duplicate an existing MediaWiki install to test the 1.35.7 upgrade prior to applying it live. Get started managing your MediaWiki installations with Installatron
What's New in MediaWiki 1.35.7
Security
- (T309377, CVE-2022-29248, T311384, CVE-2022-27776) Updating guzzlehttp/guzzle (6.5.5 => 6.5.8).
- (T308471) SECURITY: Escape welcomeuser message passed to showSuccessPage().
Bug Fixes and Changes
- Localisation updates.
- (T289879) Type hints for ArrayAccess.
- (T304783) TemplateParser: avoid warnings when called by NoLocalSettings.
- Rebuilt vendor with composer 2.3.3.
- (T289879) Address some deprecations for PHP 8.1.
- Fix old_name in UserLogoutComplete hook.
- (T286260, T307979) objectcache: normalize $exptime to a TTL in APCUBagOStuff/WinCacheBagOStuff.
- MediaSearchWidget should declare an explicit dependency on mediawiki.user module.
- (T288423) WikiImporter: Replace deprecated WikiRevision::setText.
- (T311272) Call parent constructor of AddSite maintenance script first.
- MediaWiki: Don't eagerly initialize action name.
- (T289926) Avoid passing null to trim() in SkinTemplate.
- (T307282) Avoid passing null to strcasecmp(), for PHP 8.1.
- (T311552) ChangesListSpecialPage: Don't pass null to FormatJson::decode().
- (T311569) FileBackend::isStoragePath() Handle being passed null.
- (T311544) Pass int to ApiUsageException::newWithMessage()'s $httpCode param.
- (T311678) SpecialEditWatchlist: Prevent passing null to strtolower().
- (T281741) ChangeTags: Fix adding CSS classes for hidden tags.
- (T296642) changetags: Fix management of a '0' tag.
- (T311554) ChangeTags: Return early in formatSummaryRow() if $tags === null.
- (T303033) Handle null in ChangeTags::modifyDisplayQuery.