Skip to content

Releases: DougSisk/laravel-country-state

Bump rinvex/countries

14 Feb 19:48

Choose a tag to compare

5.0.1

bump rinvex/countries

Laravel 12 Support

14 Feb 19:44

Choose a tag to compare

  • 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

02 Feb 15:47

Choose a tag to compare

Laravel 11 Support. Also updated test suite to support newer PHPUnit versions.

Laravel 10 Support

30 Jan 22:09

Choose a tag to compare

4.2

Laravel 10 support

Laravel 9 Support

05 Feb 15:07

Choose a tag to compare

4.1

Support Laravel 9

PHP 8 Support

28 Dec 16:03
1db52c1

Choose a tag to compare

Merge pull request #21 from DougSisk/develop

4.0

Laravel 7+ Support

03 Mar 16:18

Choose a tag to compare

Add Laravel 7 & 8 support

Add PHP 7.4 to Travis

Laravel 6.0 Support

09 Sep 03:41

Choose a tag to compare

PHP 7.2+ and Laravel 6.0+ now supported only. Use version 2 for Laravel 5.1-5.8 support.

Underlying package renamed

08 Oct 17:07

Choose a tag to compare

Fixes issue with underlying package renamed on Packagist

Add methods related to country info

06 Oct 16:46

Choose a tag to compare

Add getCountry() which returns a Rinvex\Country\Country instance
and getCountryName() which returns the name of a country.