X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=6dc0d66324ad5a0271754fd185e37bc119a504e3;hp=48fcbafb97359581782122b81b3d7505dcf81989;hb=d912ae39113edf613ad47e30272d2eea68ef204d;hpb=b120fa48410839773877ae4434e031203f0c1ecf diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 48fcbafb97..6dc0d66324 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -63,6 +63,9 @@ $wgPasswordPolicy['policies']['default']['PasswordNotInLargeBlacklist'] = false; * Introduced $wgVerifyMimeTypeIE to allow disabling the MSIE 6/7 file type detection heuristic on upload, which is more conservative than the checks that were changed above. +* $wgExternalDiffEngine — Setting this to a string value of 'wikidiff', + 'wikidiff2', or 'wikidiff3' will no longer work. This legacy behaviour was + deprecated in MediaWiki 1.27, 1.32, and 1.27, respectively. * $wgSkipSkin — Setting this instead of $wgSkipSkins, deprecated in 1.23, is now hard-deprecated. * $wgLocalInterwiki — Setting this instead of $wgLocalInterwikis, deprecated in @@ -598,6 +601,7 @@ because of Phabricator reports. $wgGroupPermissions['sysop']['blockemail'] = true; * ApiQueryBase::showHiddenUsersAddBlockInfo() is deprecated. Use ApiQueryBlockInfoTrait instead. +* PasswordReset is now a service, its direct instantiation is deprecated. === Other changes in 1.34 === * Added option to specify "Various authors" as author in extension credits using @@ -607,9 +611,7 @@ because of Phabricator reports. * … == Compatibility == -MediaWiki 1.34 requires PHP 7.2.0 or later. Although HHVM 3.18.5 or later is -supported, it is generally advised to use PHP 7.2.0 or later for long term -support. It also requires the following PHP extensions: +MediaWiki 1.34 requires PHP 7.2.0 or later, and the following PHP extensions: * ctype * dom