From c394577695c2994865fd0cc9bd3eb59dbd0ab28d Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 27 Feb 2021 16:45:02 +0000 Subject: [PATCH] changelog 1.8.11 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb356c9e..906212a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 1.8.11 + +### Notable fixes + +* Fix server crash issue within PadMessageHandler due to SocketIO handling +* Fix editor issue with drop downs not being visible +* Ensure correct version is passed when loading front end resources +* Ensure underscore and jquery are available in original location for plugin comptability + +### Notable enhancements + +* Improved page load speeds + # 1.8.10 ### Security Patches