Skip to content

Releases: liip/LiipImagineBundle

2.13.1

03 Jul 13:29
@dbu dbu
2.13.1
Compare
Choose a tag to compare
  • Fix Json Manifest handling when manifest file does not exist yet (AirBair)

2.13.0

19 Jun 09:37
@dbu dbu
2.13.0
0c95437
Compare
Choose a tag to compare
  • Support JsonManifestVersionStrategy that was added in Symfony 6.

2.12.3

16 May 08:53
@dbu dbu
2.12.3
fa2baa6
Compare
Choose a tag to compare
  • Add alias for Imagine\Image\ImagineInterface to help autowiring.

2.12.2

23 Feb 21:13
@dbu dbu
2.12.2
Compare
Choose a tag to compare
  • 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

14 Nov 08:00
@dbu dbu
2.12.1
Compare
Choose a tag to compare
  • Adjustments to install with Symfony 7 (mbabker)

2.12.0

23 Sep 15:00
@dbu dbu
2.12.0
Compare
Choose a tag to compare
  • 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

16 May 06:14
@dbu dbu
2.11.0
Compare
Choose a tag to compare
  • 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

01 Dec 13:21
@dbu dbu
2.10.0
Compare
Choose a tag to compare

2.9.0

06 Oct 06:34
@dbu dbu
2.9.0
Compare
Choose a tag to compare

2.8.0

30 May 13:08
@dbu dbu
2.8.0
Compare
Choose a tag to compare
  • 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)