Skip to content

Releases: mcamara/laravel-localization

1.3.6

15 Mar 17:24
Compare
Choose a tag to compare
Fix #468 and #429 (#529)

When app is running in the console, we should use the default value of config('app.locale'), don't need to negotiator with the accept-language

1.3.5

19 Feb 09:29
Compare
Choose a tag to compare

Laravel 5.6

v1.3.4

23 Jan 15:11
Compare
Choose a tag to compare

Added an option to exclude current locale from LaravelLocalization::getSupportedLocales function.

Thanks to @chriys

v1.3.3

11 Nov 13:25
Compare
Choose a tag to compare
The language negotiator will convert the locale names into canonical …

v1.3.2

11 Sep 11:53
Compare
Choose a tag to compare
Fix issue when calling getLocalizedURL() on L5.5 (credits to leMaur)

1.2.7

08 Aug 04:42
Compare
Choose a tag to compare
Authorize Laravel 5.3 and 5.4 (#474)

Currently configuration fails with Laravel 5.4.*.

1.2.6

18 May 10:23
Compare
Choose a tag to compare
Update LaravelLocalizationViewPath.php (#452)

Changed namespace from 'App\Http\Middleware' to 'Mcamara\LaravelLocalization\Middleware'

1.2.5

11 May 06:04
Compare
Choose a tag to compare
v1.2.5

Added new middleware to dynamically use current locale as base-view-p…

1.2.4

25 Apr 15:29
Compare
Choose a tag to compare
v1.2.4

[#293] Cant switch to default language if hiding default locale in UR…

1.2.3

18 Feb 20:53
Compare
Choose a tag to compare
v1.2.3

Upgraded version and fixed tests