Skip to content

Commit 61b3e9c

Browse files
authored
Merge pull request #84 from sigveholmen/sigveholmen/fixes
Sigveholmen/fixes
2 parents 721e362 + 3e98a75 commit 61b3e9c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

data/manufacturers.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,4 +527,18 @@
527527
'W1N' => 'Mercedes',
528528
'WAP' => 'BMW',
529529
'YAR' => 'Toyota',
530+
531+
/**
532+
* @see https://github.com/sunrise-php/vin/issues/76
533+
*/
534+
'7SA' => 'Tesla, Inc.',
535+
'7G2' => 'Tesla, Inc.',
536+
'LRW' => 'Tesla, Inc.',
537+
'XP7' => 'Tesla, Inc.',
538+
'SFZ' => 'Tesla, Inc.',
539+
540+
/**
541+
* @see https://github.com/sunrise-php/vin/issues/77
542+
*/
543+
'7JR' => 'Volvo Car Usa, Llc',
530544
];

data/years.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,13 @@
7272
2028 => 'W',
7373
2029 => 'X',
7474
2030 => 'Y',
75+
2031 => '1',
76+
2032 => '2',
77+
2033 => '3',
78+
2034 => '4',
79+
2035 => '5',
80+
2036 => '6',
81+
2037 => '7',
82+
2038 => '8',
83+
2039 => '9',
7584
];

0 commit comments

Comments
 (0)