Skip to content

Commit e077137

Browse files
authored
Merge pull request #86 from giggsey/upstream-8.13.55
Upstream metadata changes from Google for v8.13.55
2 parents c831df9 + 2f07662 commit e077137

5 files changed

+6
-6
lines changed

METADATA-VERSION.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
* For more information, look at the phing tasks in build.xml
77
* @internal
88
*/
9-
return 'v8.13.54';
9+
return 'v8.13.55';

src/data/PhoneNumberMetadata_BE.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
],
4141
'premiumRate' => [
42-
'pattern' => '(?:70(?:2[0-57]|3[04-7]|44|6[4-69]|7[0579])|90\\d\\d)\\d{4}',
42+
'pattern' => '(?:70(?:2[0-57]|3[04-7]|44|6[04-69]|7[0579])|90\\d\\d)\\d{4}',
4343
'example' => '90012345',
4444
'posLength' => [
4545
8,
@@ -68,7 +68,7 @@
6868
],
6969
],
7070
'uan' => [
71-
'pattern' => '78(?:0[57]|1[014-8]|2[25]|3[15-8]|48|[56]0|7[06-8]|9\\d)\\d{4}',
71+
'pattern' => '78(?:0[578]|1[014-8]|2[25]|3[15-8]|48|5[05]|60|7[06-8]|9\\d)\\d{4}',
7272
'example' => '78102345',
7373
'posLength' => [
7474
8,

src/data/PhoneNumberMetadata_CZ.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
],
2929
'mobile' => [
30-
'pattern' => '(?:60[1-8]\\d|7(?:0(?:[2-5]\\d|60)|19[01]|[2379]\\d\\d))\\d{5}',
30+
'pattern' => '(?:60[1-8]\\d|7(?:0(?:[2-5]\\d|60)|19[0-2]|[2379]\\d\\d))\\d{5}',
3131
'example' => '601123456',
3232
'posLength' => [
3333
9,

src/data/PhoneNumberMetadata_SR.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'example' => '211234',
2323
],
2424
'mobile' => [
25-
'pattern' => '(?:7[124-7]|8[124-9])\\d{5}',
25+
'pattern' => '(?:7[124-7]|8[1-9])\\d{5}',
2626
'example' => '7412345',
2727
'posLength' => [
2828
7,

src/data/ShortNumberMetadata_NO.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
],
4242
'shortCode' => [
43-
'pattern' => '04\\d{3}|1(?:1(?:[0239]|61(?:1[17]|23))|2[048]|4(?:12|[59])|7[57]|8[5-9]\\d|90)',
43+
'pattern' => '04\\d{3}|1(?:1(?:[0239]|61(?:1[17]|23))|2[048]|4(?:12|[59])|7[57]|8\\d\\d|90)',
4444
'example' => '110',
4545
],
4646
'standardRate' => [

0 commit comments

Comments
 (0)