Skip to content

Commit 9af18a0

Browse files
Update Regional Information
1 parent 48b38bd commit 9af18a0

File tree

6 files changed

+17
-488
lines changed

6 files changed

+17
-488
lines changed

data/domain/public-suffix/ML.php

+6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
// Copyright (c) https://publicsuffix.org
33
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
44
return [
5+
'AC.ML',
6+
'ART.ML',
7+
'ASSO.ML',
58
'COM.ML',
69
'EDU.ML',
710
'GOUV.ML',
811
'GOV.ML',
12+
'INFO.ML',
13+
'INST.ML',
914
'NET.ML',
1015
'ORG.ML',
16+
'PR.ML',
1117
'PRESSE.ML',
1218
];

data/domain/public-suffix/UG.php

+4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
'AC.UG',
66
'CO.UG',
77
'COM.UG',
8+
'EDU.UG',
89
'GO.UG',
10+
'GOV.UG',
11+
'MIL.UG',
912
'NE.UG',
1013
'OR.UG',
1114
'ORG.UG',
1215
'SC.UG',
16+
'US.UG',
1317
];

data/domain/public-suffix/VG.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php declare(strict_types=1);
2+
// Copyright (c) https://publicsuffix.org
3+
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
4+
return [
5+
'EDU.VG',
6+
];

library/Rules/CurrencyCode.php

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ protected function getDataSource($input = null): array
6666
'COP', // Colombian Peso
6767
'COU', // Unidad de Valor Real
6868
'CRC', // Costa Rican Colon
69-
'CUC', // Peso Convertible
7069
'CUP', // Cuban Peso
7170
'CVE', // Cabo Verde Escudo
7271
'CZK', // Czech Koruna

0 commit comments

Comments
 (0)