X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=8ed24980bc67f7f2fd737427128e2e4c57602d44;hb=187b1d48b3e83b93a19741c8a962a3b964950ef3;hp=ddd6da96d30210682dec6d2178d282f5daebf529;hpb=1a940616b174a65d26db1109ab07a2d3a0231c35;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index ddd6da96d3..8ed24980bc 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -109,6 +109,9 @@ For notes on 1.32.x and older releases, see HISTORY. Content::getNativeData() for text-based content models. * (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 ==== @@ -345,6 +348,8 @@ because of Phabricator reports. to "Pàgina printzipale". Existing wikis using this content language need to move the main page or change the name through MediaWiki:Mainpage page. * wfSplitWikiID(), deprecated in 1.32, has been removed. +* MessageBlobStore::getBlob(), deprecated in 1.27, has been removed. + Use ::getBlobs() instead. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected @@ -409,6 +414,8 @@ because of Phabricator reports. instead. The setTags() method was overriding the tags, addTags() doesn't override, only adds new tags. * Block::isValid is deprecated, since it is no longer needed in core. +* Calling Maintenance::hasArg() as well as Maintenance::getArg() with no + parameter has been deprecated. Please pass the argument number 0. === Other changes in 1.33 === * (T201747) Html::openElement() warns if given an element name with a space