From fdfa66c1d03d14ad14b1a54b11a985c98277411e Mon Sep 17 00:00:00 2001 From: Justin Grimes Date: Tue, 5 Mar 2024 00:38:02 -0500 Subject: [PATCH] v3.3 - Update Readme, fix cleanup bug, flip button CSS. -v3.3. -Update README.md. -Remove mention of Docker repo, as it is not maintained. -I appreciate all of the community feedback at https://github.com/zelon88/HRConvert2/issues/46. -I will come up with an official Docker solution. -Fix bug in cleanFiles() function that was causing problems with archive conversions & preventing cleanup. -Flip button CSS, so buttons don't appear quite so... upside-down... all the time. -Remove un-needed (redundant) button related CSS from HRConvert2.css. -Increase default DeleteThreshold in config.php from 30 to 60 minutes. -Remove un-needed extension being passed to the convertDrawings() function. -Fix drawings not returning a valid filename. -Conversions would complete, but not download. -Tested ImageMagick support for SVG, could not get it to work. -Tested Dia support for converting things into PNG, BMP, and JPG. Got PNG to work, so added support. --- versionInfo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versionInfo.php b/versionInfo.php index d3050b3..992304b 100644 --- a/versionInfo.php +++ b/versionInfo.php @@ -1,7 +1,7 @@