Skip to content

v3.1.0

Compare
Choose a tag to compare
@Pierstoval Pierstoval released this 16 Jan 12:01
· 55 commits to main since this release
v3.1.0
38bc775

Important note ⚠

Starting from this version (v3.1.0), all upcoming releases will only be published as tags, and not as "Github Releases".

If you need to see the changelog for a specific version, check the CHANGELOG.md file.

New features

Allow multiple sources as first parameter of convert() method (#32 by @pbories).

This means you can use the method like this: ->convert(['file1.jpg', 'file2.jpg']), for convenience, when converting multiple source files.

Fixes

  • Automatically find magick binary (#31 by @pbories).
  • Fix issue making path unresolvable if null.
  • Fix blur type issues, and add test for it.

Miscellaneous

  • Move source code to "src/" directory instead of project root, easier for conciseness and code coverage.
  • Refactor test setup with latest PHPUnit version.
  • Global CS fix.