Skip to content

Commit 0d49fff

Browse files
Gummibeergitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent cb47203 commit 0d49fff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ 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` |
63-
| **v11.3** | `5.6.* / 5.7.* / 5.8.*` | `>=7.1.3` |
64-
| **v11.2** | `5.6.* / 5.7.* / 5.8.*` | `>=7.1.3` |
65-
| **v11.1** | `5.6.* / 5.7.* / 5.8.*` | `>=7.1.3` |
66-
| **v11.0** | `5.6.* / 5.7.* / 5.8.*` | `>=7.1.3` |
62+
| **v11.4 - v11.5** | `5.6.* / 5.7.* / 5.8.* / 6.*` | `>=7.1.3` |
63+
| **v11.0 - v11.3** | `5.6.* / 5.7.* / 5.8.*` | `>=7.1.3` |
6764

docs/changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
## v11
44

5+
### v11.5.0
6+
7+
* Add rule parsing to `\Astrotomic\Translatable\Validation\RuleFactory` - [\#56](https://github.com/Astrotomic/laravel-translatable/pull/56)
8+
59
### v11.4.0
610

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)
11+
* Add Laravel 6 support - [\#52](https://github.com/Astrotomic/laravel-translatable/pull/52)
912

1013
### v11.3.0
1114

0 commit comments

Comments
 (0)