X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=9c5081cd77b5c88f1856c0da03c87ed992451824;hb=a85f40b5bd95e8c896847838fc878d357f998020;hp=0dafa0f25ab2fd5f6f31dbff6a20048c4bb8dcab;hpb=777b59b3557c91720d67d014ef0d0738b9481ee5;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 0dafa0f25a..9c5081cd77 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -110,6 +110,8 @@ For notes on 1.32.x and older releases, see HISTORY. * (T214706) LinksUpdate::getAddedExternalLinks() and LinksUpdate::getRemovedExternalLinks() were introduced. * (T213893) Added 'MaintenanceUpdateAddParams' hook +* (T219655) The MarkPatrolled hook has a new parameter for the tags + associated with this entry in the patrol log. === External library changes in 1.33 === ==== New external libraries ==== @@ -159,6 +161,8 @@ For notes on 1.32.x and older releases, see HISTORY. if entirewatchlist is set, so updates may not be visible immediately * Block info will be added to "blocked" errors from more modules. * (T216245) Autoblocks will now be spread by action=edit and action=move. +* action=query&meta=userinfo has a new uiprop, 'latestcontrib', that returns + the date of user's latest contribution. === Action API internal changes in 1.33 === * A number of deprecated methods for API documentation, intended for overriding @@ -430,6 +434,8 @@ because of Phabricator reports. to page updates: LinksUpdateConstructed, LinksUpdate, LinksUpdateComplete. LinksUpdateAfterInsert is not triggered since deletions do not cause insertions into links tables. +* Category::newFromID( $id )->getID() will now return $id without any + validation, to avoid a mostly unnecessary DB query. == Compatibility == MediaWiki 1.33 requires PHP 7.0.13 or later. Although HHVM 3.18.5 or later is