Releases: IN10/multilanguage
Releases · IN10/multilanguage
v2.0.0-alpha.2
laravel 8 update phase 1.2
v2.0.0-alpha.1
laravel 8 update phase 1.1
v1.2.0-alpha.2
upgraded requirements for laravel 6
v1.2.0-alpha.1
upgraded requirements for laravel 7
Redirects to the naked route now include the query string
When redirecting from example.com/en/foo
to the naked route example.com/foo
, the query string from the original request is now appended to the new URL. Previously example.com/en/foo?bar=1
would redirect to example.com/foo
. It will now redirect to example.com/foo?bar=1
.
This is considered an oversight in the original design, and thus a bugfix-release.
Add support for translating route strings with transGet
v1.1.0 fix a bug that not actually translated routes
Fix bug that prevented route translation
v1.1.0-alpha.2 fix a bug that not actually translated routes
Add support for translating route strings with transGet
v1.1.0-alpha.1 docs for transGet routing
Production release
First actual production release
Fifth apha
- Fixed a problem in routing when later routes subsume earlier, more specific routes