Changelog
1.1.0
New in version 1.1.0
Comprehensive quality review: security hardening, performance improvements, backend maintenance module, responsive srcset, and expanded test coverage.
- Added backend maintenance module with directory statistics, system requirements check, and clear processed images action.
- Added responsive width-based
srcsetgeneration as opt-in feature. - Added
widthVariantsparameter for custom breakpoints. - Added
sizesparameter for responsive image sizing. - Added
fetchpriorityattribute for resource hints. - Added path traversal hardening and XSS prevention.
- Added DoS prevention via dimension and quality clamping.
- Added HTTP caching headers (
Cache-Control: immutable,ETag,Last-Modified). - Added 15 language localizations.
- Added 33+ unit tests, fuzz tests, and functional tests.
- Added full TYPO3 documentation structure.
1.0.3
- Fixed
Processor::getValueFromMode()TypeError for non-matching URLs (crawler/bot srcset descriptors).
1.0.2
- Fixed nullable
dirnameaccess inSourceSetViewHelper.
1.0.1
- Added
ext_for classic installation.emconf. php
1.0.0
- Initial stable release.
- GitHub Actions CI workflows.
0.1.5
- Fixed
strtolower()null argument error. - Fixed array offset access on boolean value.
- Allowed numeric characters in file extensions.
- Added extension icon.
- Corrected crop variant examples.
- Improved lazy loading behavior.