From 452eeec597ed346e4a2e10cd0aa5604346f2afc1 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Thu, 31 Jul 2014 15:07:11 -0500 Subject: [PATCH] Add release notes for v1.9.3 --- WHATSNEW.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/WHATSNEW.md b/WHATSNEW.md index 148918ee6..cd03e65ce 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,3 +1,23 @@ +osTicket v1.9.3 +=============== +### Enhancements + * Redactor link dialog has a few common links selectable (#1135) + +### Improvements + * Fix missing `%{recipient}` variable used in canned reply (filters) (#1047) + * Fix `%{ticket.close_date}` variable in email message templates (#1090) + * Fix timezone offset used in time drop down (#1103) + * Fix premature session expiration (#1111) + * Correctly tag emails with source `email` (#1104) + * Correctly handle custom data for help topics (#1105) + * Fix validation and display issues for email mailboxes with system default priority and department (#1114) + * Fix crash when rendering custom list drop-downs with retired list items (#1113) + * Avoid system alert notices bouncing and creating tickets (#1115) + * Redactor no longer shortens URLs (#1135) + +### Performance and Security + * Fix XSS vulnerability in user name (#1108, #1131) + osTicket v1.9.2 =============== ### Enhancements -- GitLab