Skip to content

Commit e621247

Browse files
authored
Merge pull request #15 from sokil/github-actions-release
Database update
2 parents 9f1770f + 2c74619 commit e621247

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To get this database with localized values, see [sokil/php-isocodes-i18n](https:
1313
[![Total Downloads](http://img.shields.io/packagist/dt/sokil/php-isocodes-db-only.svg?1)](https://packagist.org/packages/sokil/php-isocodes-db-only)
1414
[![Daily Downloads](https://poser.pugx.org/sokil/php-isocodes-db-only/d/daily)](https://packagist.org/packages/sokil/php-isocodes-db-only/stats)
1515

16-
:1234: Database version: v4.12.0-54-g640fe8a1 from 2023-02-07 10:20
16+
:1234: Database version: v4.13.0-36-ga8874ad1 from 2023-04-02 04:15
1717

1818
Database updated at 2-nd day of every month.
1919

databases/iso_3166-1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@
821821
{
822822
"alpha_2": "IR",
823823
"alpha_3": "IRN",
824+
"common_name": "Iran",
824825
"flag": "🇮🇷",
825826
"name": "Iran, Islamic Republic of",
826827
"numeric": "364",
@@ -953,6 +954,7 @@
953954
{
954955
"alpha_2": "LA",
955956
"alpha_3": "LAO",
957+
"common_name": "Laos",
956958
"flag": "🇱🇦",
957959
"name": "Lao People's Democratic Republic",
958960
"numeric": "418"
@@ -1653,6 +1655,7 @@
16531655
{
16541656
"alpha_2": "SY",
16551657
"alpha_3": "SYR",
1658+
"common_name": "Syria",
16561659
"flag": "🇸🇾",
16571660
"name": "Syrian Arab Republic",
16581661
"numeric": "760"

databases/iso_3166-3.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
"alpha_2": "AN",
1313
"alpha_3": "ANT",
1414
"alpha_4": "ANHH",
15+
"comment": "had numeric code 532 until Aruba split away in 1986",
1516
"name": "Netherlands Antilles",
1617
"numeric": "530",
17-
"withdrawal_date": "1993-07-12"
18+
"withdrawal_date": "2010-12-15"
1819
},
1920
{
2021
"alpha_2": "BQ",
@@ -53,7 +54,7 @@
5354
"alpha_4": "CSXX",
5455
"name": "Serbia and Montenegro",
5556
"numeric": "891",
56-
"withdrawal_date": "2006-06-05"
57+
"withdrawal_date": "2006-09-26"
5758
},
5859
{
5960
"alpha_2": "CT",
@@ -236,9 +237,10 @@
236237
"alpha_2": "YU",
237238
"alpha_3": "YUG",
238239
"alpha_4": "YUCS",
239-
"name": "Yugoslavia, Socialist Federal Republic of",
240+
"comment": "had numeric code 890 until the 'Socialist Federal Republic of Yugoslavia' formerly broke apart on 27 April 1992 and the 'Federal Republic of Yugoslavia' was founded",
241+
"name": "Yugoslavia, (Socialist) Federal Republic of",
240242
"numeric": "891",
241-
"withdrawal_date": "1993-07-28"
243+
"withdrawal_date": "2003-07-23"
242244
},
243245
{
244246
"alpha_2": "ZR",

0 commit comments

Comments
 (0)