Skip to content

Commit fdfa66c

Browse files
authored
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 #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.
1 parent f4f07c1 commit fdfa66c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versionInfo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// / -----------------------------------------------------------------------------------
33
// / APPLICATION INFORMATION ...
4-
// / HRConvert2, Copyright on 10/30/2023 by Justin Grimes, www.github.com/zelon88
4+
// / HRConvert2, Copyright on 3/5/2024 by Justin Grimes, www.github.com/zelon88
55
// /
66
// / LICENSE INFORMATION ...
77
// / This project is protected by the GNU GPLv3 Open-Source license.
@@ -12,7 +12,7 @@
1212
// / on a server for users of any web browser without authentication.
1313
// /
1414
// / FILE INFORMATION ...
15-
// / v3.2.9.
15+
// / v3.3.
1616
// / This file contains the current HRConvert2 version for update verification purposes.
1717
// /
1818
// / HARDWARE REQUIREMENTS ...
@@ -30,5 +30,5 @@
3030

3131
// / -----------------------------------------------------------------------------------
3232
// / The version of this HRConvert2 installation.
33-
$Version = 'v3.2.9';
33+
$Version = 'v3.3';
3434
// / -----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)