diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4a340fd3..c000b638 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,13 @@ +COMMIT 3/29/2019 +v3.1.1 - Fix typo in guiCore. + +-v3.1.1. +-Fix a typo in guiCore (assignment instead of comparison). +-Thanks to nat on raddle.me + +---------- COMMIT - 3/25/2019 -v3.1 - PHP-AV to v3.9. +v3.1 - PHP-AV to v3.9. Add SHA1 detection, code samples. -v3.1. -PHP-AV App to v3.9. Defs to v4.7. diff --git a/compatibilityCore.php b/compatibilityCore.php index 37c87956..a5a33473 100644 --- a/compatibilityCore.php +++ b/compatibilityCore.php @@ -2,8 +2,8 @@ /* HRCLOUD2 VERSION INFORMATION -THIS VERSION : v3.1 -WRITTEN ON : 3/25/2019 +THIS VERSION : v3.1.1 +WRITTEN ON : 3/29/2019 */ // / ----------------------------------------------------------------------------------- diff --git a/guiCore.php b/guiCore.php index 62238191..24a28abb 100644 --- a/guiCore.php +++ b/guiCore.php @@ -79,4 +79,4 @@ function getFilesize($File) { $ahref = "./?hidden"; $atext = "Show"; } // / ----------------------------------------------------------------------------------- -?> +?> \ No newline at end of file diff --git a/versionInfo.php b/versionInfo.php index a9482297..44669198 100644 --- a/versionInfo.php +++ b/versionInfo.php @@ -1,4 +1,4 @@