Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

v2.1.2

Compare
Choose a tag to compare
@edwinljacobs edwinljacobs released this 13 Nov 11:09
· 480 commits to master since this release

Same as v2.1.1, However release 2.1.1 had an error which has been fixed. For clarity the release notes of 2.1.1 have been included

EmicoEcommerce/Magento2Tweakwise#88
Fixed issue where featured product template does not have an empty option when editing a category. This would lead to it being saved on all categories. The issue being that if one wants to change the default featured product template one has to adjust it for all categories saved prior to changing the default template.

EmicoEcommerce/Magento2Tweakwise#89
Fixed issue where seo urls are applied on search page, this leads to incorrect filtering. Fallback to query param strategy has been implemented

EmicoEcommerce/Magento2Tweakwise#90
Recommendation response data was different than expected in some cases. Take that into account.

EmicoEcommerce/Magento2Tweakwise#85
Fixed issue where category permissions throws an exception when price is disabled (this is only relevant for enterprise). Filters in Magento need to have an attribute model, however tweakwise filters can be derived from magento attributes so its not always clear that a filter coming from tweakwise has a magento attribute associated to it. If there is no way to relate an attribute to a tweakwise filter we now mock one so that any potential "missing attribute model" errors are fixed.