Skip to content

v1.0.0

Choose a tag to compare

@niels-numbers niels-numbers released this 02 May 10:13
· 56 commits to main since this release

v1.0.0 — first stable release

No code changes since v0.10.0. This release commits the public API as
stable and the project to semver going forward.

mcamara/laravel-localization - the package this one succeeds - has
been marked abandoned in Packagist with niels-numbers/laravel-localizer
set as the replacement, courtesy of @mcamara merging
mcamara/laravel-localization#955. Anyone running composer require
or composer update against the old package will now see a
deprecation hint pointing here.

Migrating from mcamara/laravel-localization

See docs/migrating-from-laravel-localization.md
for the step-by-step guide and the full list of long-standing issues
this rewrite addresses.

Thanks

To @mcamara for the original package, the trust, and the handover.
To @jordyvanderhaegen for issue #921
that seeded the architecture. To @codezero-be whose static
route-per-locale approach influenced the design.