Releases: liip/LiipImagineBundle
Releases · liip/LiipImagineBundle
2.13.2
2.13.1
2.13.0
2.12.3
2.12.2
- Autoconfigure tags
'liip_imagine.filter.loader
,liip_imagine.filter.post_processor
andliip_imagine.binary.loader
and allow to specify these by class name in addition to service names (homersimpsons) - Avoid PHP 8.3 warning with default empty prefix (simonberger)
2.12.1
2.12.0
- Fix documentation filter command parameter name (rdavaillaud)
- Add return types in form (garak) (fixes support of new Symfony versions)
- Improved documentation for flysystem adapter (gregberger)
- Drop support for PHP 7.1, minimum version is now 7.2.
- PHPStan and CS fixes
2.11.0
- Compatibility with Symfony 6.3 (We do not expect users to extend a compiler passes or the DI extension of this bundle. If you did, you might need to adjust return types) (mbabker)
- Documentation improvements (StevenRenaux, StevenRenaux, mysterty)
2.10.0
- Allow configuring the
vips
imagine driver provided byrokka/imagine-vips
#1496 (PabloKowalczyk) - Fix PHP 8.1 issues with
imagine/imagine
#1491 (LoicBoursin)
2.9.0
- Fix Symfony 6.1 deprecations #1472 (willemverspyck)
- Allow extra keys to generate correct Symfony configuration class #1484 (bobvandevijver)