Skip to content

2.17.0

Compare
Choose a tag to compare
@RicLeP RicLeP released this 22 Nov 14:34
· 133 commits to master since this release

Added the ability to specify the class to be used when resolving related stories.

Class properties have had type added - any classes that extend these classes will need to be updated to match. For example if you’re using protected $_resolveRelations = ['something] you’ll need to change it to protected array $_resolveRelations = ['something].