Skip to content

Commit

Permalink
v3.1.1 - Fix typo in guiCore.
Browse files Browse the repository at this point in the history
-v3.1.1.
-Fix a typo in guiCore (assignment instead of comparison).
-Thanks to nat on raddle.me
  • Loading branch information
zelon88 authored Mar 29, 2019
1 parent bd3572b commit 7ae64c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions compatibilityCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

// / -----------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion guiCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ function getFilesize($File) {
$ahref = "./?hidden";
$atext = "Show"; }
// / -----------------------------------------------------------------------------------
?>
?>
2 changes: 1 addition & 1 deletion versionInfo.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// / This file contains the current HRCloud2 version for auto-update purposes.
// /
$Version = 'v3.1';
$Version = 'v3.1.1';

0 comments on commit 7ae64c1

Please sign in to comment.