Releases: DougSisk/laravel-country-state
Releases · DougSisk/laravel-country-state
Bump rinvex/countries
Laravel 12 Support
- Added support for Laravel 12
- Modernized with types
- Dropped Laravel versions 10 and below
- PHP minimum version bumped up to 8.2
- Added note about outdated underlying data package
Laravel 11 Support
Laravel 11 Support. Also updated test suite to support newer PHPUnit versions.
Laravel 10 Support
4.2 Laravel 10 support
Laravel 9 Support
4.1 Support Laravel 9
PHP 8 Support
Merge pull request #21 from DougSisk/develop 4.0
Laravel 7+ Support
Add Laravel 7 & 8 support
Add PHP 7.4 to Travis
Laravel 6.0 Support
PHP 7.2+ and Laravel 6.0+ now supported only. Use version 2 for Laravel 5.1-5.8 support.
Underlying package renamed
Fixes issue with underlying package renamed on Packagist
Add methods related to country info
Add getCountry() which returns a Rinvex\Country\Country instance
and getCountryName() which returns the name of a country.