All notable changes to laravel-translatable
will be documented in this file
- fix service provider error
- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below
app.fallback_local
will now be used (see #148)
- add support for Laravel 5.8
- add
hasTranslation
- allow 0 to be used as a translation value
- allow
getTranslations
to return other things than strings
- fix regarding empty locales
- added
translations
accessor - dropped support for PHP 7.0
- add support for Laravel 5.7
- made it possible to get all translations in one go
- better handling of
null
values
- add support for L5.6
- make locale handling more flexible
- fix for using translations within translations
- fix event
key
attribute - fix support for mutators
- added support for setting a translation directly through the property
- added support for Laravel 5.5, dropped support for all older versions
- rename config file from
laravel-translatable
totranslatable
- add
forgetAllTranslations
- improve support for fallback locale
- improve compatibility for Laravel 5.4
- add compatibility for Laravel 5.4
- made
isTranslatableAttribute
public
- add L5.3 compatibility
- added support for a fallback locale
- initial release