From: Reedy Date: Thu, 18 Oct 2018 19:03:59 +0000 (+0100) Subject: Add ICU mapping for versions 62 and 63 X-Git-Tag: 1.34.0-rc.0~3731^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=f44c1ff158f9f8bb4ec5b7e7a375c90f6817f384;ds=inline Add ICU mapping for versions 62 and 63 Change-Id: I5e1238e856d4149c30806e6b2cb3619c0c9c1dbf --- diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index b23085dc94..8fea3ecb1e 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -560,6 +560,8 @@ class IcuCollation extends Collation { $versionPrefix = substr( $icuVersion, 0, 3 ); // Source: http://site.icu-project.org/download $map = [ + '63.' => '11.0', + '62.' => '11.0', '61.' => '10.0', '60.' => '10.0', '59.' => '9.0',