Skip to content

Releases: mcamara/laravel-localization

2.0.1

13 Mar 08:45
9b47bb7
Compare
Choose a tag to compare

1.8.0

18 Feb 15:46
9b1779a
Compare
Choose a tag to compare

Compatibility with Laravel 10

1.7.0

26 Jan 10:28
2756531
Compare
Choose a tag to compare
v1.7.0

Update README.md

1.6.2

24 Oct 11:58
645819d
Compare
Choose a tag to compare
  • fix bug in switching arabic to another language (#722)
  • Add PHPDoc to facade (#768)
  • exclude http methods from processing to solve 'POST not working' issue (#760)
  • Handle locales mapping when loading caches routes (#763)

1.6.1

01 Oct 07:45
4f0bfd8
Compare
Choose a tag to compare
Support Laravel < 6 for Illuminate\Support\Env usage (#750)

* Use Env::get instead of env

It conflicts with other `env()` global functions (such as CakePHP), and most of them don't handle closures.

* Support Laravel < 6 for Illuminate\Support\Env usage

Fixed `env()` and `Illuminate\Support\Env` usage to support Laravel < 6

1.6.0

12 Sep 14:22
fdb68d2
Compare
Choose a tag to compare

Compatibility with Laravel 8

Version 1.5.0

05 Mar 15:20
13a5171
Compare
Choose a tag to compare
  • Compatibility with Laravel 7.x

Version 1.4.8

03 Jan 16:28
Compare
Choose a tag to compare
  • Added en_CA to the default config file by @xitude

Version 1.4.7

04 Nov 23:33
Compare
Choose a tag to compare
Add translatable route parameters (#676)

* Add new Interface for translating RouteParameter

* Add instructions to use translatable route paramters

* Add route-model-binding to translatable slugs

* Correct Interface path in Readme

* Fixes PSR2 for new test method

* Update Readme

Add example for route-model-binding

Version 1.4.6

25 Oct 08:31
Compare
Choose a tag to compare
Fix missing import in LocaleCookieRedirect (#674)

* Add missing import for LanguageNegotiator

* Fix formatting