Skip to content

Commit

Permalink
Prep 1.37.3
Browse files Browse the repository at this point in the history
Change-Id: Ib0a0eb1e69cad8e7655a8d7206884b66573ce642
  • Loading branch information
reedy committed Jun 30, 2022
1 parent c69c29b commit 1d62ca6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion RELEASE-NOTES-1.37
Expand Up @@ -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.
Expand All @@ -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 ==

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion includes/Defines.php
Expand Up @@ -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
Expand Down

0 comments on commit 1d62ca6

Please sign in to comment.