From f881e2ad0b9c9dc4ff38b6117a4ea057de0b294b Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:41:41 +0200 Subject: [PATCH] Updated JQuery section. --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba7547a6..3d6ca3ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# 1.9.2 + +### Notable enhancements and fixes + +* Security + * Enable session key rotation: This setting can be enabled in the settings.json. It changes the signing key for the cookie authentication in a fixed interval. + +* Bugfixes + * Fix appendRevision when creating a new pad via the API without a text. + + +* Enhancements + * Bump JQuery to version 3.7 + * Update elasticsearch connector to version 8 + +### Compatibility changes + +* No compability changes as JQuery maintains excellent backwards compatibility. + +#### For plugin authors + +* Please update to JQuery 3.7. There is an excellent deprecation guide over [here](https://api.jquery.com/category/deprecated/). Version 3.1 to 3.7 are relevant for the upgrade. + # 1.9.1 ### Notable enhancements and fixes