Skip to content

Releases: EmicoEcommerce/Magento2TweakwiseHyva

v4.3.2

26 Feb 08:51
22da507
Compare
Choose a tag to compare

4.3.2 (2025-02-26)

Bug Fixes

  • Show visuals without merchandising builder and AJAX filtering enabled (f4a811b)
  • Uncaught TypeError: invalid assignment to const href (56af862)

v4.3.1

16 Jan 10:14
9e8b9da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

v4.3.0

17 Dec 14:19
a5b45f7
Compare
Choose a tag to compare

4.3.0 (2024-12-17)

Bug Fixes

  • url encode #59

Features

  • Add tw analytics api #58

v4.2.0

16 Oct 14:27
3c74d84
Compare
Choose a tag to compare

4.2.0 (2024-10-16)

In this release, the view templates have been updated. This change should not affect custom template overwrites, except if your Tweakwise filter names or values contain HTML that needs to be escaped.

We recommend checking your template overwrites to ensure that any HTML in Tweakwise filters is properly escaped.

Bug Fixes

Features

v4.1.0

24 Sep 15:06
c82dfd7
Compare
Choose a tag to compare

4.1.0 (2024-09-24)

Bug Fixes

Features

  • Implemented visuals functionality (9cf9296)

v4.0.0

31 Jul 12:16
d1f6457
Compare
Choose a tag to compare

4.0.0 (2024-07-31)

Bug Fixes

Features

  • Personal merchandising functionality for recommendations (bcca92d)
  • searchable filters (#32) (b22889d)
  • TW-29: Personal merchandising functionality (979c061)

BREAKING CHANGES

  • Recommendations can be used with personal merchandising now in combination with Varnish
  • TW-29: Personal merchandising works with Varnish now.

v3.0.0

11 Jun 07:47
67dc47f
Compare
Choose a tag to compare

3.0.0 (2024-06-11)

BREAKING CHANGES

  • Personal merchandising works with Varnish now.

  • fix(TW-29): Changed required magento2-tweakwise version

v2.4.1

01 May 13:51
e82e5c6
Compare
Choose a tag to compare

What's Changed

Added support for php 8.3

Full Changelog: v2.4.0...v2.4.1

v2.4.0

23 Apr 10:05
Compare
Choose a tag to compare

2.4.0 (2024-04-23)

Bug Fixes

Features

v2.3.9

12 Mar 11:58
215e52c
Compare
Choose a tag to compare

What's Changed

Bug Fix: Category URLs Incorrect in Tweakwise Tree View with Hyva Theme

Issue: In Tweakwise when the category view is set to tree, the category URLs in the Hyva theme are incorrect. When navigating through categories, the URLs contain the current category URL for other categories.

Example: When selecting the "Women" category, the URL for the "Men" category appears as https://shop.url/women/men, instead of https://shop.url/men.

Resolution: This release addresses the issue by fixing the category URL generation in the Tweakwise tree view, ensuring that category URLs in the Hyva theme display correctly.

by @ah-net in #29

Full Changelog: v2.3.8...v2.3.9