File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ echo $post->translate('fr')->title; // Mon premier post
5959
6060| Package | Laravel | PHP |
6161| :--- | :--- | :--- |
62+ | ** v11.4** | ` 5.6.* / 5.7.* / 5.8.* / 6.* ` | ` >=7.1.3 ` |
6263| ** v11.3** | ` 5.6.* / 5.7.* / 5.8.* ` | ` >=7.1.3 ` |
6364| ** v11.2** | ` 5.6.* / 5.7.* / 5.8.* ` | ` >=7.1.3 ` |
6465| ** v11.1** | ` 5.6.* / 5.7.* / 5.8.* ` | ` >=7.1.3 ` |
Original file line number Diff line number Diff line change 22
33## v11
44
5+ ### v11.4.0
6+
7+ * optimize translation by locale getter - [ \# 42] ( https://github.com/Astrotomic/laravel-translatable/pull/42 )
8+ * add Laravel 6 support - [ \# 52] ( https://github.com/Astrotomic/laravel-translatable/pull/52 )
9+
510### v11.3.0
611
712* Add ` \Astrotomic\Translatable\Validation\RuleFactory ` - [ \# 34] ( https://github.com/Astrotomic/laravel-translatable/pull/34 )
Original file line number Diff line number Diff line change @@ -20,5 +20,3 @@ To achieve this structure in your form - to prevent manipulating the form data j
2020<input type="text" name="de[title]" />
2121```
2222
23-
24-
You can’t perform that action at this time.
0 commit comments