Skip to content

Releases: patricksamson/laravel-locale-switcher

Laravel 9 support

10 Jun 16:47
d1c57be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...9.0.0

8.0.0

07 Oct 17:43
52063d0
Compare
Choose a tag to compare

Support Laravel 8.x

7.0.0

07 Oct 17:43
e6e575f
Compare
Choose a tag to compare

Support Laravel 7.x

6.0.0

07 Oct 17:42
b825762
Compare
Choose a tag to compare

Support Laravel 6.x

Support Laravel 6.x

13 Jan 22:00
Compare
Choose a tag to compare
2.0.0

Support Laravel 6.x

Support Laravel 5.7

12 Feb 16:29
Compare
Choose a tag to compare
1.5.0

Support Laravel 5.7

Support Laravel 5.5 & 5.6

28 May 19:25
Compare
Choose a tag to compare
1.4.0

Final test matrix for Laravel 5.5 & 5.6

Rewrite

04 Apr 16:37
Compare
Choose a tag to compare

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

10 Jan 21:28
Compare
Choose a tag to compare

It is now possible to choose which locales are allowed. See the Config file.

Added tests and cleaned up

14 Sep 01:13
Compare
Choose a tag to compare
  • Added tests
  • Changed namespace to Lykegenes\LocaleSwitcher