Releases: igaster/laravel-translate-eloquent
Releases · igaster/laravel-translate-eloquent
v1.2.5
-[Bug]: Fixed issue #9 wrong join queries
v1.2.4
Laravel 5.4 compatibility
v1.2.3
- Allow null translations
- Laravel 5.4 compatibility
v1.2.2
- Fixed empty() return value in PHP5.5
v1.2.1
Eager Loading a translation with any model
v1.2.0
- Support for Eloquent::create()
- Support for Eloquent::update()
- Cascade delete translations when the base model is deleted