Releases: liip/LiipImagineBundle
Releases · liip/LiipImagineBundle
2.15.0
2.14.0
- Allow configuring empty ACLs on AWS S3 resolver to skip ACLs (deguif)
- Add
use_psr_cacheoption to AWS S3 resolver configuration in order to support PSR cache. Configuring a doctrine cache now will trigger a deprecation (deguif) - Add ability to specify a custom s3 client service in aws s3 resolver configuration (deguif)
2.13.3
- Prevent InvalidArgumentException from FileinfoMimeTypeGuesser when chain loading an image that is not a file (revoltek-daniel)
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_processorandliip_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