Releases: mcamara/laravel-localization
Releases · mcamara/laravel-localization
Version 1.3.16
Fixed getLocalizedURL producing duplicate query string (side effect o…
Version 1.3.15
locales mapping test (#601) * added script to composer running tests * added localesMapping test on language negotiation
Version 1.3.14
Fix https://github.com/mcamara/laravel-localization/issues/305 (#599) * Cleanup code in LaravelLocalizationRedirectFilter * Fix problem when hideDefaultLocale and AcceptLangaugeHeader are both enabled * Fixed problem with AcceptHeader & hideDEfault
Version 1.3.13
Mapping locales to custom prefixes (#560) * add locale mapping * supporting locales mapping in negotiator * add explanation on config * uncomment only en locale * added readme section to reflect localesMapping
Version 1.3.12
Update README.md
Version 1.3.11
- Merged in solution for caching translated and localized routes (originally in separate package czim/laravel-localization-route-cache) by CZim.
If you used this package, be sure to remove it when upgrading to this version. - Added
'utf8suffix' => env('LARAVELLOCALIZATION_UTF8SUFFIX', '.UTF-8')
to config file.