Skip to content

Releases: stefro/laravel-lang-country

3.1.4

20 Jan 07:11
133e50a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.3...3.1.4

3.1.3

06 Dec 18:04
0f497b1
Compare
Choose a tag to compare

What's Changed

  • Alphabetical reorder of allowed countries in config file by @michal-krolik in #53
  • Enable type checking and update phpstan/phpstan dependency to version… by @stefro in #54
  • Bump vite from 4.4.9 to 4.5.1 by @dependabot in #55

Full Changelog: 3.1.2...3.1.3

3.1.2

18 Nov 15:24
1fd54a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.1...3.1.2

3.1.1

25 Oct 11:51
122980b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0

19 Oct 17:03
6506dfc
Compare
Choose a tag to compare

What's Changed

  • Automatic support for default Laravel authentication system Login event by @stefro in #45
  • Bugfix: File path handling for override by @stefro in #46

Full Changelog: 3.0.4...3.1.0

3.0.4

14 Oct 11:39
933f00f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.3...3.0.4

3.0.3

08 Oct 06:53
1a747a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.2...3.0.3

3.0.2

04 Oct 09:53
3cb4a98
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

04 Oct 06:30
9ca540f
Compare
Choose a tag to compare

What's Changed

  • Docs: Rename logo.svg to lowercase by @stefro in #38

Full Changelog: 3.0.0...3.0.1

Version 3.0.0

28 Sep 18:57
933538c
Compare
Choose a tag to compare

Added

Fixed

Changed

  • It now makes use of the lang_path() instead of the old Laravel resources\lang path.
  • Moved to namespace Stefro/LaravelLangCountry from InvolvedGroup/LaravelLangCountry
  • Changed a nasty typo throughout the entire codebase Prefered -> preferred.
  • Middleware has been changed to use the user lang_country when available.

Removed

  • Drop support for < PHP 8.1
  • Drop Support for < Laravel 9
  • Removed unused lang-countries in the allowed config list.
  • Removed Travis CI in favor of GitHub Actions.