From bba979201190098c2cf4f568ebef99c4574c53f3 Mon Sep 17 00:00:00 2001 From: Stephan Brunker Date: Sat, 6 Jun 2020 01:12:50 +0200 Subject: [PATCH] update NEWS --- docs/NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/NEWS b/docs/NEWS index 648154e8..fc52917c 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,3 +1,18 @@ +Version 2.4-alpha2 () +------------------------------------------------------------------------ + * Move MySQL databases from MyIsam and UTF8 to InnoDB and utf8mb4, + enabling full unicode input. + * added type 'media' to configuration types, + this shows an input text with the button for the media library, + unified the CSS between this item and the plugin item, + hide the preview when no image is selected + * renamed 'multiDelete' in media selection to 'multicheck' + as suggested in the comments + * check for empty file input in media_upload + * stripped the multilingual tags from the preview iframe + * totally resorted the language files, added a new 'langsorter.php' + script which automatically sorts and completes the languages, + strings which doesn't seem in use are now in the 'orphaned' section * Make it possible for plugins to let the core skip the check whether trackbacks are already sent, with $serendipity['skip_trackback_check']