Changelog
Version 1.0.5 (2026-08-03)
- Compatibility with Magento 2.4.9
- Removed the unused
laminas/laminas-serializer dependency, which has no PHP 8.5 support
1.0.4 - 2026-06-03
Fixed
- Page 500 (
Creation of dynamic property ...PDFHelper::$y is deprecated) on PHP 8.2:
the $y layout cursor is now declared on the PDF helper.
1.0.3 - 2026-06-03
Fixed
- Page 500 (
Creation of dynamic property ...Index::$logger is deprecated) on PHP 8.2:
the $logger property is now declared on the Index controller.
1.0.2 - 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.1 (2023-10-12)
- Added support for PHP 8.1 and Magento 2.4.6
- Internal cleanups and type fixes