summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2022-06-29 21:13:41 +0100
committerReedy <reedy@wikimedia.org>2022-06-30 17:20:56 +0100
commit03021aff27a3047a2b5c6aec0d95966a07bd2583 (patch)
tree2ec93bf85a34b0472ac7a89ffefd04201904b711
parentd143b2a639b193b76f65c45c3bd5af6d8bceed4c (diff)
Prep 1.35.71.35.7
Change-Id: Ic7c6eecc87583adf72cd6b2ee37eb4374ef7c6ae
-rw-r--r--RELEASE-NOTES-1.357
-rw-r--r--includes/Defines.php2
2 files changed, 7 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.35 b/RELEASE-NOTES-1.35
index 894d127aa12c..7b4ee3b3810b 100644
--- a/RELEASE-NOTES-1.35
+++ b/RELEASE-NOTES-1.35
@@ -12,7 +12,7 @@ PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/
== MediaWiki 1.35.7 ==
-THIS IS NOT A RELEASE YET
+This is a security and maintenance release of the MediaWiki 1.35 branch.
=== Changes since MediaWiki 1.35.6 ===
* Localisation updates.
@@ -36,6 +36,11 @@ 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.
== MediaWiki 1.35.6 ==
diff --git a/includes/Defines.php b/includes/Defines.php
index 5eb3009392b7..1696193b77a3 100644
--- a/includes/Defines.php
+++ b/includes/Defines.php
@@ -37,7 +37,7 @@ use Wikimedia\Rdbms\IDatabase;
*
* @since 1.35
*/
-define( 'MW_VERSION', '1.35.6' );
+define( 'MW_VERSION', '1.35.7' );
# Obsolete aliases