Prep 1.43.5
Change-Id: I4fc99d8739b39ce402c753cde3253e4ad694b278
This commit is contained in:
parent
86f09be37a
commit
b2a11b6991
2 changed files with 6 additions and 3 deletions
|
|
@ -7,10 +7,13 @@ PHP 8.4 workboard: https://phabricator.wikimedia.org/tag/php_8.4_support/
|
|||
|
||||
== MediaWiki 1.43.5 ==
|
||||
|
||||
THIS IS NOT A RELEASE YET
|
||||
This is a security and maintenance release of the MediaWiki 1.43 branch.
|
||||
|
||||
=== Changes since MediaWiki 1.43.4 ===
|
||||
* Localisation updates.
|
||||
* Add missing backport for Extension:DiscussionTools.
|
||||
* Add missing backport for Extension:Thanks.
|
||||
* (T406322, CVE-2025-11261) SECURITY: Escape system messages in
|
||||
mw.language.listToText.
|
||||
|
||||
== MediaWiki 1.43.4 ==
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ use Wikimedia\Rdbms\IDatabase;
|
|||
*
|
||||
* @since 1.35 (also backported to 1.33.3 and 1.34.1)
|
||||
*/
|
||||
define( 'MW_VERSION', '1.43.4' );
|
||||
define( 'MW_VERSION', '1.43.5' );
|
||||
|
||||
/** @{
|
||||
* Obsolete IDatabase::makeList() constants
|
||||
|
|
|
|||
Loading…
Reference in a new issue