Releases: Astrotomic/laravel-translatable
Releases · Astrotomic/laravel-translatable
v11.5.1
v11.5.0
v11.4.0
v11.3.0
v11.2.1
v11.2.0
v11.1.3
v11.1.2
v11.1.1
v11.1.0
- Add missing dependencies
illuminate/contracts
andilluminate/database
- #9 - Add
\Astrotomic\Translatable\Contracts\Translatable
interface - Split
\Astrotomic\Translatable\Translatable
into multiple traits - but use them in the main one - Add
translation
relationship - #3 - Flag methods, not defined in interface as
@internal
- Rename
getRelationKey()
togetTranslationRelationKey()
to prevent conflicts - the original one is@deprecated
and will be dropped in next major release - Update the where translation scopes to unify them and remove duplicated code - #2