Releases: liip/LiipImagineBundle
Releases · liip/LiipImagineBundle
Release 1.0.6
[loader] Fix GridFSLoader.
Release 1.0.5
- Add support of isStored for the runtime config too.
Release 1.0.4
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
Merge pull request #458 from lstrojny/bugfix/imagine-color-class Fixing issue with removed class Color
Release 1.0.2
[resolver] Changed default cache_prefix
in WebPathResolverFactory
to avoid endless redirect issues in some browsers.
Release 1.0.1
[stream] Better handling of cases when file does not exist or file_get_contexts return false.
Release 1.0.0-alpha7
Fix serious bug in runtime filters. We advise you to update If you use this feature.
Release 1.0.0
Merge pull request #413 from digitalkaoz/metadata_reader added possibility to use imagine new metadata api
Release 1.0.0-alpha6
Merge pull request #425 from formapro-forks/remove-custom-route-loader [router] remove custom route loader.
Release 1.0.0-alpha4
Merge pull request #396 from formapro-forks/configuration-is-not-arra…