mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
e5c2d77c7d
* Added upcoming audit report TODO: Fid diff/threshold math * Added route to list overdue / upcoming assets via API * Controller/API methods for due/overdue audits We could probably skip this and just handle it via view in the routes… * Added query scopes for due and overdue audits * Added audit due console command to kernel * Added ability to pass audit specs to main API asset search method * Added audit presenter * Added bootstrap-tables presenter formatter to display an audit button * Added gated sidenav items to left nav * Added audit due/overdue blades * Cleanup on audit due/overdue console command * Added language strings for audit views * Fixed :threshold placeholder * Removed unused setting variable * Fixed next audit date math * Added scope for both overdue and upcoming * Derp. Wrong version * Bumped version (I will release this version officially tomorrow)
11 lines
297 B
PHP
11 lines
297 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.6.16',
|
|
'full_app_version' => 'v4.6.16 - build 4018-gce16eae50',
|
|
'build_version' => '4018',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'gce16eae50',
|
|
'full_hash' => 'v4.6.16-6-gce16eae50',
|
|
'branch' => 'features/6204_email_audit-alerts',
|
|
);
|