Below is the list of files and folders that were modified in version change from Vision Helpdesk V2.8.4 to V2.8.8 Stable
/integration/whmcs/moduels/support/vision/class_action.php
/integration/whmcs/moduels/support/vision/class_pipe.php
/integration/whmcs/moduels/support/vision/class_smtp.php
/action.php
/class_action.php
/class_connection.php
/class_pipe.php
/class_smtp.php
/lang/English.php
/manage/ticket.php
/manage/repository.php
/manage/search.php
/manage/admin.php
/manage/graph.php
/manage/js/tickets.js
/manage/js/repository.js
/manage/js/admin.js
/manage/js/admin_leftpane.js
/manage/modules/module_ticket.php
/manage/modules/module_admin.php
/manage/functions/functions_ticket.php
/manage/functions/functions_admin.php
/manage/classes/class_pipe.php
/manage/classes/class_parser.php
/manage/classes/class_ticket.php
/manage/classes/class_cron.php
/manage/classes/class_parsercore.php
/manage/classes/class_smtp.php
/manage/classes/class_mail.php
/manage/classes/class_repository.php
/manage/classes/class_admin.php
MS-TNEF Plugin/manage/plugins/attachment_tnef/
Mysql Changesalter table `vis_tickets` change `subject` `subject` text NULL
CREATE TABLE `vis_comments` (
`cmid` int(15) unsigned NOT NULL AUTO_INCREMENT,
`flid` int(15) unsigned DEFAULT NULL,
`fltype` tinyint(2) DEFAULT '0',
`content` text,
`submitter` tinyint(1) DEFAULT '0',
`subid` int(15) DEFAULT NULL,
`dateline` int(15) DEFAULT NULL,
PRIMARY KEY (`cmid`)
);
CREATE TABLE `vis_rating` (
`rtid` int(15) unsigned NOT NULL AUTO_INCREMENT,
`flid` int(15) unsigned DEFAULT NULL,
`stid` int(15) unsigned DEFAULT NULL,
`clid` int(15) unsigned DEFAULT NULL,
`rating` int(15) DEFAULT '3',
`fltype` tinyint(2) DEFAULT '0',
PRIMARY KEY (`rtid`)
)
insert into `vis_emailtemplate` (`mail_type`, `dmid`, `subject`, `content` ) values (6, 0, 'User registration pending', 'Dear $username<br><br>Thank you for registering with our support system.<br><br> You are receiving this email as confirmation of your registration application and to inform you that someone from our team will assess the application and get in touch with you shortly.<br><br> Kind regards,<br>Support Team. ' );
alter table `vis_smtpmail` add column `dpid` int (15) NULL after `status`, add column `set_default` tinyint (1) DEFAULT '0' NULL after `dpid`;
update `vis_settings` set content="2.8.8 (Stable)" where title="version";