-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Added a changelog to the repo to keep track of commits, notes, and other brainstorming stuff. -PHP-AV App to v3.3. -PHP-AV Scan targets now work properly. -PHP-AV header text now disappears when a scan is started, making more room for a pleasant console experience. -Improve cross platform support with relative paths throughout a lot of apps. -ServMonitor App to v3.1. -ServMonitor labels have been corrected, USB Devices -> Devices, PCI Devices -> Uptime. -Notes App to v -Contacts App to v2.3. -Grabber App to v1.9. -Calendar App to v0.6. -Bookmarks App to v1.6. -Calculator App to v1.6. -Pell to v3.4. -HRAI to v5.8. -Remove HRAI's ability to authenticate users as it is not needed. -Remove old experimental alpha code for natural language parsing. -Remove the sesLog creation and verification code. -Remove a lot of files that are no longer needed. -Improve HRAI performance by a considerable amount. -Reduce HRAI disk, memory, and CPU utilization, improve privacy & security. -Updated the HRConvert2 module of HRAI to use an installed version of HRConvert2 on the local server. -Added cleanup code to compatCore.php to deal with recent changes in HRAI. -Enabled the "Check Perms" functionality in settingsCore.php and added the UI elements to finally use it. -LAST MINUTE (not in some recent commit messages): Fix "PHPAV.php" appearing in Logs pages (added to $defaultApps in commonCore.php).
- Loading branch information
Showing
6 changed files
with
59 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
---------- | ||
COMMIT 7/7/2018 | ||
v2.8 - Update lots of apps! | ||
|
||
-Added a changelog to the repo to keep track of commits, notes, and other brainstorming stuff. | ||
-PHP-AV App to v3.3. | ||
-PHP-AV Scan targets now work properly. | ||
-PHP-AV header text now disappears when a scan is started, making more room for a pleasant console experience. | ||
-Improve cross platform support with relative paths throughout a lot of apps. | ||
-ServMonitor App to v3.1. | ||
-ServMonitor labels have been corrected, USB Devices -> Devices, PCI Devices -> Uptime. | ||
-Notes App to v | ||
-Contacts App to v2.3. | ||
-Grabber App to v1.9. | ||
-Calendar App to v0.6. | ||
-Bookmarks App to v1.6. | ||
-Calculator App to v1.6. | ||
-Pell to v3.4. | ||
-HRAI to v5.8. | ||
-Remove HRAI's ability to authenticate users as it is not needed. | ||
-Remove old experimental alpha code for natural language parsing. | ||
-Remove the sesLog creation and verification code. | ||
-Remove a lot of files that are no longer needed. | ||
-Improve HRAI performance by a considerable amount. | ||
-Reduce HRAI disk, memory, and CPU utilization, improve privacy & security. | ||
-Updated the HRConvert2 module of HRAI to use an installed version of HRConvert2 on the local server. | ||
-Added cleanup code to compatCore.php to deal with recent changes in HRAI. | ||
-Enabled the "Check Perms" functionality in settingsCore.php and added the UI elements to finally use it. | ||
-LAST MINUTE (not in some recent commit messages): Fix "PHPAV.php" appearing in Logs pages (added to $defaultApps in commonCore.php). | ||
---------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = 'v2.7.5'; | ||
$Version = 'v2.8'; |