Skip to content

Releases: MaestroError/php-heic-to-jpg

v1.0.7

22 Mar 23:40
cebe731
Compare
Choose a tag to compare

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

22 Mar 22:12
Compare
Choose a tag to compare

What's Changed

  • On failure: Remove temp file if one was created by @jdevinemt in #39

New Contributors

Full Changelog: v1.0.5...v1.1.0

Vulnerability fix with exec command

09 Feb 12:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

Force arm64 feature for linux

02 Aug 17:47
Compare
Choose a tag to compare

Fix for the Debian (10/11 Versions), visit the #22 for more info

Updated required version of heif-converter

23 Jun 18:30
Compare
Choose a tag to compare
v1.0.2

require converter 0.2

Fixed version for heif-converter

21 Jun 16:57
Compare
Choose a tag to compare

Updated require filed in composer.json: "maestroerror/heif-converter": "0.1"

Version 1.0 - Enhanced Error Reporting and ARM64 Support with New Conversion Methods

13 Jun 14:53
Compare
Choose a tag to compare

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

14 Mar 09:12
Compare
Choose a tag to compare
  • 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

03 Mar 20:27
Compare
Choose a tag to compare
v0.3.2

New error output updated

Fixes

03 Mar 19:01
Compare
Choose a tag to compare

Fixed call on null error and Readme file