From 19292ad2c90e9d0966b22c2d48361027f52ec013 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Wed, 19 Aug 2015 16:28:49 -0500 Subject: [PATCH] Add release notes for v1.9.12 --- WHATSNEW.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/WHATSNEW.md b/WHATSNEW.md index fee85be12..97147310b 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,3 +1,19 @@ +osTicket v1.9.12 +================ +### Improvements + * Fix missing search box adding user to organization (#2431) + * Fix incorrect update time on FAQ view in staff portal (194f890) + * Fix incorrect parsing of some multi-part MIME messages (fe62226) + * Fix auto-claim for new ticket by staff if a filter added a canned response + (eca531f) + * Fix malformed results on remote user search when adding users (#2335) + * Fix search by ticket number on client portal (#2294) + * Fix association of user email without a domain to an organization without + an email domain setting (#2293) + +### Performance and Security + * Revert poor performing ticket stats query (#2318) + osTicket v1.9.11 ================ *We skipped v1.9.10 to avoid confusion with v1.10 (the major release coming out at the same time)* -- GitLab