Skip to content

Releases: liip/LiipImagineBundle

2.15.0

09 Oct 06:50
@dbu dbu
2.15.0

Choose a tag to compare

  • Refactored Request::get() to Request::query::get() to avoid deprecation with Symfony 7.4 (dmaicher)

2.14.0

03 Sep 06:34
@dbu dbu
2.14.0

Choose a tag to compare

  • Allow configuring empty ACLs on AWS S3 resolver to skip ACLs (deguif)
  • Add use_psr_cache option 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

12 Dec 09:39
@dbu dbu
2.13.3

Choose a tag to compare

  • Prevent InvalidArgumentException from FileinfoMimeTypeGuesser when chain loading an image that is not a file (revoltek-daniel)

2.13.2

04 Sep 12:56
@dbu dbu
2.13.2

Choose a tag to compare

  • Remove deprecated spaceless filter from twig template (JohJohan)

2.13.1

03 Jul 13:29
@dbu dbu
2.13.1

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

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

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

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

Choose a tag to compare

  • Adjustments to install with Symfony 7 (mbabker)

2.12.0

23 Sep 15:00
@dbu dbu
2.12.0

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