Skip to content

v3.0.0

Compare
Choose a tag to compare
@Pierstoval Pierstoval released this 05 Mar 12:55

Changelog for v3.0.0:

  • Drop support for ImageMagick 6, this means that we support only the magick binary (or magick.exe on Windows)
  • Add preliminary support for all other legacy commands (composite, animation, etc.)
  • Require PHP 7.2 and symfony/process 4.* only
  • Removed Command::escape() method
  • Use php-cs-fixer to uniformize code style
  • Use declare(strict_types=1); everywhere
  • Use ExecutableFinder by default to determine ImageMagick's path, making it easier to discover default magick binary
  • Command line instructions are now arrays instead of strings (easier handling)