X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=RELEASE-NOTES-1.31;h=fc50897925b566ab6efce89e690a3a855c6d59f7;hb=66b13d1ba8b4d8c2ca007fd0826dd73fd04c9849;hp=57cbec456dcb2f0dc0ac6eadbce6c0df058f66fc;hpb=352d31a9244ae45acab16d3019e03bf47f48a54e;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index 57cbec456d..fc50897925 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -9,9 +9,15 @@ production. * $wgEnableAPI and $wgEnableWriteAPI are now deprecated and will be removed in a future version. The API is now considered to be stable, secure and essential. +* $wgUsejQueryThree was removed, as it is now the default. This was documented as a + temporary variable during the migration period, deprecated since 1.29. +* $wgLogoHD has been updated to support svg images and uses $wgLogo where + possible for fallback images such as png. +* … === New features in 1.31 === -* … +* Wikimedia\Rdbms\IDatabase->select() and similar methods now support + joins with parentheses for grouping. === External library changes in 1.31 === @@ -44,6 +50,11 @@ changes to languages because of Phabricator reports. * MessageBlobStore::insertMessageBlob() (deprecated in 1.27) was removed. * The global function wfBCP47 was renamed to LanguageCode::bcp47. * The global function wfBCP47 is now deprecated. +* The global function wfCountDown() is now deprecated in favor of + Maintenance::countDown() +* The OutputPage class constructor now requires a context parameter, + (instantiating without context was deprecated in 1.18) +* mw.page (deprecated in 1.30) was removed. == Compatibility == MediaWiki 1.31 requires PHP 5.5.9 or later. There is experimental support for