EmicoEcommerce / Magento2Tweakwise-archived

Magento 2 module for Tweakwise integration
Other
9 stars 25 forks source link

Feature/seo #71

Closed bramstroker closed 5 years ago

bramstroker commented 5 years ago

Add BC breaks to release notes.

UrlInterface::getSliderUrl(Filter $facet) changed to UrlInterface::getSliderUrl(Item $item)

UrlInterface forces return types now. When you implement this interface you need to change your signatures.

We have split up the UrlInterface into seperate interfaces, UrlInterface, CategoryUrlInterface and FilterApplierInterface. When you have a custom implementation for UrlInterace you need to update your concrete class to use this new interfaces.