LiipImagineBundle Versions Save

Symfony Bundle to assist in imagine manipulation using the imagine library

2.12.3

4 weeks ago
  • Add alias for Imagine\Image\ImagineInterface to help autowiring.

2.12.2

3 months ago
  • Autoconfigure tags 'liip_imagine.filter.loader, liip_imagine.filter.post_processor and liip_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

6 months ago
  • Adjustments to install with Symfony 7 (mbabker)

2.12.0

8 months ago
  • 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

1 year ago
  • 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

1 year ago

2.9.0

1 year ago

2.8.0

2 years ago
  • adjust codestyle to newest php-cs-fixer #1468 (dbu)
  • feat: add a cwebp post-processor for WebP images #1466 (DjLeChuck)
  • return values from the aws client are not used #1461 (dbu)
  • file_get_contents might return false. related to #1452 #1453 (dbu)
  • Use bin/console in documentation #1448 (tbredillet)

2.7.6

2 years ago

2.7.5

2 years ago
  • Fix animated gifs can not be transformed to the webp format #1444 (Yoann-TYT)