X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=0ed263162557a5096d95de74c6981c4247455b4a;hb=329a72120e5f450e44b9a2c0c6dadaad1de9d43c;hp=00a6ce94a3370d5f4c78bca0e37db1935a794d6e;hpb=f76579b2ca57808cc8a67dbedc487379ce10a979;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 00a6ce94a3..0ed2631625 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -80,9 +80,11 @@ production. * Updated mediawiki/mediawiki-codesniffer from v20.0.0 to v21.0.0. * Updated composer/spdx-licenses from 1.3.0 to 1.4.0. * Updated jquery.i18n from 1.0.4 to 1.0.5. +* Updated wikimedia/timestamp from 1.0.0 to 2.0.0. +* Updated wikimedia/remex-html from 1.0.3 to 2.0.0. ==== New external libraries ==== -* Added wikimedia/xmp-reader 0.5.1 +* Added wikimedia/xmp-reader 0.6.0 * … ==== Removed and replaced external libraries ==== @@ -151,6 +153,7 @@ because of Phabricator reports. * (T137491) Added language support for Standard Moroccan Amazigh (zgh). * (T198132) Added language support for Manipuri (mni). * (T201276) Added language support for Western Armenian (hyw). +* (T201583) Added language support for Mon (mnw). === Breaking changes in 1.32 === * $wgRequestTime, deprecated in 1.25, was removed. Use @@ -205,6 +208,9 @@ because of Phabricator reports. * (T140807) The wgResourceLoaderLESSImportPaths configuration option was removed from ResourceLoader. Instead, use `@import` statements in LESS to import files directly from nearby directories within the same project. +* (T140804) The wgResourceLoaderLESSVars configuration option, deprecated + since 1.30, was removed. Instead, to expose variables from PHP to LESS, use + the ResourceLoaderModule::getLessVars() method. * The protected methods PHPSessionHandler::returnSuccess() and returnFailure(), only needed for PHP5 compatibility, have been removed. It now uses the boolean values `true` and `false` respectively. @@ -241,6 +247,8 @@ because of Phabricator reports. * MagicWord::clearCache() has been removed. Instead, create a new MagicWordFactory, such as by calling resetServiceForTesting( 'MagicWordFactory' ) on a MediaWikiServices. +* mw.util.init() has been removed. This function is not needed anymore and was + a no-op function since 1.30. === Deprecations in 1.32 === * Use of a StartProfiler.php file is deprecated in favour of placing