Skip to content

Releases: Astrotomic/laravel-translatable

v11.1.1

24 Jun 10:47
e64ad85

Choose a tag to compare

  • Add missing return type-hints - #16

v11.1.0

20 Jun 12:21

Choose a tag to compare

  • Add missing dependencies illuminate/contracts and illuminate/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() to getTranslationRelationKey() 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

v11.0.0

18 Jun 12:41
ef7eab3

Choose a tag to compare

  • Add PHP7 type-hints #557
  • Move to Astrotomic #1 & #4

migrate from dimsav to astrotomic

  1. upgrade to dimsav/laravel-translatable:v10.0.0
  2. run composer remove dimsav/laravel-translatable
  3. run composer require astrotomic/laravel-translatable
  4. replace Dimsav\ by Astrotomic\ in your whole project (namespace change)