Firstly, If you downloaded it earlier, please do so again. The RC2 appearing before the official release was due to our mistake as we were testing the new nightly build system.
If you have any issues with this release please do post under the "RC2 Issues" sticky thread in Beta Testing forum.
IMPORTANT NOTE: Variables being used under EmailReply_*, AutoResponder_*, StatusReport_*, EmailForward_* & TicketStatusForm were changed, Restoring those templates from current ones is recommended. eSupport will not restore those templates by default, If you do not do so your clients will not be able to login to eSupport Client Area.
IMPORTANT NOTE(2): If you are using eSupport in build SMTP Sending system then you will have to update your SMTP Server information under Settings > General or eSupport will try to send using the PHP mail() function.
UPGRADING INSTRUCTIONS Upgrading from v2.2 RC1 to v2.2 RC2- IMPORTANT! Backup BOTH your Database (mysqldump) and your Files before proceeding, Remember even though it the code base is stable it is still a Beta!
- Replace all your existing files with the new ones in upload_zend directory
- REMOVE admin/setup.php
- Make sure BOTH your config.php AND key.php are in admin/ directory after you have replaced the files
- Upload the file "upgrade_v2.2.rc1_to_v2.2.rc2.php" from your upgrade/ directory over to admin/ directory and run it from your web browser
- Follow the steps, it should finish without any issues.
- Delete "upgrade_v2.2.rc1_to_v2.2.rc2.php" from your admin/ directory
Upgrading from v2.2 Beta 3 to v2.2 RC2- IMPORTANT! Backup BOTH your Database (mysqldump) and your Files before proceeding, Remember even though it the code base is stable it is still a Beta!
- Replace all your existing files with the new ones in upload_zend directory
- REMOVE admin/setup.php
- Make sure BOTH your config.php AND key.php are in admin/ directory after you have replaced the files
- Upload the file "upgrade_v2.2.beta3_to_v2.2.rc1.php" from your upgrade/ directory over to admin/ directory and run it from your web browser
- Follow the steps, it should finish without any issues.
- Delete "upgrade_v2.2.beta3_to_v2.2.rc1.php" from your admin/ directory
- Follow upgrade instructions above to upgrade from RC1 to RC2
Upgrading from v2.1.x to v2.2 RC2- IMPORTANT! Backup BOTH your Database (mysqldump) and your Files before proceeding, Remember even though it the code base is stable it is still a Beta!
- Replace all your existing files with the new ones in upload_zend directory
- REMOVE admin/setup.php
- Make sure BOTH your config.php AND key.php are in admin/ directory after you have replaced the files
- Upload the file "upgrade_v2.1.x_to_v2.2.php" from your upgrade/ directory over to admin/ directory and run it from your web browser
- Follow the steps, it should finish without any issues.
- Delete "upgrade_v2.1.x_to_v2.2.php" from your admin/ directory
CHANGELOG FOR THIS RELEASE: Quote:
[*] Fixed Timezone Issues
[*] Fixed All Date Related Bugs
[*] Fixed Auto Responder Bug
[*] Fixed Smarty Template Issues
[*] Fixed Issues with Spamassasin score of emails sent from eSupport, its <1 now and will be brought to 0 in Final Release
[*] Fixed Troubleshooter Table Issues
[*] Added ability to set SMTP Server under Settings > General (We missed this part earlier)
[*] Improved Time Tracking Logging, It now adds a note and also keeps track in a seperate table (For your own reporting systems)
[*] Fixed a bug where it would strip tags from emails sent through eSupport even when WYSIWYG editor was disabled, Code sent through eSupport now shows up fine
[*] Fixed a bug where it would error out when searching using Client Notes under Tickets > Search |
v2.2 ENTIRE CHANGELOG: Quote:
[*] Fixed Timezone Issues
[*] Fixed All Date Related Bugs
[*] Fixed Auto Responder Bug
[*] Fixed Smarty Template Issues
[*] Fixed Issues with Spamassasin score of emails sent from eSupport, its <1 now and will be brought to 0 in Final Release
[*] Fixed Troubleshooter Table Issues
[*] Added ability to set SMTP Server under Settings > General (We missed this part earlier)
[*] Improved Time Tracking Logging, It now adds a note and also keeps track in a seperate table (For your own reporting systems)
[*] Fixed a bug where it would strip tags from emails sent through eSupport even when WYSIWYG editor was disabled, Code sent through eSupport now shows up fine
[*] Fixed a bug where it would error out when searching using Client Notes under Tickets > Search
[*] Fixed an error in setup.php where it would fail when creating indices
[*] Fixed a bug where it would display current time for all tickets and other areas where date is displayed
[*] Fixed Malformed SQL Query in Troubleshooter Client Area
[*] Backslashes in Tickets and Knowledgebase would get stripped automatically, This has been fixed now
[*] Ticket Search wouldnt work or would hang, This has now been resolved
[*] Reminder text in Flag would only include the date and not the time, this has been fixed
[*] The Admin Login Page footer date now shows current year
[*] eSupport will now delete all tickets and replies when you delete a department
[*] Fixed a bug in ticket listing that would result in a PHP error
[*] Optimize some queries on ticket listing page
[*] Fixed a bug where it would always take the time as "AM" even when "PM" was selected when inserting a reminder
[*] eSupport will now goto last page of tickets when it is replied to, it will goto first page if Reverse Order is enabled
[*] The end user is now presented with an option to delete a ticket when banning a user
[*] eSupport will now "catch all" emails that do not have an Email Handler assigned to them (It will add them under the first Email Handler by default)
[*] Merge ticket bug fixed
[*] Confirmation window for close button has been removed as requested
[*] Fixed a bug where it wouldnt display Email Header
[*] ForwardText and ForwardHTML Templates should now restore fine
[*] Fixed a bug where it would only forward the subject and not the entire ticket
[*] Fixed a bug where it would not send the AutoResponder message when a ticket was submitted through Email
[*] Fixed the Malformed Query when submitting a ticket with Attachment
[*] Added a "Record time" section in ticket viewing to record a time for specific staff member
[*] eSupport will not strip tags from text emails if WYSIWYG editor is disabled, you can now send emails with HTML tags or Code
[*] Client area authentication changed to Cookies, this should solve the issues on some client machines where PHP Failed to create sessions
[*] eSupport will now redirect your clients to the index URL after they click on the link in your emails to view ticket, this prevents the referrer logs to log the Emails and Ticket Key
[*] Fixed a bug where eSupport would not update fullname and email when a ticket was edited
[*] Non-Admin Users can create/delete/modify Public Predefined Replies
[*] Fixed Attachment Issues
[*] Fixed "Unauthorized Access Not Allowed" bug on Opened, Closed, On Hold and Delete buttons
[*] Fixed a bug where it would not display staff signature when creating ticket through Admin Area
[*] Fixed an issue where it would not add an attachment when creating ticket through Admin Area
[*] Fixed the "space" image URL, It did not have ".gif" at end
[*] eSupport will now display a warning message on all pages if license key is about to expire, this is only for Yearly and Monthly licenses users
[*] Fixed the bug where the Auto Responder message would be dispatched from the default group
[*] Added a direct link to EmailForward templates, Clicking on the link takes you directly to ticket
[*] Added Ability to Filter Tickets based on Attachment File Name in Email Parser Rules, You can make it filter according to .pif to block those recent spam/worms
[*] Added Ability to Empty Attachments in Database, Option is available under Settings > Optimize/Repair Database, Can Speed up bogged down support desks with 1GB+ in attachments
[*] eSupport now treats the first created Email Handler as default one
[*] Added Ability to override From Name and From Email for an Email Handler, Setting can be changed under Settings > Email.
[*] Ability to change Timezone and also Hourly Format, Allows you to change hour display to 24 Hour Format (For European Users)
[*] Added A setting to Reverse the display of posts in tickets with newest reply being on top
[*] Time billing with reports on Per Ticket, Per Client and Per Staff basis added
[*] Changed Troubleshooter Article Relationships, It is now based around One to Many Relationship model rather than the previous One to One |