diff --git a/WHATSNEW.md b/WHATSNEW.md index ed656f683a7c03dc708939991227ef9829dbd270..013fce7d70a0d3ea8fda4662f8d69da872771919 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,6 +1,19 @@ -New stuff in 1.7-dpr3 +New stuff in 1.7-dpr4 ====================== +Features +-------- + * Dashboard reports for ticket system activity and statistics + * PDF print / export for tickets (staff pages only) + +New stuff in 1.7-dpr3 +====================== + * Advanced search on tickets page + * Ticket thread -- revised ticket message storage model for greater + flexability + * New database upgrade system allowing for continuous updates to the + database model. This will greatly simplify the process of making + modifications to the osTicket database. New stuff in 1.7-dpr2 ====================== @@ -68,6 +81,16 @@ Client-side Knowledgebase ------------------------- Manage a searchable help document portal for your users +Dashboard Reports +----------------- +Flashy reports of ticket system activiy as well as exportable ticket system +statistics, allowing for easy report generation from office spreadsheet +applications. + +Ticket Export +------------- +Convert the ticket thread to a printed format for long term storage. + API --- Interface with osTicket via HTTP requests. Starting with version 1.7, diff --git a/main.inc.php b/main.inc.php index 8a3390f2dd0fb578429e7c5b06948af9eb786218..3660625d6b1280b9e7b2ab7b836cbf8ce5f23399 100644 --- a/main.inc.php +++ b/main.inc.php @@ -59,7 +59,7 @@ /*############## Do NOT monkey with anything else beyond this point UNLESS you really know what you are doing ##############*/ #Current version && schema signature (Changes from version to version) - define('THIS_VERSION','1.7-DPR3'); //Shown on admin panel + define('THIS_VERSION','1.7-DPR4'); //Shown on admin panel define('SCHEMA_SIGNATURE','aa4664afc3b43d4068eb2e82684fc28e'); //MD5 signature of the db schema. (used to trigger upgrades) #load config info