Magento | Fixes and improvements (Aug 2026)

Minor releases introduce new features and improvements for our Magento plugins. Check out what’s new!

Magento2Tweakwise

📘

Breaking

Custom event tracking built on older Tweakwise analytics event behavior could stop reporting correctly after upgrade. Any custom tracking mappings or assumptions must be validated and updated where needed after moving to this release.

  • Magento2Tweakwise 11.0.0 | The Event Tag integration has been rewritten completely to a new tracking flow in order to improve performance and reduce impact on the Magento server. Analytics events for product views, add-to-cart actions, and purchases were sent through older tracking behavior, which could cause inconsistent reporting in newer setups. Tracking is now migrated to the Tweakwise Event Tag flow so event reporting is aligned with the current analytics implementation.
  • Magento2Tweakwise 11.0.0 | Users could not quickly see updated product counts while selecting filters before fully reloading pages. A dedicated count update flow now returns product totals for current filter choices and shows them in navigation.
  • Magento2Tweakwise 11.0.0 | Filter options could miss extra visual details (col/row span) needed to build richer storefront elements. Filter data now includes these visual details so storefront components can show more complete filter content.
  • Magento2Tweakwise 11.0.0 | Searching with certain special characters could cause filter data processing to fail and break parts of the page. Facet handling now safely falls back when values are missing so search pages stay stable.
  • Magento2Tweakwise 11.0.0 | In languages with accented characters, creating or matching filter URL slugs could behave inconsistently and allow unexpected duplicates. Slug storage now uses stricter character comparison so accented values behave predictably.
  • Magento2Tweakwise 11.0.0 | Layered navigation made more database calls than needed and slowed category and search interactions. Link building now avoids redundant lookups and reduces query load. Layered navigation could feel slower under heavier filter usage because link rendering repeated expensive resolution work. Navigation helpers now reuse data more effectively and reduce request overhead.
  • Magento2Tweakwise 11.0.0 | Search result pages with category-related contexts could fail to show visual tile content where expected. Search layout wiring now correctly loads visual tiles in those matching cases.
  • Magento2Tweakwise 11.0.0 | Category page AJAX behavior could return inconsistent filter interaction state in combined setups. AJAX handling now supports this flow consistently across affected page types.
  • Magento2Tweakwise 11.0.0 | Autocomplete could trigger warnings when response parts were empty and degrade suggestion rendering quality. Suggestion parsing now handles empty values safely and avoids warning output.

Magento2TweakwiseHyva

📘

Breaking: Ensure PHP 8.2+ before upgrade

Installations on older PHP versions could no longer meet new package requirements after this update. The minimum required PHP version is 8.2; both runtime and build environments must be upgraded before deploying this release.

  • Magento2TweakwiseHyva 5.0.0 | Swatch filter options did not show result counts, making it harder for shoppers to understand filter impact. Color swatch options now display result counts directly in the filter UI.
  • Magento2TweakwiseHyva 5.0.0 | Search result pages in Hyva could miss visual template overrides and show inconsistent visual output compared to expected behavior. Hyva search layout now includes the visual override so visuals render correctly on search.
  • Magento2TweakwiseHyva 5.0.0 | After the Event Tag rewrite in the core module, Hyva storefront tracking could become incompatible and cause missing or incorrect analytics events. Hyva compatibility has been updated and released so tracking remains aligned.

Magento2AttributeLanding

  • Magento2AttributeLanding 8.1.0 | Attribute landing pages in the Magento admin listing lacked an immediate way to see whether a page was active. The grid now show a status column so enablement is visible at a glance.

Magento2AttributeLandingTweakwise

  • Magento2AttributeLangingTweakwise 5.1.0 | Attribute Landing Pages could not return live product counts through the same count endpoint used elsewhere, so count feedback was missing or inconsistent on those pages. Landing pages are now supported in the product-count flow, including landing-page filters and selected query filters, so shown counts match the active landing page selection.