Skip to content

Releases: liip/LiipImagineBundle

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

Release 1.0.3

30 Jul 09:01
Compare
Choose a tag to compare
Merge pull request #458 from lstrojny/bugfix/imagine-color-class

Fixing issue with removed class Color

Release 1.0.2

24 Jun 16:04
Compare
Choose a tag to compare

[resolver] Changed default cache_prefix in WebPathResolverFactory to avoid endless redirect issues in some browsers.

Release 1.0.1

06 Jun 07:42
Compare
Choose a tag to compare

[stream] Better handling of cases when file does not exist or file_get_contexts return false.

Release 1.0.0-alpha7

22 May 06:03
Compare
Choose a tag to compare

Fix serious bug in runtime filters. We advise you to update If you use this feature.

Release 1.0.0

30 May 09:50
Compare
Choose a tag to compare
Merge pull request #413 from digitalkaoz/metadata_reader

added possibility to use imagine new metadata api

Release 1.0.0-alpha6

29 Apr 12:17
Compare
Choose a tag to compare
Merge pull request #425 from formapro-forks/remove-custom-route-loader

[router] remove custom route loader.

Release 1.0.0-alpha4

16 Apr 07:07
Compare
Choose a tag to compare
Merge pull request #396 from formapro-forks/configuration-is-not-arra…