X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES-1.29;h=5ff4ca9a1565c521f250b3124ceb57b2047e70e2;hb=dfb50ab9f3e119f4bd3425863068406c111a988d;hp=0cce1903176616c80a6f6072ae3d51e5d90015b7;hpb=07b988186d7aef14401eaae80914f09712ae1a08;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.29 b/RELEASE-NOTES-1.29 index 0cce190317..5ff4ca9a15 100644 --- a/RELEASE-NOTES-1.29 +++ b/RELEASE-NOTES-1.29 @@ -22,6 +22,7 @@ production. code for ApiBase::parseMsg() will no longer work. * ApiBase::$messageMap is no longer public. Code attempting to access it will result in a PHP fatal error. +* $wgUserEmailUseReplyTo is now false by default to work around restrictive DMARC policies. === New features in 1.29 === * (T5233) A cookie can now be set when a user is autoblocked, to track that user if @@ -115,6 +116,9 @@ changes to languages because of Phabricator reports. * Hooks ArticleViewCustom, EditPageGetDiffText and ShowRawCssJs (deprecated in 1.21) were removed. * Class RevisiondeleteAction (deprecated in 1.25) was removed. +* WikiPage::prepareTextForEdit() (deprecated in 1.21) was removed. +* WikiPage::getText() (deprecated in 1.21) was removed. +* Article::fetchContent() (deprecated in 1.21) was removed. == Compatibility ==