This version comes with few BC breaks
The signature of Translatable
is changed:
before
public function setCurrentTranslation(Translation $translation);
now:
public function setCurrentTranslation(Translation $translation = null);
The signature of Translatable
is changed:
before
public function setCurrentTranslation(Translation $translation);
now:
public function setCurrentTranslation(Translation $translation = null);