Skip to content

Commit

Permalink
Merge pull request #86 from giggsey/upstream-8.13.55
Browse files Browse the repository at this point in the history
Upstream metadata changes from Google for v8.13.55
  • Loading branch information
giggsey authored Feb 14, 2025
2 parents c831df9 + 2f07662 commit e077137
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion METADATA-VERSION.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
* For more information, look at the phing tasks in build.xml
* @internal
*/
return 'v8.13.54';
return 'v8.13.55';
4 changes: 2 additions & 2 deletions src/data/PhoneNumberMetadata_BE.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
],
'premiumRate' => [
'pattern' => '(?:70(?:2[0-57]|3[04-7]|44|6[4-69]|7[0579])|90\\d\\d)\\d{4}',
'pattern' => '(?:70(?:2[0-57]|3[04-7]|44|6[04-69]|7[0579])|90\\d\\d)\\d{4}',
'example' => '90012345',
'posLength' => [
8,
Expand Down Expand Up @@ -68,7 +68,7 @@
],
],
'uan' => [
'pattern' => '78(?:0[57]|1[014-8]|2[25]|3[15-8]|48|[56]0|7[06-8]|9\\d)\\d{4}',
'pattern' => '78(?:0[578]|1[014-8]|2[25]|3[15-8]|48|5[05]|60|7[06-8]|9\\d)\\d{4}',
'example' => '78102345',
'posLength' => [
8,
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_CZ.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
],
'mobile' => [
'pattern' => '(?:60[1-8]\\d|7(?:0(?:[2-5]\\d|60)|19[01]|[2379]\\d\\d))\\d{5}',
'pattern' => '(?:60[1-8]\\d|7(?:0(?:[2-5]\\d|60)|19[0-2]|[2379]\\d\\d))\\d{5}',
'example' => '601123456',
'posLength' => [
9,
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_SR.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'example' => '211234',
],
'mobile' => [
'pattern' => '(?:7[124-7]|8[124-9])\\d{5}',
'pattern' => '(?:7[124-7]|8[1-9])\\d{5}',
'example' => '7412345',
'posLength' => [
7,
Expand Down
2 changes: 1 addition & 1 deletion src/data/ShortNumberMetadata_NO.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
],
'shortCode' => [
'pattern' => '04\\d{3}|1(?:1(?:[0239]|61(?:1[17]|23))|2[048]|4(?:12|[59])|7[57]|8[5-9]\\d|90)',
'pattern' => '04\\d{3}|1(?:1(?:[0239]|61(?:1[17]|23))|2[048]|4(?:12|[59])|7[57]|8\\d\\d|90)',
'example' => '110',
],
'standardRate' => [
Expand Down

0 comments on commit e077137

Please sign in to comment.