1.0.0-alpha6 to 1.0.0-alpha7
- [Configuration]
liip_imagine.controller_actionoption was removed in favour of an array of actions. Seeliip_imagine.controllerconfig
-liip_imagine:
- controller_action: AcmeDemoBundle:Default:filterAction
+liip_imagine:
+ controller:
+ filter_action: AcmeDemoBundle:Default:filterAction1.0.0-alpha5 to 1.0.0-alpha6
-
[Route]
ImagineLoaderwas removed. Please adjust yourapp/config/routing.ymlfile.-_imagine: - resource: . - type: imagine +_liip_imagine: + resource: "@LiipImagineBundle/Resources/config/routing.xml"
-
[Configuration]
liip_imagine.filter_sets.routeoption and sub options were removed. -
[Configuration]
liip_imagine.cache_prefixoption was removed.
- [Symfony] Required minimum symfony version was updated to 2.3.
- [Logger] Symfony
LoggerInterfacewas replaced with PSR-3 one. - [Cache] New
isStoredmethod was added. - [Cache] The method
ResolverInterface::getBrowserPathwas removed. - [Cache] The method
ResolverInterface::storeacceptBinaryInterfaceas first argument. - [Cache] The method
ResolverInterface::storereturn nothing. - [Cache] The method
ResolverInterface::removereturn nothing. - [Cache] The method
ResolverInterface::removetakes required array of filter as first argument. - [Cache] The method
ResolverInterface::removetakes optional path as second argument. - [Cache] The method
ResolverInterface::cleanwas removed. - [Cache] The method
ResolverInterface::resolvetakes path and filter as arguments. - [Cache] The method
ResolverInterface::resolvereturn absolute url of the cached image. - [Cache] The method
CacheManager::resolvemay throw OutOfBoundsException if required resolver does not exist. - [Cache] The method
CacheManager::resolvereturn absolute url of the cached image. - [Cache] The method
CacheManager::storeacceptBinaryInterfaceas first argument. - [Cache] The method
CacheManager::storereturn nothing. - [Cache] The method
CacheManager::clearResolversCachewas removed. - [Cache] The method
CacheManager::getWebRootwas removed. - [Cache] The method
CacheManager::getBrowserPaththird argument was changed, now it isruntimeConfig. - [Cache] The method
CacheManager::generateUrlthird argument was changed, now it isruntimeConfig. - [Cache]
NoCacheResolverrenamed toNoCacheWebPathResolver. - [Cache]
AbstractFilesystemResolverwas removed. - [Data]
LoaderInterface::findnow can return string orBinaryInterfaceinstance. - [Data]
DataManager::findnow can returnBinaryInterfaceinstance only. - [Data] All data loaders moved to
Binary/Loaderfolder. - [Data] Tag name
liip_imagine.data.loaderchanged toliip_imagine.binary.loader - [Data] Parameter key
liip_imagine.data.loader.filesystem.classchanged toliip_imagine.binary.loader.filesystem.class - [Data] Parameter key
liip_imagine.data.loader.stream.classchanged toliip_imagine.binary.loader.stream.class - [Data] Service id
liip_imagine.data.loader.prototype.filesystemchanged toliip_imagine.binary.loader.prototype.filesystem - [Data] Service id
liip_imagine.data.loader.prototype.streamchanged toliip_imagine.binary.loader.prototype.stream - [Filter]
FilterManager::applyFilternow return instance ofBinaryInterface. - [Filter]
FilterManager::applyFilterfirst argument was changed from Image instance to BinaryInterface one. - [Filter]
FilterManager::getwas removed. - [Configuration]
liip_imagine.filter_sets.pathoption was removed. - [Configuration]
liip_imagine.filter_sets.formatoption was removed. - [Configuration]
liip_imagine.cache_mkdir_modeoption was removed. - [Configuration]
liip_imagine.web_rootoption was removed. - [Configuration]
liip_imagine.cachedefault value was changed fromweb_pathtodefault. - [Configuration]
liip_imagine.formatsoption was removed. - [Configuration]
liip_imagine.data_rootoption was removed.