Releases: Orbitale/ImageMagickPHP
Releases · Orbitale/ImageMagickPHP
v3.3.5
What's Changed
- Support Symfony 8 by @SchmidtClaudia in #43
New Contributors
- @SchmidtClaudia made their first contribution in #43
Full Changelog: v3.3.4...v3.3.5
v3.3.4
What's Changed
- Allow files with space in filename by @jonasschmidt95 in #42
New Contributors
- @jonasschmidt95 made their first contribution in #42
Full Changelog: v3.3.3...v3.3.4
v3.3.3
What's Changed
- Update versions compatibilities by @Pierstoval in #41
Full Changelog: v3.3.2...v3.3.3
v3.3.2
v3.3.1
v3.3.0
v3.2.0
v3.1.1
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
magickbinary (#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.
v3.0.14
Added PHP 8 support (#28 by @VincentLanglet)