Skip to content

Releases: chinleung/laravel-multilingual-routes

v1.4.1

17 Dec 00:06
6d287f3
Compare
Choose a tag to compare
  • Detect locale of the request through Accept-Language (#15)

v1.4.0

02 Dec 19:29
1f281fb
Compare
Choose a tag to compare
  • Added configuration MULTILINGUAL_ROUTES_DEFAULT_LOCALE to customize the default locale (#14)
  • Changed MULTILINGUAL_ROUTES_PREFIX_FALLBACK to MULTILINGUAL_ROUTES_PREFIX_DEFAULT

v1.3.0

23 Oct 14:41
dd3bd89
Compare
Choose a tag to compare
  • Added support for route constraints (#12)

v1.2.3

10 Oct 19:02
25bfa4d
Compare
Choose a tag to compare
  • Fixed view route registration throwing no action logic exception (#10)

v1.2.2

20 Sep 19:23
Compare
Choose a tag to compare
  • Fixed route registration with prefix group stack (#9)

v1.2.1

19 Sep 23:14
efa7706
Compare
Choose a tag to compare
  • Fixed registration for routes with identical keys (#8)

v1.2.0

07 Sep 21:41
3af61eb
Compare
Choose a tag to compare
  • Added support for Laravel 6

v1.1.0

06 Aug 15:57
Compare
Choose a tag to compare
  • Added support for view routes (#5)

v1.0.2

01 Aug 14:15
Compare
Choose a tag to compare
  • Fixed home page not registering properly (#3)

v1.0.1

30 Jul 18:28
Compare
Choose a tag to compare
  • Require chinleung/laravel-locales as a dependency
  • Moved laravel-multilingual-routes.locales to laravel-locales.supported for locales configuration
  • Added MULTILINGUAL_ROUTES_PREFIX_FALLBACK env to prefix fallback configuration