Skip to content

Releases: mcamara/laravel-localization

Version 1.3.16

30 Oct 06:34
Compare
Choose a tag to compare
Fixed getLocalizedURL producing duplicate query string (side effect o…

…f #578). (#602)

Version 1.3.15

16 Oct 15:58
Compare
Choose a tag to compare
locales mapping test (#601)

* added script to composer running tests

* added localesMapping test on language negotiation

Version 1.3.14

16 Oct 13:51
Compare
Choose a tag to compare
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

15 Oct 14:52
Compare
Choose a tag to compare
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

05 Oct 07:45
515a24c
Compare
Choose a tag to compare
Update README.md

Version 1.3.11

04 Sep 10:31
c661954
Compare
Choose a tag to compare
  • 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.

v1.3.10

26 Jul 13:49
Compare
Choose a tag to compare
Minor code tweaks (#574)

1.3.9

30 Apr 17:30
Compare
Choose a tag to compare
Fix replacing route parameter with correct key with implicit paramet……

… (#552)

* Fix replacing route parameter with correct key with implicite parameter bindings.

Inspired by Illuminate\Routing\UrlGenerator::formatParameters()

* Update readme

1.3.8

30 Apr 17:29
Compare
Choose a tag to compare
Fix replacing route parameter with correct key with implicit paramet……

… (#552)

* Fix replacing route parameter with correct key with implicite parameter bindings.

Inspired by Illuminate\Routing\UrlGenerator::formatParameters()

* Update readme

v1.3.7

25 Apr 17:17
Compare
Choose a tag to compare
Issue #546 - Fix issue with unable to detect routes properly when the…

…re are multiple consecutive slashes before locale. (#547)