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 160032c commit 9ab0383Copy full SHA for 9ab0383
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All Notable changes to **Laravel Localized Routes** will be documented in this file.
4
5
+## 2.2.0 (2020-01-08)
6
+
7
+- Localize 404 and fallback URL's
8
+- Add README instructions on how to localize your 404 pages properly
9
+- Add `Route::isLocalized()` macro
10
+- Fix issue with `Route::localizedUrl()` on 404 pages (#16)
11
+- Fix issue with `Route::localizedUrl()` on non localized routes
12
+- Fix issue with generating localized URL's using custom domains
13
+- Enable use of Route::localizedUrl() with unnamed routes
14
15
## 2.1.0 (2019-12-22)
16
17
- Add `Route::localizedUrl()` macro to generate a URL for the current route in any locale.
0 commit comments