From 3eb3e301a2d729561751faab3aaa6151668203a9 Mon Sep 17 00:00:00 2001 From: muxator Date: Tue, 10 Apr 2018 00:44:14 +0200 Subject: [PATCH] manually updated CHANGELOG.md due to createRelease.sh not catching an error from sed and continuing: sed: -e expression #1, char 66: unterminated `s' command --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02accf8c..df249c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.6.5 + * SECURITY: Escape data when listing available plugins + * FIX: Fix typo in apicalls.js which prevented importing isValidJSONPName + * FIX: fixed plugin dependency issue + * FIX: Update iframe_editor.css + * FIX: unbreak Safari iOS line wrapping + # 1.6.4 * SECURITY: exploitable /admin access - CVE-2018-9845 * SECURITY: DoS with pad exports - CVE-2018-9327