Skip to content

Releases: liip/LiipImagineBundle

2.17.1

06 Jan 09:35
@dbu dbu
2.17.1

Choose a tag to compare

  • Fix for AssetMapperLoaderFactory service definition to not fail when not configured (dbu)

2.17.0

05 Jan 14:50
@dbu dbu
2.17.0

Choose a tag to compare

  • Add AssetMapperLocator to work with the asset mapper in development mode (tito10047)
  • Drop support for PHP 7 (dbu)

2.16.0

01 Dec 10:50
@dbu dbu
2.16.0
335121e

Choose a tag to compare

  • Compatible with Symfony 8 (dmaicher) (including a bunch of PRs to change all XML configuration to PHP configuration)
  • Test with PHP 8.5 and fix deprecations(dbu)
  • Drop support for unmaintained Symfony versions (dmaicher)

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.