X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=blobdiff_plain;f=RELEASE-NOTES-1.31;h=042af6e0945ad4d973184c2ee93e85b254fc5a1d;hb=1dc2f02b36d0e41d775089f826fa9a9d20b42f0f;hp=5d2d9d9e827586f4b0853788e13fae57d68f99c6;hpb=5c34da77f9321fae9b43454b7e1296e3f1c248ac;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index 5d2d9d9e82..042af6e094 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 === @@ -49,6 +55,8 @@ changes to languages because of Phabricator reports. * 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. +* Article::getLastPurgeTimestamp(), WikiPage::getLastPurgeTimestamp(), and the + related WikiPage::PURGE_* constants, deprecated in 1.29, were removed. == Compatibility == MediaWiki 1.31 requires PHP 5.5.9 or later. There is experimental support for