Skip to content

Latest commit

 

History

History
935 lines (729 loc) · 92.8 KB

CHANGELOG.md

File metadata and controls

935 lines (729 loc) · 92.8 KB

Changelog

This file contains a complete enumeration of all pull requests merged for a given releases. Unreleased, upcoming changes will be updated here periodically; reference the next release on our milestones page for the latest changes.

2.x

  • Avoid PHP 8.3 warning with default empty prefix (simonberger)
  • Adjustments to install with Symfony 7 (mbabker)
  • Fix documentation filter command parameter name (rdavaillaud)
  • Add return types in form (garak) (fixes support of new Symfony versions)
  • Improved documentation for flysystem adapter (gregberger)
  • Drop support for PHP 7.1, minimum version is now 7.2.
  • PHPStan and CS fixes
  • Compatibility with Symfony 6.3 (We do not expect users to extend a compiler passes or the DI extension of this bundle. If you did, you might need to adjust return types) (mbabker)
  • Documentation improvements (StevenRenaux, StevenRenaux, mysterty)

Full Changelog

  • adjust codestyle to newest php-cs-fixer #1468 (dbu)
  • feat: add a cwebp post-processor for WebP images #1466 (DjLeChuck)
  • return values from the aws client are not used #1461 (dbu)
  • file_get_contents might return false. related to #1452 #1453 (dbu)
  • Use bin/console in documentation #1448 (tbredillet)

2.7.6 (2022-01-14)

Full Changelog

Full Changelog

2.7.5 (2022-01-11)

Full Changelog

  • Fix animated gifs can not be transformed to the webp format #1444 (Yoann-TYT)

2.7.4 (2021-12-27)

Full Changelog

2.7.3 (2021-12-03)

Full Changelog

2.7.2 (2021-11-11)

Full Changelog

2.7.1 (2021-11-02)

Full Changelog

2.7.0 (2021-10-28)

Full Changelog

  • The image controller now redirects with 302 instead of 301 by default #1404 (dbu) You can configure the controller.redirect_response_code setting to revert to 301 if you are sure this will not cause problems with your setup.
  • Create Lazy-Loaded Twig Extension #1376 (emmanuelballery)
  • lazy twig extension: handle asset versioning, added imagine_filter_cache, better test coverage #1397 (dbu)
  • asset versions: have & instead of second ? when image url already has a query string #1402 (dbu)
  • fix handling of + in image names, added some functional tests #1391 (dbu)
  • Allow installing doctrine/cache 2.0 #1395 (dbu)
  • [Flysystem Resolver] Allowing "noPredefinedVisibility" for the visibility config parameter #1389 (comxd)
  • Change registering the form theme to prepend the configuration #1387 (mbabker)
  • Fix service definitions for mime and extension guessers #1379 (mbabker)
  • Allow installing doctrine/cache 2.0 #1375 (alcaeus)
  • Messenger support #1360 (mynameisbogdan)
  • Add Twig filter for resolve path to cache #1348 (peter-gribanov)
  • Add WebP client side resolving section in documentation #1380 (peter-gribanov)
  • Generate WebP in liip:imagine:cache:resolve CLI command and async resolve cache messages #1347 (peter-gribanov)
  • Add FormatExtensionResolver #1300 (ossinkine)
  • Documentation improvements #1396, #1399, #1400, #1403, #1401 (dbu)
  • Add doc for disabling auth on filter controllers #1383 (mbabker)

2.6.1 (2021-05-22)

Full Changelog

2.6.0 (2021-03-31)

Full Changelog

2.5.0 (2021-02-08)

Full Changelog

2.4.0 (2020-12-16)

Full Changelog

2.3.1 Symfony 5.1 support (2020-06-26)

Full Changelog

Merged pull requests:

2.3.0 Symfony 5 (2020-01-04)

Full Changelog

Merged pull requests:

Closed issues:

  • Thumbnails creation: 500 internal server error #1254
  • Image "auto_rotate"-filter is not rotating my images correctly #1247
  • A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0. #1234
  • Resolve cache images in background not working #1228
  • Create thumb image without storing #1204
  • Version/milestones? #1186
  • Thumbnail with fixed size #1181
  • Configure enqueue #1142
  • Access FilterService from another service in Symfony 4 #1135
  • Cache images are not found #1061
  • help with amazons3 and gaufrette loader #776
  • Work with images from database #771
  • Crop image into circle #752
  • applyMask() not working #750
  • Redirection to login if cached image not created #747
  • defne public route #743
  • Auto rotate problem in real server #741
  • image not appear (Source image could not be found) #740
  • Can't clear cache for previously existing thumbs ? #739
  • Wrong Environment loaded by Liip (Always Prod) #738
  • Automatic rotation in conjunction with thumbnails #737
  • Cache paths 404 response since upgrade to AWS SDK 3 #726
  • Path Problems when imagename from variable #724
  • Cache image not generated if app_dev.php is not in url #716
  • Can't resize if the desired size is < to thumbnail size #710
  • Custom StreamLoader of LiipImagineBundle never instantiated #698
  • Sometimes when production cache is being generated, resources directory is incorrect #689
  • Availablity of Google Cloud Storage Resolver like AwsS3Resolver #666
  • JpegOptimPostProcessor options #589
  • Trim filter #586
  • Get filesystem path from cache manager #572
  • how to apply grayscale filter on an image? #540
  • Rotation issue #532
  • S3 GET Parameters not stripped #529
  • Issue with path on Windows? #527
  • hotlink cache image from outside #494
  • Opposite of inset? #484
  • Thumbnail without redirect. How? #465
  • couldn't get working watermark #459
  • Symfony, Liip Imagine bundle not working on server in prod environment #450
  • Apply Filter In Command #438
  • Applying filters to high resolution images does not work #431
  • Upscale improvements #428
  • PSD conversion to jpg #426
  • S3 store folder path #347
  • need https option for aws stream #335
  • Including filters inside filters #255
  • improve error message #192
  • Resize and crop with cropping options #72

2.2.0 (2019-10-04)

Full Changelog

  • Allow unresolvable data roots for filesystem locator (robfrawley)
  • Add "fixed-size" filter implementation (peter-gribanov)
  • Only use actual path without any query parameters from the url (TiMESPLiNTER)
  • Add missing ImageType::getBlockPrefix() method (EmmanuelVella)
  • Replace app/console with bin/console (welcoMattic)
  • Fix Symfony 4.2 Deprecation Warnings (hjanuschka)
  • Fix special characters encoding in URL path (dbalabka)
  • Update imagine/imagine dependency to 1.1 (maximgubar)
  • Only use actual path without any query parameters from the url (maximgubar) See also UPGRADE.md - if you used URLs with domains to get your images, you will need to adjust.
  • [Dependency Injection] Add aliases for data and filter manager (fpaterno)
  • Use Autorotate Filter from Imagine library (franmomu)
  • Fix Mime deprecations for Symfony 4 (franmomu)

2.1.0 (2018-07-10)

Full Changelog

  • added bypassing of loaders and resolvers configuration #1110 (maximgubar)
  • php-cs-fixer: skip native constants check #1107 (maximgubar)
  • added ability to inject custom drivers #1105 (maximgubar)
  • [Filters] [Config] [DI] Add Filter configuration class as public service #1098 (maximgubar)
  • [Data Loader] [Docs] Add chain loader implementation and related docs #1096 (robfrawley)
  • Added transparency to background filter #1095 (nielstholenaar)
  • [Docs] Add routing removal in Upgrade file #1092 (tifabien)
  • [Tests] [Deprecation] Updated bundle notation to accommodate Symfony 4.1 and set browser client to not catch exceptions #1090 (robfrawley)
  • moved GitHub-specific documents into .github and split issue template #1089 (maximgubar)
  • fix annotation #1072 (auipga)

2.0.0 (2018-04-30)

Full Changelog

  • [Post Processors] [Filters] [BC BREAK] Remove configurable post processor interface for one interface and cleanup filter manager #1075 (robfrawley)
  • [Meta] Add code of conduct and update contributor instructions #1071 (robfrawley)
  • [Dependencies] Update imagine/imagine to ^0.7.1,<0.8 #1067 (robfrawley)
  • [Documentation] Correct indentation in AWS-S3 cache resolver documentation #1063 (robfrawley)
  • [CS] Globally update code style using new php-cs-fixer rules #1058 (robfrawley)
  • [CI] [CS] Add a required php-cs-fixer build run to Travis matrix #1057 (robfrawley)
  • [Tests] Add missing PHPUnit @covers annotations #1054 (robfrawley)
  • [CI] Move the "simple-phpunit install" command to Travis install section to collapse the output #1048 (dbu)
  • [CS] [Dependencies] [Dependency Injection] [Form] [General] Update compiler log format, remove legacy code, remove deprecated, fix docblocks/style, general Travis config, upgrade coveralls, and general fixes #1047 (robfrawley)
  • [CS] Changes to support new php-cs-fixer rule set #1046 (robfrawley)
  • [Dependencies] Revert php-cs-fixer development dependency removal #1045 (dbu)
  • [Dependency Injection] Detect proper web root path based on Symfony kernel version #1044 (robfrawley)
  • [Async] [DI] Make resolve_cache_processor a public service #1043 (silverbackdan)
  • [CS] Implement new php-cs-fixer rules and related code cleanup #1040 (sebastianblum)
  • [Dependency Injection] Change cache manager from private service to public to fix deprecation #1038 (fabianoroberto)
  • [CI] Extend and enhance Travis build matrix #1035 (sebastianblum)
  • [Dependencies] Remove unused php-cs-fixer from require-dev #1031 (dbu)
  • [Tests] [CI] [Dependencies] Refactored Travis config to use simple-phpunit and remove phpunit Composer dependency #1029 (sebastianblum)
  • [Documentation] Fix binary name in png-quant.rst #1026 (bruno-ds)
  • [Post-Processors] Replaced ProcessBuilder with Process and add additional tests #1025 (fabianbloching)
  • [Tests] Fix tests on Symfony 3.4 and 4.0 #1023 (lsmith77)
  • [Dependency Injection] Add alias for cache manager #1022 (garak)
  • [Documentation] Align example and description quality values in png-quant.rst #1020 (qkdreyer)
  • [Dependency Injection] Change imagine controller from private service to public service #1019 (michaelperrin)
  • [Dependencies] Enable Symfony 4.0 support #1013 (lsmith77)
  • [Dependencies] Enable Symfony 4.0 support #1010 (llaakkkk)
  • [Tests] [CI] Add PHP 7.2 to Travis test matrix #1009 (dbu)
  • [Documentation] Fix bucket parameter nesting level in aws_s3.rst YAML example #996 (bocharsky-bw)
  • [Data Loader] [Data Locator] [Dependency Injection] Pass root paths to FileSystemLocator during construction #930 (rpkamp)
  • [Dependency Injection] [Filter] Implement filter service abstraction for creating images #922 (rpkamp)

1.9.1 (2017-09-09)

Full Changelog

  • [Console] [BC BREAK] The resolve command's --as-script/-s option/shortcut renamed to --machine-readable/-m (fixes #988), its output updated to aligned with the resolve command, and the "--machine-readable/-m" option added. #991 (robfrawley)

1.9.0 (2017-09-02)

Full Changelog

  • [Tests] Fix filesystem loader deprecation message in tests. #982 (robfrawley)
  • [Filter] Add "centerright" and "centerleft" positions to background filter. #974 (cmodijk)
  • [Config] Allow to configure the HTTP response code for redirects. #970 (lstrojny)
  • [Console] Added --force option, renamed --filters to --filter, and made resolve command output pretty. #967 (robfrawley)
  • [CS] Fix two docblock annotations. #965 (imanalopher)
  • [Data Loader] [Deprecation] The FileSystemLoader no longer accepts an array of data root paths; instead pass a FileSystemLocator, which should instead be passed said paths. #963 (robfrawley, rpkamp)
  • [Composer] Allow avalanche123/Imagine version 0.7.0. #958 (robfrawley)
  • [Data Loader] [Documentation] Add chain loader documentation. #957 (robfrawley)
  • [Data Loader] Add chain loader implementation. #953 (robfrawley)
  • [CS] Fix templating extension method return type. #951 (imanalopher)
  • [Dependency Injection] Fix compiler pass log message typo. #947 (you-ser)
  • [Travis] Default to trusty container image (with precise image for php 5.3). #945 (robfrawley)
  • [Enqueue] Use simplified transport configuration. #942 (makasim)
  • [Filter] Add resolution loader implementation. #941 (robfrawley)
  • [Travis] Remove Symfony 3.3 from allowed failures. #940 (robfrawley)
  • [Utility] Use simplified Symfony kernel version comparison operation. #939 (robfrawley)

1.8.0 (2017-05-09)

Full Changelog

  • [Minor] [Bug] Revert to php-cs-fixer 1.x and run fixer #927 (robfrawley)
  • [Routing] Deprecate XML routing file in favor of YAML #925 (robfrawley)
  • [Filter] Add flip filter implementation to core #920 (robfrawley)
  • [Queue] Resolve image caches in background using message queue. #919 (makasim)

1.7.4 (2017-03-02)

Full Changelog

  • [Bug] Revert adding leading slash to S3 class names #893 (cedricziel)

1.7.3 (2017-03-02)

Full Changelog

  • [Tests] Support PHPUnit 5.x (and remove depredations) #887 (robfrawley)
  • [Tests] Assert expected deprecation using symfony/phpunit-bridge #886 (robfrawley)
  • [Minor] [Docs] Fix typo in general filters documentation #888 (svenluijten)
  • [Loader] Add bundle resources to safe path when requested #883 (bobvandevijver, robfrawley)
  • [Tests] Enable mongo unit tests on PHP7 using "mongo" => "mongodb" extension adapter #882 (robfrawley)
  • [Loader] [Locator] FileSystemLocator service must not be shared #875 (robfrawley)

1.7.2 (2017-02-07)

Full Changelog

  • [Loader] Abstract filesystem resource locator and legacy insecure locator implementation #866 (robfrawley)
  • [Minor] [Loader] Fix for FileSystemLoader annotation #868 (tgabi333)
  • [DependencyInjection] Container logging for compiler passes #867 (robfrawley)
  • [CI] Use Prestissimo package for Travis build #864 (robfrawley)
  • [GitHub] Add Hithub templates for issues and PRs #863 (robfrawley)
  • [Symfony] Bug fixes and deprecation cleanup for Symfony 3.3 #860 (robfrawley)
  • [Filter] Upscale filter should use the highest dimension to calculate ratio #856 (Rattler3)

1.7.1 (2017-01-20)

Full Changelog

1.7.0 (2017-01-08)

Full Changelog

1.6.0 (2016-07-22)

Full Changelog

1.5.3 (2016-05-06)

Full Changelog

  • add @Event annotation to let IDEs known event names and class instance #732 (Haehnchen)
  • Introduce mozjpeg and pngquant post-processors, add transform options. #717 (antoligy)
  • StreamLoader-exception-arguments #714 (antonsmolin)

1.5.2 (2016-02-16)

Full Changelog

  • Revert "Merge pull request #699 from jockri/fix-background-filter" #709 (mangelsnc)

1.5.1 (2016-02-13)

Full Changelog

  • Fix regression introduced in bb8e4109672902e37931e0a491ff55ebac93d8e9 #707 (Seldaek)

1.5.0 (2016-02-12)

Full Changelog

1.4.3 (2016-01-14)

Full Changelog

1.4.2 (2015-12-29)

Full Changelog

1.4.1 (2015-12-27)

Full Changelog

1.4.0 (2015-12-27)

Full Changelog

  • [resolver] Add ability to force resolver. #684 (makasim)

1.3.3 (2015-12-27)

Full Changelog

1.3.2 (2015-12-10)

Full Changelog

1.3.1 (2015-08-27)

Full Changelog

1.3.0 (2015-06-04)

Full Changelog

  • use setFactory service definition method for symfony >= 2.6 (when possible) #566 (adam187)

1.2.7 (2015-06-02)

Full Changelog

1.2.6 (2015-04-24)

Full Changelog

1.2.5 (2015-04-08)

Full Changelog

1.2.4 (2015-03-27)

Full Changelog

  • Update how missing filters are logged #579 (trsteel88)
  • use isDefined method for OptionsResolver instead of isKnown (when possible) #567 (adam187)

1.2.3 (2015-02-22)

Full Changelog

1.2.2 (2015-01-08)

Full Changelog

  • Update the filter_sets Documentation about removed configurations #543 (mbiagetti)
  • implement interlace filter #503 (wodka)

1.2.1 (2014-12-10)

Full Changelog

1.2.0 (2014-12-10)

Full Changelog

1.1.1 (2014-11-12)

Full Changelog

1.1.0 (2014-10-29)

Full Changelog

  • Post-processors - handlers to be applied on filtered image binary #519 (kostiklv)

1.0.8 (2014-10-22)

Full Changelog

1.0.7 (2014-10-18)

Full Changelog

  • fix tests, upgrade phpunit up to 4.3 #511 (makasim)
  • Image default when notloadable exception #510 (Neime)
  • Explain how to change the default resolver #508 (dbu)
  • Updated DI configuration to the current implementation of the loader #500 (peterrehm)
  • Support custom output format for each filter set #477 (teohhanhui)

1.0.6 (2014-09-17)

Full Changelog

1.0.5 (2014-09-15)

Full Changelog

1.0.4 (2014-07-30)

Full Changelog

1.0.3 (2014-07-30)

Full Changelog

  • Fixing issue with removed class Color #458 (lstrojny)
  • Added PHP 5.6 and HHVM to travis.yml #454 (Nyholm)
  • make the Bundle compatible with config:dump-reference command #452 (lsmith77)

1.0.2 (2014-06-24)

Full Changelog

1.0.1 (2014-06-06)

Full Changelog

  • [stream] throws exception when content cannot be read. #444 (makasim)
  • remove unused use-statement and fix phpdoc #441 (UFOMelkor)

1.0.0 (2014-05-22)

Full Changelog

1.0.0-alpha7 (2014-05-22)

Full Changelog

1.0.0-alpha6 (2014-05-05)

Full Changelog

1.0.0-alpha5 (2014-04-29)

Full Changelog

1.0.0-alpha4 (2014-04-14)

Full Changelog

  • [config] correctly process resolvers\loaders section if not array or null #396 (makasim)
  • Issue#368 wrong image path #395 (serdyuka)

1.0.0-alpha3 (2014-04-14)

Full Changelog

1.0.0-alpha2 (2014-04-10)

Full Changelog

1.0.0-alpha1 (2014-04-07)

Full Changelog

v0.21.1 (2014-03-14)

Full Changelog

v0.21.0 (2014-03-14)

Full Changelog

  • Added reference on how to get image path inside a controller #340 (ama3ing)
  • [1.0] add phpunit as require-dev #339 (makasim)
  • [1.0] Twig helper not escape filter url #337 (makasim)
  • Added cache clearing & setting cachePrefix for Aws S3 #336 (rvanlaarhoven)
  • Merge latest changes in master to develop branch #334 (makasim)
  • Update to Imagine 0.6 #330 (vlastv)
  • [1.0][Configuration] Cleanup bundle configuration. #325 (makasim)
  • [1.0][filter] Dynamic filters #313 (makasim)

v0.20.2 (2014-02-20)

Full Changelog

v0.20.1 (2014-02-10)

Full Changelog

v0.20.0 (2014-02-07)

Full Changelog

  • [1.0][resolver] Decouple WebPathResolver from http request. Simplify its logic. #320 (makasim)
  • added proxy cache resolver #318 (digitalkaoz)

v0.19.0 (2014-02-07)

Full Changelog

v0.18.0 (2014-01-29)

Full Changelog

v0.17.1 (2014-01-24)

Full Changelog

  • fixed missing namespace #306 (digitalkaoz)
  • [1.0][cache] cache manager has to use isStored inside getBrowserPath method #303 (makasim)
  • [1.0][CacheResolver] Use binary on store method call. #301 (makasim)
  • [1.0][filter-manager] make use of binary object. #297 (makasim)
  • [1.0][loader] remove deprecated phpcr loader #292 (makasim)
  • [1.0] Rework data loaders. Introduce mime type guesser. #291 (makasim)
  • [1.0][tests] increase code coverage by tests. #290 (makasim)
  • [1.0][Logger] use PSR one logger #286 (makasim)
  • [1.0][CacheResolver] Resolver get rid of get browser path #284 (makasim)
  • [tests] use real amazon libs in tests. #283 (makasim)
  • [1.0][resolver] do not expose targetPath #282 (makasim)
  • [1.0][resolver] remove request parameter #281 (makasim)

v0.17.0 (2013-12-04)

Full Changelog

  • handle image extensions in doctrine loader #276 (dbu)
  • Exclude Tests directory on composer archive #274 (oziks)
  • fix composer require-dev #272 (havvg)
  • Update filters.md #267 (uwej711)
  • Add comment for image parameter in watermark filter configuration exampl... #263 (USvER)

v0.16.0 (2013-09-30)

Full Changelog

v0.15.1 (2013-09-20)

Full Changelog

v0.15.0 (2013-09-18)

Full Changelog

  • deprecate the phpcr loader as CmfMediaBundle provides a better one now. #243 (dbu)
  • fix missing filename in exception #240 (havvg)
  • Corrected aws-sdk-php link #233 (javiacei)

v0.14.0 (2013-08-21)

Full Changelog

  • add AwsS3Resolver for new SDK version #227 (havvg)

v0.13.0 (2013-08-19)

Full Changelog

v0.12.0 (2013-08-19)

Full Changelog

v0.11.1 (2013-08-05)

Full Changelog

  • added documentation on inset and outbound modes of thumbnail filter Documentation (issue #207) #210 (rjbijl)

v0.11.0 (2013-06-21)

Full Changelog

v0.10.1 (2013-05-29)

Full Changelog

v0.10.0 (2013-05-17)

Full Changelog

v0.9.4 (2013-05-14)

Full Changelog

  • fix doc of CacheManager::resolve to not lie #186 (dbu)
  • Small documentation fix for getting browserPath for a thumb from controller #178 (leberknecht)
  • improve phpcr loader doc #177 (dbu)
  • Allow symfony 2.3 and greater #176 (tommygnr)

v0.9.3 (2013-04-17)

Full Changelog

v0.9.2 (2013-04-08)

Full Changelog

v0.9.1 (2013-02-20)

Full Changelog

v0.9.0 (2013-02-13)

  • add FilterManager::applyFilter #150 (havvg)
  • add "Introduction" chapter to documentation #149 (havvg)
  • split documentation and README into chapters #148 (havvg)
  • Add route options to routing loader #138 (sveriger)
  • Added a data loader for PHPCR #134 (Burgov)
  • minor cleanup #133 (havvg)
  • Add image form type #130 (EmmanuelVella)
  • New minor Imagine version #129 (jcrombez)
  • Pathinfo-related notices in generateUrl() #128 (thanosp)
  • Updated the Imagine library to version 0.4.0 #127 (ubick)
  • Added some documentation to Outside the web root chapter #122 (nass600)
  • Added PasteFilterLoader #118 (lmcd)
  • add info on the StreamWrapper of GaufretteBundle #115 (havvg)
  • Properly set config parameter in the container #113 (kevinarcher)
  • Adding cache directory permissions configuration parameter #112 (kevinarcher)
  • Renamed "auto_clear_cache" to "cache_clearer" #102 (Spea)
  • Added option to disable cache_clearer #101 (Spea)
  • Cache resolver service argument order in readme #100 (johnnypeck)
  • Added GridFS Loader #99 (jdewit)
  • Update composer.json #95 (krispypen)
  • Use the basePath in the file path resolver (useful in "_dev" or "_*" env... #92 (khepin)
  • add basePath injection to filesystem resolver #91 (havvg)
  • add "using the controller as a service" to the documentation #88 (inmarelibero)
  • minor fix in readme #87 (stefax)
  • ensure that hardcoded filter formats are applied #86 (lsmith77)
  • fixed #81 cache clearer only registered for sf2.1 #82 (digitalkaoz)
  • Issue 43 - Added a cache clearer for generated images #80 (sixty-nine)
  • added NoCacheResolver #76 (ghost)
  • Fixed errors in README.md #75 (iamdto)
  • add LoggerInterface to AmazonS3Resolver #70 (havvg)
  • fix AmazonS3Resolver #69 (havvg)
  • several fixes to the AmazonS3Resolver based on feedback #68 (havvg)
  • move getFilePath to AbstractFilesystemResolver #67 (havvg)
  • add AmazonS3Resolver and ResolverInterface::remove #66 (havvg)
  • Throwing an error if source image doesn't exist #65 (fixe)
  • add GaufretteFilesystemLoader #63 (havvg)
  • Mark image services as non public #62 (lstrojny)
  • Updates PdfTransformer so that imagick is injected #61 (lucasaba)
  • add crop filter; add missing option for thumbnail filter #58 (gimler)
  • Add file transformers to the file loader #57 (lucasaba)
  • Use of protected class properties in FilesystemLoader #54 (petrjaros)
  • 'cache_resolver' property name change #53 (petrjaros)
  • add composer.json #51 (iampersistent)
  • Fix for last version of symfony #50 (benji07)
  • Allowed a file extension to be inferred for source files without one #47 (web-dev)
  • Added a configuration option for the data root. #46 (web-dev)
  • README update: source img outside web root #45 (scoolen)
  • Fixing typo in README.md #44 (stefanosala)
  • update template extension and helper names #41 (iampersistent)
  • Refactor RelativeResize code and add documentation #39 (jmikola)
  • Add Resize and RelativeResize filters #37 (jmikola)
  • Extracted the abstract class Resolver from WebPathResolver #35 (sixty-nine)
  • fix service name #34 (lenar)
  • Removed webRoot logic outside controller #28 (LouTerrailloune)
  • Fixed redirect using wrong variable #27 (Spea)
  • Tweak response creation #26 (lsmith77)
  • fixed unit tests, fixes GH-22 #24 (ghost)
  • added missing docblock #20 (LouTerrailloune)
  • allow-all default setting for liip_imagine.formats #14 (ghost)
  • added support for many filter transformations in one filter set (style), fixes GH-1 #11 (ghost)
  • fixed ImagineLoader - cache prefix was not used in urls #6 (ghost)
  • fixed CachePathResolver#getBrowserPath #5 (ghost)
  • Added check for the existence of extension info #147 (thanosp)
  • add Tests for bundle features #140 (havvg)

* This Change Log was automatically generated by github_changelog_generator