X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.31;h=19c135c3c8d5d84bc5551bc0c3614ec0173ddcd9;hb=90845301542482bd4e502221e6485a7375193529;hp=60a49b7652500234d7764ef6da71f7fbe6d0a761;hpb=dffd5ec15c538e4af1a09f4f8f262bfb10b7d8d3;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index 60a49b7652..19c135c3c8 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -6,10 +6,13 @@ MediaWiki 1.31 is an alpha-quality branch and is not recommended for use in production. === Configuration changes in 1.31 === -* … +* $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. === 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 === @@ -40,6 +43,13 @@ changes to languages because of Phabricator reports. === Other changes in 1.31 === * 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