From 1d62ca6ec30099e7e9d6c554693a4b8e88e91139 Mon Sep 17 00:00:00 2001 From: Reedy Date: Wed, 29 Jun 2022 21:12:01 +0100 Subject: [PATCH] Prep 1.37.3 Change-Id: Ib0a0eb1e69cad8e7655a8d7206884b66573ce642 --- RELEASE-NOTES-1.37 | 9 ++++++++- includes/Defines.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES-1.37 b/RELEASE-NOTES-1.37 index 3bc2dcdc4d19..5233573094f6 100644 --- a/RELEASE-NOTES-1.37 +++ b/RELEASE-NOTES-1.37 @@ -2,7 +2,7 @@ == MediaWiki 1.37.3 == -THIS IS NOT A RELEASE YET +This is a security and maintenance release of the MediaWiki 1.37 branch. === Changes since MediaWiki 1.37.2 === * Localisation updates. @@ -28,6 +28,12 @@ THIS IS NOT A RELEASE YET * (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. +* Updated wikimedia/common-passwords from 0.3.0 to 0.4.0. == MediaWiki 1.37.2 == @@ -246,6 +252,7 @@ For notes on 1.36.x and older releases, see HISTORY. * Updated wikimedia/wait-condition-loop from v2.0.1 to v2.0.2. * Updated zordius/lightncandy from v1.2.5 to v1.2.6. * Updated guzzlehttp/guzzle from 7.2.0 to 7.4.5. +* Updated wikimedia/common-passwords from 0.3.0 to 0.4.0. ===== Changed development-only external libraries ===== * Updated qunit from 2.10.0 to 2.16.0. diff --git a/includes/Defines.php b/includes/Defines.php index 13e3615c87d0..3e6e193d0546 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -33,7 +33,7 @@ * * @since 1.35 (also backported to 1.33.3 and 1.34.1) */ -define( 'MW_VERSION', '1.37.2' ); +define( 'MW_VERSION', '1.37.3' ); /** @{ * Obsolete IDatabase::makeList() constants