X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=89b77d28b3505bfd7a3918e5ca5ad0218b3b0b3d;hp=004a70e1e27d0bfa775dc8f052ddf7ddad714cae;hb=a4c806563471b16c644186618b39b84069c0d04c;hpb=add25fea96583a6dc0fbaf9f0d5451b90a860787 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 004a70e1e2..89b77d28b3 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -71,7 +71,7 @@ $wgConfigRegistry = [ * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.31.0-rc.0'; +$wgVersion = '1.31.1'; /** * Name of the site. It must be changed in LocalSettings.php @@ -2032,6 +2032,8 @@ $wgDBerrorLogTZ = false; * Even correct usage may cause failures with Unicode supplementary * characters (those not in the Basic Multilingual Plane) unless MySQL * has enhanced their Unicode support. + * + * @deprecated since 1.31 */ $wgDBmysql5 = false; @@ -5652,6 +5654,7 @@ $wgRateLimits = [ 'edit' => [ 'ip' => [ 8, 60 ], 'newbie' => [ 8, 60 ], + 'user' => [ 90, 60 ], ], // Page moves 'move' => [