Skip to content

Commit cce61b3

Browse files
Gummibeergitbook-bot
authored andcommitted
GitBook: [master] 3 pages modified
1 parent df7865a commit cce61b3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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` |

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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)

docs/usage/forms.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)