Releases: patricksamson/laravel-locale-switcher
Releases · patricksamson/laravel-locale-switcher
Laravel 9 support
What's Changed
- Move to GitHub Actions by @patricksamson in #17
- Compatibility for Laravel 9.x, PHP 8.1 by @nmiyazaki-chapleau in #18
New Contributors
- @nmiyazaki-chapleau made their first contribution in #18
Full Changelog: 2.0.0...9.0.0
8.0.0
Support Laravel 8.x
7.0.0
Support Laravel 7.x
6.0.0
Support Laravel 6.x
Support Laravel 6.x
2.0.0 Support Laravel 6.x
Support Laravel 5.7
1.5.0 Support Laravel 5.7
Support Laravel 5.5 & 5.6
1.4.0 Final test matrix for Laravel 5.5 & 5.6
Rewrite
What's new :
- complete rewrite
- The detection logic is now split in drivers that can be enabled or disabled (route parameter, query string, browser locale)
- You can now also choose which storage driver you want (cookies, session, or none)
- The locale detection Key can now be customized
- You can choose which locales are enabled
- improved test coverage
Define supported locales
It is now possible to choose which locales are allowed. See the Config file.
Added tests and cleaned up
- Added tests
- Changed namespace to Lykegenes\LocaleSwitcher