Changelog
1.0.17 - 2026-08-03
Compatibility with Magento 2.4.9
1.0.16 - 2026-06-03
Fixed
Search page 500 (strpos(): Argument #1 must be of type string, null given) when the
search query is empty/null (e.g. a bare /catalogsearch/result/). The query is now cast
and bails early; switched to str_contains and skips empty filter words.
Version 1.0.15 (2026-05-12)
Compatibility with Magento 2.4.8-p5
Compatibility with Magento 2.4.7-p10
1.0.14 - 2026-03-16
Added
Documentation (DE/EN) with admin and frontend screenshots
AGENTS.md with architecture documentation
.gitlab-ci.yml for CI/CD pipeline
Unit tests
docs/generate.sh for PDF generation
Version 1.0.13 (2026-03-10)
Compatibility with Magento 2.4.8-p4
Compatibility with Magento 2.4.7-p9
Version 1.0.12 (2025-10-15)
Compatibility with Magento 2.4.8-p3
Compatibility with Magento 2.4.7-p8
Version 1.0.11 (2025-10-14)
Version bump without code changes
Version 1.0.10 (2025-10-14)
Compatibility with Magento 2.4.7-p7
Compatibility with Magento 2.4.8-p2
Version 1.0.9 (2025-06-30)
Compatibility with Magento 2.4.7-p6
Compatibility with Magento 2.4.8-p1
Version 1.0.8 (2025-04-25)
Compatibility with Magento 2.4.7-p5
Compatibility with Magento 2.4.8
Version 1.0.7 (2025-02-24)
Added support für Magento 2.4.7-p4
Version 1.0.6 (2024-11-07)
Added support für Magento 2.4.7-p3
Version 1.0.5 (2024-09-30)
Rename module to fit naming conventions
Version 1.0.4 (2024-09-05)
Make marketplace compatible
Version 1.0.2 (2024-06-02)
Added support für Magento 2.4.7-p1
Version 1.0.1 (2023-09-18)
Added support for PHP 8.1 and Magento 2.4.6
Internal cleanups and type fixes
Back to top