Skip to content

Releases: mcamara/laravel-localization

v2.2.1

27 Nov 21:07
a19ddcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

27 Nov 19:27
fea226d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

26 Nov 21:42
ff6bcf8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

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