Skip to content

Commit

Permalink
Version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aravindh-Muthuswamy committed Feb 2, 2021
1 parent bd03244 commit 3ea1a9a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions valai.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public static function DeleteModl($id){
//Display error for api
public static function DisplayError(){
echo 'You are not authorized to issue this request and your ip address will be reported';
echo '<br />Valai API security version alpha081020201652 build 2010';
echo '<br />Valai API security version 02022021103020pm build 2021';
echo '<br />Copyright &copy; 2021 Valai API. All Rights Reserved.';
}
//Update ticket information
Expand Down Expand Up @@ -312,12 +312,12 @@ public static function DisplayVerBuild(){
// echo 'v1.0 Release Candidate';
// echo 'v1.1 Build 301220200200am-r100';
// echo 'v1.2.1 Build 06012021015015am-r293';
echo 'v1.2.2 Build 17012021104020pm-r493';
echo 'v1.3 Build 02022021103020pm-r693';
}
//Display Version number
public static function DisplayVersion(){
// echo 'v1.0';
echo 'v1.2.2';
echo 'v1.3';
}
//Display Aves Engine version
public static function DisplayAvesEngineVersion(){
Expand Down Expand Up @@ -360,9 +360,13 @@ public static function DisplayChangeLog(){
// echo '<li>Fixed bugs in ticket view and admin user creation</li>';
// echo '<li>Fixed bugs in linux clients when used under arch based linux</li>';
// echo '<li>Performance Improvements</li>';
echo '<li>Fixed alert system</li>';
echo '<li>Alert System will now correctly record the process that is stopped</li>';
echo '<li>Bug fixes</li>';
// echo '<li>Fixed alert system</li>';
// echo '<li>Alert System will now correctly record the process that is stopped</li>';
// echo '<li>Bug fixes</li>';
echo '<li>Added graph to application downtime</li>';
echo '<li>Bug Fixes</li>';
echo '<li>Performance Improvements</li>';
echo '<li>JSON security improvement</li>';
echo '</ul>';
}
//Display Known bugs
Expand Down

0 comments on commit 3ea1a9a

Please sign in to comment.