This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
v4.4
- Drops support for laravel 4.0.
- Compatible with laravel 4.1 and laravel 4.2.
- External config file.
- Fallback issue fixed.
- Added translated and translatedIn scopes.
- Changed behavior: getting non existing translations with
getTranslation()
used to return objects, nownull
is returned. - Translated attributes now shown when converting
toArray()
ortoJson()
. - Fixed bug: fill() created empty translations even when translated attributes were not fillable.
- Added option to make translated attributes always fillable.