Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsav committed May 22, 2014
1 parent 489b322 commit ceb82ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Add the package in your composer.json file and run `composer update`.
```json
{
"require": {
"dimsav/laravel-translatable": "3.*"
"dimsav/laravel-translatable": "4.*"
}
}
```
Expand Down Expand Up @@ -163,8 +163,8 @@ Translatable is fully compatible with all kinds of Eloquent extensions, includin
## Version History

### v. 4.0
* Removed syntax `$model->en->name` because conflicts may happen if the model has a property named `en`. See #18.
* Added method `hasTranslation($locale)`. See #19.
* Removed syntax `$model->en->name` because conflicts may happen if the model has a property named `en`. See [#18](https://github.com/dimsav/laravel-translatable/issues/18).
* Added method `hasTranslation($locale)`. See [#19](https://github.com/dimsav/laravel-translatable/issues/19).

### v. 3.0
* Fixed bug #7. Model's Translations were deleted when the model delete failed.
Expand Down

0 comments on commit ceb82ad

Please sign in to comment.