Releases: MaestroError/php-heic-to-jpg
Releases · MaestroError/php-heic-to-jpg
v1.0.7
What's Changed
- Actually fixed temporary file not deleted issue as well as missing binary execute permission issue by @jdevinemt in #40
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- On failure: Remove temp file if one was created by @jdevinemt in #39
New Contributors
- @jdevinemt made their first contribution in #39
Full Changelog: v1.0.5...v1.1.0
Vulnerability fix with exec command
Force arm64 feature for linux
Fix for the Debian (10/11 Versions), visit the #22 for more info
Updated required version of heif-converter
v1.0.2 require converter 0.2
Fixed version for heif-converter
Updated require filed in composer.json: "maestroerror/heif-converter": "0.1"
Version 1.0 - Enhanced Error Reporting and ARM64 Support with New Conversion Methods
In our continuous effort to improve your experience with our package, we're rolling out some significant updates in this release. Here's what's new:
- Enhanced Error Reporting: We've upgraded our error reporting mechanisms to provide clearer, more detailed messages. This should help you troubleshoot issues more effectively.
- Linux ARM64 Support: We're expanding our support to include Linux ARM64 architecture. This means you can now use our package on more devices and platforms.
- New convertFromUrl Method: We've added a new method that allows you to convert images directly from a URL. This should make it even easier to work with images hosted online.
- Creation of the "assistant" package heif-converter-image: To broaden our conversion capabilities, we've developed an "assistant" package. This tool helps to ensure the successful conversion of all image types.
- Updated Documentation: We've revised and expanded our documentation to keep you up-to-date with these new features and enhancements.
Thanks to @DanielGSoftware and @fabiofdsantos for their contributions 👍
We hope these updates enhance your experience with our package. As always, we welcome your feedback and look forward to hearing about your experiences with these new features.
Main release #4
- Fixed issue with MacOS
- Added test and automated with github actions
- Fixed path issue for special chars like ";" and spaces
- Added
isHeic
method (by @pbs-dg ) - Updated docs in readme
Meaningful error output
v0.3.2 New error output updated
Fixes
Fixed call on null error and Readme file