Skip to content

This version comes with few BC breaks

Compare
Choose a tag to compare
@Warxcell Warxcell released this 07 Dec 08:14
· 117 commits to master since this release

The signature of Translatable is changed:
before

public function setCurrentTranslation(Translation $translation);

now:

public function setCurrentTranslation(Translation $translation = null);