X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=0ed263162557a5096d95de74c6981c4247455b4a;hb=0c37a16e6013dd774df8644748bd94b38b85347c;hp=d7d2eae0c84fd6ceeabeebe2fe2d5e30c171e2f3;hpb=5ea79a9337a30032cdb2192b27e0395e9fbc2689;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index d7d2eae0c8..0ed2631625 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -80,6 +80,8 @@ 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.6.0 @@ -206,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.