From c8a2495a99f3b2c82f8f8398896ab40d64230bb7 Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Sun, 25 Oct 2020 07:38:41 +0100 Subject: [PATCH] jQuery plugin update added --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5899cf6..49c6fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,14 @@ - Added [CONTRIBUTORS.md](https://github.com/flatpressblog/flatpress/blob/master/CONTRIBUTORS.md) ## Plugins - BBCode plugin: + - Added image attribute "loading", default is "lazy" - Enhanced \[video\] element accepts video URLs for YouTube, Vimeo and Facebook - Added "mail" tag (replaces the Protected Mail Links plugin) - - Added image attribute "loading", default is "lazy" - Selectboxes of attachments and images in the editor toolbar are sorted by name -- Protected Mail Links plugin removed +- jQuery plugin: Updated jQuery and jQuery UI to their current versions - CommentCenter plugin is part of the FP standard distribution - PrettyUrls and Comment Center are activated by default, LastComments and LastCommentsAdmin are not +- Protected Mail Links plugin removed ## Security - Overhauled v0.812.2 fix for local file inclusion vulnerability ([more details](http://www.guanting.com/security/exploit/information/27269.html)) - Comments are sanitized properly (see [#62](https://github.com/flatpressblog/flatpress/issues/62))