Skip to content

Commit ad5d253

Browse files
committed
feat: update ISBN ranges
1 parent d031c8f commit ad5d253

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/Biblys/Isbn/groups-array.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
['0100000', '0299999', 2],
4242
['0300000', '0349999', 3],
4343
['0350000', '0399999', 4],
44-
['0400000', '0479999', 3],
44+
['0400000', '0459999', 3],
45+
['0460000', '0469999', 4],
46+
['0470000', '0479999', 3],
4547
['0480000', '0499999', 4],
4648
['0500000', '0599999', 2],
4749
['0600000', '0665999', 0],
@@ -1259,8 +1261,8 @@
12591261
['2700000', '5599999', 2],
12601262
['5600000', '6999999', 0],
12611263
['7000000', '7999999', 3],
1262-
['8000000', '9299999', 0],
1263-
['9300000', '9999999', 4],
1264+
['8000000', '9199999', 0],
1265+
['9200000', '9999999', 4],
12641266
]],
12651267
'978-9915' => ['Uruguay', [
12661268
['0000000', '3999999', 0],

0 commit comments

Comments
 (0)