Skip to content

Releases: liip/LiipImagineBundle

Release 1.2.2

08 Jan 16:27
Compare
Choose a tag to compare

Add Interlace filter.

Release 1.2.1

10 Dec 13:01
Compare
Choose a tag to compare
  • Fixes a aws s3 service definition.

Release 1.2.0

10 Dec 11:16
Compare
Choose a tag to compare
  • Added ability to configure put options in AwsS3Resolver.

Release 1.1.1

12 Nov 10:15
Compare
Choose a tag to compare
  • Fixes a case when post processor is not defined.

Release 1.1.0

29 Oct 18:49
Compare
Choose a tag to compare

post processor and jpeg optim post processor.

Release 1.0.8

22 Oct 06:29
Compare
Choose a tag to compare
  • Remove cyrillic file from tests

1.0.7: Merge pull request #510 from Neime/image-not-found-default

19 Oct 13:14
Compare
Choose a tag to compare

Release 1.0.6

17 Sep 09:54
Compare
Choose a tag to compare

[loader] Fix GridFSLoader.

Release 1.0.5

15 Sep 11:13
Compare
Choose a tag to compare
  • Add support of isStored for the runtime config too.

Release 1.0.4

30 Jul 14:52
Compare
Choose a tag to compare

Change generate cache url and url where cached images are stored

/media/cache/resolve/{filter}/{path} - the url of the action which generates the cache. called only when > you do not have the cache.
/media/cache/{filter}/{path} - where web path resolver stores cached image.

More details here: #467