v3.1.0
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.