Skip to content

Commit

Permalink
Merge branch 'release/v7.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed Dec 22, 2020
2 parents c6f08bd + 14f83e9 commit 485a66b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](CONTRIBUTING.md).


## [v7.3.1] - 2020-12-22
- Typo (#171)
- Update composer dependencies
- UK is no longer a EU member state (#164)

## [v7.3.0] - 2020-07-17
- Fix updated ioc codes for Singapore & Lebanon (fix #146)
- Add test cases for timezones and locales (Thanks @ker0x #66 #11)
Expand Down Expand Up @@ -131,6 +136,7 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
## v1.0.0 - 2016-08-20
- Tag first release.

[v7.3.1]: https://github.com/rinvex/countries/compare/v7.3.0...v7.3.1
[v7.3.0]: https://github.com/rinvex/countries/compare/v7.2.0...v7.3.0
[v7.2.0]: https://github.com/rinvex/countries/compare/v7.1.0...v7.2.0
[v7.1.0]: https://github.com/rinvex/countries/compare/v7.0.1...v7.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ $egypt->getDivision("ALX");
- `fao` - Food and Agriculture Organization
- `imf` - International Monetary Fund
- `ar5` - Fifth Assessment Report (AR5)
- `address_format` - Address forma
- `address_format` - Address format
- `eu_member` - European Union Member
- `vat_rates` - Value-Added Tax
- `emoji` - Emoji Flag
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"php": "^7.4.0"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.27.0",
"phpunit/phpunit": "^9.0.0"
"codedungeon/phpunit-result-printer": "^0.30.0",
"phpunit/phpunit": "^9.5.0"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion resources/data/gb.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":{"common":"United Kingdom","official":"United Kingdom of Great Britain and Northern Ireland","native":{"eng":{"common":"United Kingdom","official":"United Kingdom of Great Britain and Northern Ireland"}}},"demonym":"British","capital":"London","iso_3166_1_alpha2":"GB","iso_3166_1_alpha3":"GBR","iso_3166_1_numeric":"826","currency":{"GBP":{"iso_4217_code":"GBP","iso_4217_numeric":826,"iso_4217_name":"Pound sterling","iso_4217_minor_unit":2}},"tld":[".uk"],"alt_spellings":["GB","UK","Great Britain"],"languages":{"eng":"English"},"geo":{"continent":{"EU":"Europe"},"postal_code":true,"latitude":"54 00 N","latitude_desc":"54.56088638305664","longitude":"2 00 W","longitude_desc":"-2.2125117778778076","max_latitude":"61.5","max_longitude":"2.866667","min_latitude":"49.866667","min_longitude":"-13.65","area":242900,"region":"Europe","subregion":"Northern Europe","world_region":"EMEA","region_code":"150","subregion_code":"154","landlocked":false,"borders":["IRL"],"independent":"Yes"},"dialling":{"calling_code":["44"],"national_prefix":"0","national_number_lengths":[10,11],"national_destination_code_lengths":[2],"international_prefix":"00"},"extra":{"geonameid":2635167,"edgar":0,"itu":"G","marc":"xxk","wmo":"UK","ds":"GB","fifa":"ENG,NIR,SCO,WAL","fips":"UK","gaul":256,"ioc":"GBR","cowc":"UKG","cown":200,"fao":229,"imf":112,"ar5":"OECD1990","address_format":"{{recipient}}\n{{street}}\n{{city}}\n{{region}}\n{{postalcode}}\n{{country}}","eu_member":true,"vat_rates":{"standard":20,"reduced":[5],"super_reduced":null,"parking":null},"emoji":"🇬🇧"}}
{"name":{"common":"United Kingdom","official":"United Kingdom of Great Britain and Northern Ireland","native":{"eng":{"common":"United Kingdom","official":"United Kingdom of Great Britain and Northern Ireland"}}},"demonym":"British","capital":"London","iso_3166_1_alpha2":"GB","iso_3166_1_alpha3":"GBR","iso_3166_1_numeric":"826","currency":{"GBP":{"iso_4217_code":"GBP","iso_4217_numeric":826,"iso_4217_name":"Pound sterling","iso_4217_minor_unit":2}},"tld":[".uk"],"alt_spellings":["GB","UK","Great Britain"],"languages":{"eng":"English"},"geo":{"continent":{"EU":"Europe"},"postal_code":true,"latitude":"54 00 N","latitude_desc":"54.56088638305664","longitude":"2 00 W","longitude_desc":"-2.2125117778778076","max_latitude":"61.5","max_longitude":"2.866667","min_latitude":"49.866667","min_longitude":"-13.65","area":242900,"region":"Europe","subregion":"Northern Europe","world_region":"EMEA","region_code":"150","subregion_code":"154","landlocked":false,"borders":["IRL"],"independent":"Yes"},"dialling":{"calling_code":["44"],"national_prefix":"0","national_number_lengths":[10,11],"national_destination_code_lengths":[2],"international_prefix":"00"},"extra":{"geonameid":2635167,"edgar":0,"itu":"G","marc":"xxk","wmo":"UK","ds":"GB","fifa":"ENG,NIR,SCO,WAL","fips":"UK","gaul":256,"ioc":"GBR","cowc":"UKG","cown":200,"fao":229,"imf":112,"ar5":"OECD1990","address_format":"{{recipient}}\n{{street}}\n{{city}}\n{{region}}\n{{postalcode}}\n{{country}}","eu_member":false,"vat_rates":{"standard":20,"reduced":[5],"super_reduced":null,"parking":null},"emoji":"🇬🇧"}}

0 comments on commit 485a66b

Please sign in to comment.