Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add calling code and currency code #25

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ All notable changes to `laravel-country-state-city-data` will be documented in t
## 2.0.0 - 2021-05-12

- "Integrity constraint violation: 1062 Duplicate entry" Issue fixed
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add ISO code with 2 digit and 3 digit

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this part, please elaborate.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for example for India, the ISO code is in 2 char IN and 3 char IND for the US in 2 char US and for 3 char USA
you can check Wikipedia link

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, I will look into that. Thanks.


## 2.x - 2023-10-04

- "Feature: Enhance Countries Table with Currency Code and Calling Code"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ php artisan country-data:install
### Requirements

``` bash
Laravel 5.8.x, 6.x, 7.x or 8.x
Laravel 5.8.x, 6.x, 7.x, 8.x, 9.x, 10.x
PHP >= 7.1.3 or Grater
```

Expand Down
Loading