Skip to content

Releases: IN10/multilanguage

v2.0.0-alpha.2

15 Oct 11:39
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release
laravel 8 update phase 1.2

v2.0.0-alpha.1

15 Oct 11:24
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
laravel 8 update phase 1.1

v1.2.0-alpha.2

06 Mar 12:57
Compare
Choose a tag to compare
v1.2.0-alpha.2 Pre-release
Pre-release
upgraded requirements for laravel 6

v1.2.0-alpha.1

06 Mar 11:20
Compare
Choose a tag to compare
v1.2.0-alpha.1 Pre-release
Pre-release
upgraded requirements for laravel 7

Redirects to the naked route now include the query string

03 Oct 10:16
Compare
Choose a tag to compare

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

22 Mar 11:01
Compare
Choose a tag to compare
v1.1.0

fix a bug that not actually translated routes

Fix bug that prevented route translation

22 Mar 10:55
Compare
Choose a tag to compare
v1.1.0-alpha.2

fix a bug that not actually translated routes

Add support for translating route strings with transGet

27 Feb 15:59
Compare
Choose a tag to compare
v1.1.0-alpha.1

docs for transGet routing

Production release

04 Feb 10:00
Compare
Choose a tag to compare

First actual production release

Fifth apha

30 Jan 11:03
Compare
Choose a tag to compare
Fifth apha Pre-release
Pre-release
  • Fixed a problem in routing when later routes subsume earlier, more specific routes