Releases: stefro/laravel-lang-country
Releases · stefro/laravel-lang-country
3.1.4
3.1.3
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
What's Changed
- Fixed typos by @stefro in #49
- Disable type check due to error: Argument type mismatch by @stefro in #52
- Added pl-PL by @michal-krolik in #50
- Added customization for Language Switcher's uri by @michal-krolik in #51
New Contributors
- @michal-krolik made their first contribution in #50
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- add pashto language Afghanistan by @hanifhefaz in #47
New Contributors
- @hanifhefaz made their first contribution in #47
Full Changelog: 3.1.0...3.1.1
3.1.0
3.0.4
What's Changed
- Add Russian country data by @VKambulov in #42
- Added a new resource to the documentation (https://github.com/mledoze/countries) by @stefro
New Contributors
- @VKambulov made their first contribution in #42
Full Changelog: 3.0.3...3.0.4
3.0.3
What's Changed
- Bump postcss from 8.4.29 to 8.4.31 by @dependabot in #40
New Contributors
- @dependabot made their first contribution in #40
Full Changelog: 3.0.2...3.0.3
3.0.2
3.0.1
Version 3.0.0
Added
- Codebases is now 100% testable 🎉
- Codebase is now 100% typed 🎉
- Complete rewrite of the documentation: https://stefro.github.io/laravel-lang-country/getting-started/changelog.html
- Enforcing 100% code coverage and 100% type coverage in CI.
- Using Pest for testing.
Fixed
Changed
- It now makes use of the
lang_path()
instead of the old Laravelresources\lang
path. - Moved to namespace
Stefro/LaravelLangCountry
fromInvolvedGroup/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 theallowed
config list. - Removed Travis CI in favor of GitHub Actions.