I submitted #39 to fix an issue with a temporary file not getting deleted on conversion failure in certain cases. I must have merged the wrong branch from my fork, because it didn't include the commit with the actual bug fix 😓 That commit is included here.
I also included a fix for #28 by adding the execute permission to the binary used for converting on linux-arm-64 architectures.
The composer.json change is just because one of the commits I meant to merge in the last PR set the required version of PHP. The package author made this change in a separate commit. When I merged that change there was just a difference of no newline at the end of the file.
Sorry I missed those commits on the last PR. That was only my second PR for a public repo 😅
I submitted #39 to fix an issue with a temporary file not getting deleted on conversion failure in certain cases. I must have merged the wrong branch from my fork, because it didn't include the commit with the actual bug fix 😓 That commit is included here.
I also included a fix for #28 by adding the execute permission to the binary used for converting on linux-arm-64 architectures.
The composer.json change is just because one of the commits I meant to merge in the last PR set the required version of PHP. The package author made this change in a separate commit. When I merged that change there was just a difference of no newline at the end of the file.
Sorry I missed those commits on the last PR. That was only my second PR for a public repo 😅