We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5767bc2 commit 88335e3Copy full SHA for 88335e3
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All Notable changes to **Laravel Localized Routes** will be documented in this file.
4
5
+## 2.2.3 (2020-01-16)
6
+
7
+- Return a URL with query string from `Route::localizedUrl()`
8
+- Use the `route()` helper for named routes to support translated slugs with the `Lang::uri()` macro
9
+- Improve unregistered route handling in the `UrlGenerator`
10
11
## 2.2.2 (2020-01-09)
12
13
- Generate absolute and non absolute URL's using `Route::localizedUrl($locale, $parameters, $absolute)`
0 commit comments