All Versions
12
Latest Version
Avg Release Cycle
146 days
Latest Release
1790 days ago

Changelog History
Page 1

  • v1.2.1 Changes

    January 20, 2020
    • โœ‚ Remove PHP 5.6 ToDo not longer needed #381
    • Explicitly implement LoggerAwareInterface #383
    • โž• Add resetOption method #375

    Thanks to @AdrianHL, @jmsfwk and @qroques for their work!

  • v1.2.0 Changes

    December 02, 2019

    Hi!

    ๐Ÿš€ This release adds Symfony 5 support, as well as a few other minor changes: v1.1.0...v1.2.0

    Enjoy!

  • v1.1.0 Changes

    December 14, 2018
    • โž• Add bypass-proxy-for option added in 0.12.3 (see #302)
    • ๐Ÿ›  Fix symfony/process 4.2 deprecation notice (see #331)
    • โฌ‡๏ธ Drop suppor for unmaintained PHP versions (5.6 and 7.0, see #337
    • โฌ‡๏ธ Drop support for unmaintained symfony/process versions (see #337)
    • ๐Ÿ‘€ Pass on error code in checkProcessStatus (see #328)

    Thanks to @joshpme, @drigani, @fbourigault, @NiR- and @leimd for their work.

  • v1.0.4 Changes

    January 22, 2018
    • ๐Ÿ‘Œ Support cache-dir for Image generation (see #297).

    Thank you @dimitrilahaye for your work.

  • v1.0.3 Changes

    December 06, 2017
    • โž• Add support to Symfony 4 (#290)
    • Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#287)

    Credits go to @michaelperrin and @carusogabriel.

  • v1.0.2 Changes

    October 04, 2017

    1.0.2

    A BC break was introduced in v1.0.0: using objects castable to string with a cyclic dependency to the generator as option value would break setOption() / setOptions() methods.

    • ๐Ÿ‘€ Use logger context rather than var_export to log option values (see #283)

    Credits go to: @barryvdh.

  • v1.0.1 Changes

    September 21, 2017
    • ๐Ÿ›  Fix Call to a member function debug() on null logger (see #270)
  • v1.0 Changes

    September 20, 2017
    • ๐Ÿ‘€ Don't check if it's a file when the path is bigger than PHP_MAXPATHLEN (see #224)
    • ๐Ÿ‘€ Pass image-dpi and image-quality options as integer (see #251)
    • ๐Ÿ‘Œ Improve documentation readability (see #255)
    • โž• Add logging capabilities to generators (see #264)
    • โž• Add some more frequent questions/issues to the FAQ (see #263, #265, #266)

    Credits go to: @wouterbulten, @martinssipenko, @Herz3h, @akovalyov, @NiR-.

  • v0.5.0 Changes

    June 16, 2017
    • โฌ‡๏ธ Drop support for PHP v5.3, v5.4 and v5.5
    • โž• Add support for PHP v7.1
    • ๐Ÿ›  Little docs fixes
    • โž• Add quiet option to Image generator
    • โž• Add keep-relative-links and resolve-relative-links
  • v0.4.3 Changes

    November 17, 2015
    • โž• Added ability to install it with Symfony/Process ~3.0.
    • โž• Added load-media-error-handling for image rendering.