Magento | Fixes and improvements (Apr 2026)

Magento2Tweakwise

  • Magento2Tweakwise 9.0.0 | Added support for the latest Tweakwise suggestions endpoint. We have now expanded the 'Item suggestions' configuration to allow for multiple, dynamic item types (like products and content). This means you can now seamlessly integrate blogs, pages, and FAQs into your search suggestions, right alongside your products. Previously, the 'Items' section was mainly reserved for products. We have now mirrored the flexibility of our Suggestions Groups (Categories, Facets, and Search Phrases) within the Item Suggestions section.
  • Magento2Tweakwise 9.0.0 | Resolved an issue where specific events would fail when utilizing the latest export version in combination with Grouped Export logic.
  • Magento2Tweakwise 9.0.0 | Shifted Admin Facet logic to the ALP module to streamline core functionality and reduce dependency overhead.
❗️

Breaking change: Magento2Tweakwise 9.0.0

Admin facet functionality has been moved entirely to the Automated Landing Pages module. This was done to decouple core logic from landing page-specific features. After updating to Magento2Tweakwise 9.0.0, you must also update your ALP modules (Magento2AttributeLanding, Magento2AttributeLandingTweakwise) to their latest versions to maintain Admin Facet functionality and prevent configuration errors.

Magento2AttributeLanding

  • Magento2AttributeLanding 6.0.5 | Fixed an issue where the overview page image was incorrectly deleted after saving a page update, ensuring media remains intact.
  • Magento2AttributeLanding 6.0.5 | Implemented comprehensive multi-language support for Overview pages. This ensures content translates correctly across different storeviews and improves localization workflows.
  • Magento2AttributeLanding 6.0.5 | Added the missing admin URL to the DataProvider configuration data. This ensures proper routing and consistent data fetching within the Magento Admin panel.
🚧

Configuration update

If you are using custom Admin UI components that extend the ALP DataProvider, ensure your configurations are synced with the new Admin URL parameters to avoid UI breakages.

Magento2AttributeLandingTweakwise

  • Magento2AttributeLandingTweakwise 4.5.0 | Filters for Attribute Landing Pages are now loaded directly from the Tweakwise Backend API. This ensures that the filters displayed in the backend include hidden filters, providing a more accurate representation of the available data.

Magento2TweakwiseExport

  • Resolved a critical issue where simple products assigned to multiple parent products (e.g., multiple configurables) caused Tweakwise import failures. The system now generates IDs based on product relationships for grouped export: Configurable parent will be formatted as {simple_id}-{parent_id}, as non configurable parent defaults to {simple_id}-{simple_id}.
❗️

Breaking change: ID format modification

This update changes the primary Item ID format for Grouped Export. If the customer utilizes Tweakwise events and uses the Grouped Export, they must update the Magento2Tweakwise (v 9.0.0) module to ensure compatibility with the new ID structure. Failure to do so will cause certain events to stop functioning.

Magento2TweakwiseHyva

  • Magento2TweakwiseHyva 4.7.0 | Added full support for the latest Tweakwise suggestions endpoint.
📘

Module dependencies

You must update the base Magento2Tweakwise (v 9.0.0) module to leverage the full functionality of the new suggestions endpoint.

Magento2TweakwiseJS

  • Magento2TweakwiseJS 1.5.0 | Added the ability to pass language codes to the Tweakwise JS implementation. This ensures frontend components, such as search and filters, are initialized with the correct locale context for better multi-language support.
  • Magento2TweakwiseJS 1.5.0 | Removed custom logic that is now handled by Magento2AttributeLanding. This cleanup reduces technical debt and prevents logic duplication across the stack.
❗️

Breaking change: Logic migration

Custom logic related to Attribute Landing Pages has been removed from Magento2TweakwiseJS. If you rely on this module to handle ALP-specific behaviors without the latest Magento2AttributeLanding module installed, landing page functionality will break. To must update the Magento2AttributeLanding (v 6.0.5) module to maintain full functionality.