July 17 2016: Version 2.6.2
- BUGFIX: Fix issue where popover text was not localized
- BUGFIX: Added "comments" field to popover
- BUGFIX: Fixed "undefined variable" warning on the create ticket screen when "Rich Text for Tickets" and "Debug Mode" were both enabled
June 21 2016: Version 2.6.1
- BUGFIX: "Calendar" link on header localized
- Calendar now changes language depending on helpdesk language (NOTE: The language file for the calendar (as stored in /js/calendar/lang) must match your language folder's name)
- Added required field annotation to "Message" field
June 18 2016: Version 2.6.0
- BUGFIX: Fixed issue where selecting "add to bottom" and applying a canned response would cause the entire canned response to be replaced
- BUGFIX: Fixed issue where passing in a ticket message via query string would not fill in the message when rich text was enabled
- BUGFIX: Fixed issue where the installation would fail for users running MySQL 5.7+ caused by a deprecated
IGNORE
keyword - BUGFIX: Fixed "mixed content" warning when loading OpenStreetMap tiles over http when the helpdesk was running via https
- BUGFIX: Fixed issue where domain-names could not be banned through the "Banned Emails" tool
- BUGFIX: Fixed issue where piped tickets could be assigned the incorrect status, or a status that does not exist
- BUGFIX: Fixed issue where the ticket's created date would be different in two different locations
- BUGFIX: Fixed issue where "Select All" and "Deselect All" were not added to the localization files
- BUGFIX: Fixed issue where mailgun settings would be wiped out if email config was changed to use either POP3 or SMTP for outgoing emails
- Any input field that pertains to a color (status color, category color, etc) now has a colorpicker that can be used
- Multiple emails can now be defined either separated by comma (
,
), or by semicolon (;
) - Added a new Calendar module
- Check out the "Calendar" page after signing in to view / create events
- Tickets can now have a due date assigned, which will appear on the calendar if the ticket is open
- Added a drag-and-drop attachment uploader
- If the user's browser does not support the new drag-and-drop file uploader, they will be shown the "legacy" file upload input
- Dropped support for PHP installations using the legacy MySQL extension. Users should use the MySQLi extension instead.
- Minor visual tweaks to improve user experience
For more information about the new calendar module, check out https://modsforhesk.atlassian.net/wiki/display/MFH/Mods+for+HESK
April 18 2016: Version 2.5.5
...