Skip to content

Releases: EmicoEcommerce/Magento2Tweakwise

v7.0.1

11 Jun 08:18
faefe63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.0.1

v7.0.0

11 Jun 08:02
Compare
Choose a tag to compare

7.0.0 (2024-06-11)

Bug Fixes

Features

  • cancel prev autocomplete requests (#187) (108f14e)
  • TW-29: Personal merchandising functionality (7adb642)

BREAKING CHANGES

  • Varnish must be enabled for Personal Merchandising to work properly. If Varnish is not enabled, Personal Merchandising will not work as desired.
  • TW-29: Personal merchandising works with Varnish now.

v6.0.1

01 May 08:12
Compare
Choose a tag to compare

6.0.1 (2024-05-01)

Bug Fixes

  • allow access control origin in facets/facetattributes request (#174) (8a735ac)
  • Make installable on PHP 8.x (#173) (f564ffc)

v6.0.0

12 Apr 13:58
Compare
Choose a tag to compare

6.0.0 (2024-04-12)

Features

Performance Improvements

  • Applied phpcs and phpmd rules (9a499fd)

Bugfixes

  • fix filterurl without ajax #169

BREAKING CHANGES

  • Code is refactored based on phpcs and phpmd rules.

v6.0.0-beta.2

09 Apr 07:24
Compare
Choose a tag to compare
v6.0.0-beta.2 Pre-release
Pre-release

6.0.0-beta.2 (2024-04-09)

Features

v6.0.0-beta.1

29 Mar 11:42
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release

6.0.0-beta.1 (2024-03-29)

Performance Improvements

  • Applied phpcs and phpmd rules (9a499fd)

BREAKING CHANGES

  • Code is refactored based on phpcs and phpmd rules.

v5.8.3

12 Mar 09:21
Compare
Choose a tag to compare

What's Changed

  • Implemented prevention of duplicate attribute slug values. Previously, attribute values with variations in their representations, such as Black and Black", resulted in duplicate entries in the tweakwise_attribute_slug table. This duplication could disrupt filter functionality if the incorrect value was retrieved. This pull request addresses the issue by appending a unique identifier ("-") followed by a number to each slug, ensuring their uniqueness. Note that attributes with previously duplicated slug values will require re-saving to activate this fix. by @ah-net in #159

  • Resolved a notice issue pertaining to missing variables when the shopping cart is empty. Previously, certain sections of the application would trigger notices due to uninitialized variables when the cart was empty. by @ah-net in #157

Full Changelog: v5.8.2...v5.8.3

v5.8.2

21 Feb 15:42
Compare
Choose a tag to compare

What's Changed

  • Resolved an issue where the incorrect parent category was utilised while navigating a category tree that is three levels deep by @ah-net in #145
  • Resolved an issue where the filter parameter remained in the URL after deactivating the filter by @ah-net in #153
  • Resolved an issue where, with the URL pathslug strategy enabled, selecting a filter on a category page would lead to an incorrect URL upon refreshing the page and selecting another filter. by @ah-net in #144
  • Bugfix implemented to address the duplication of category names in the default Magento renderer by @ah-net in #146
  • Implemented query length limitation for search to prevent a 500 error by @ah-net in #147
  • Implemented a preventive measure to avoid errors when no attribute values are present for ALP facet requests by @ah-net in #152
  • Resolved the issue with personal merchandising and pagination not functioning correctly when utilising the filter form by @ah-net in #155
  • Implemented measures to prevent a 500 error in the search when Tweakwise is inaccessible or down by @ah-net in #154

Full Changelog: v5.8.1...v5.8.2

v5.8.1

23 Jan 09:45
Compare
Choose a tag to compare

What's Changed

  • Resolved an issue where the category filter was not considering the current applied filter, specifically when the query parameter strategy was enabled by @ah-net in #143
  • Fixed a bug where sending the root category in Tweakwise requests resulted in 500 errors by @ah-net in #142
  • Implemented a check to verify if an item is a Tweakwise filter, preventing 500 errors when the Tweakwise API doesn't respond.r by @ah-net in #139
  • Addressed an issue where a page reload caused the URL to be incorrect, preventing filters from deactivating. 2321eaf

Full Changelog: v5.8.0...v5.8.1

v5.8.0

16 Jan 15:31
Compare
Choose a tag to compare

What's Changed

The category view in Magento differs from the way it is presented in Tweakwise Demoshop, which we considered to be the desired behavior. The difference is related to the way how (sub)category levels are shown.

We've added a setting in which you can define whether to use the old/existing way of presenting, or whether you want to use the desired way of presenting. The setting 'category view' which you can find under "Stores->Catalog->Tweakwise->Layered Navigation->Category View" is set default to 'simple'. This represents the old way of presenting and nothing will change if you do not touch this setting. If the setting is changed to 'extended', the category view is changed to the same view as the Tweakwise demoshop

Full Changelog: v5.7.5...v5.8.0