Skip to content

Commit

Permalink
GitBook: [master] 3 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer authored and gitbook-bot committed Sep 4, 2019
1 parent df7865a commit cce61b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ echo $post->translate('fr')->title; // Mon premier post

| Package | Laravel | PHP |
| :--- | :--- | :--- |
| **v11.4** | `5.6.* / 5.7.* / 5.8.* / 6.*` | `>=7.1.3` |
| **v11.3** | `5.6.* / 5.7.* / 5.8.*` | `>=7.1.3` |
| **v11.2** | `5.6.* / 5.7.* / 5.8.*` | `>=7.1.3` |
| **v11.1** | `5.6.* / 5.7.* / 5.8.*` | `>=7.1.3` |
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## v11

### v11.4.0

* optimize translation by locale getter - [\#42](https://github.com/Astrotomic/laravel-translatable/pull/42)
* add Laravel 6 support - [\#52](https://github.com/Astrotomic/laravel-translatable/pull/52)

### v11.3.0

* Add `\Astrotomic\Translatable\Validation\RuleFactory` - [\#34](https://github.com/Astrotomic/laravel-translatable/pull/34)
Expand Down
2 changes: 0 additions & 2 deletions docs/usage/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ To achieve this structure in your form - to prevent manipulating the form data j
<input type="text" name="de[title]" />
```



0 comments on commit cce61b3

Please sign in to comment.