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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsav committed Jun 10, 2014
1 parent 78a6430 commit b30361c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ Translatable is fully compatible with all kinds of Eloquent extensions, includin

## Version History

### v. 4.1
* Added [fallback](https://github.com/dimsav/laravel-translatable/issues/23) to default locale if translations is missing.
* Added travis environment for laravel 4.2.

### v. 4.0
* 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).
Expand Down

0 comments on commit b30361c

Please sign in to comment.