From a93b232c68888092ba4ed8b88a2702c3c7e55b57 Mon Sep 17 00:00:00 2001 From: onli Date: Fri, 22 Feb 2019 16:21:31 +0100 Subject: [PATCH] Document nl2br change and bumb version --- docs/NEWS | 2 ++ plugins/serendipity_event_nl2br/serendipity_event_nl2br.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 2d0eb5d0..75f6aad9 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -2,6 +2,8 @@ Version 2.2.1-alpha2 () ------------------------------------------------------------------------ + * Fix bug in nl2br's p mode that ate pre elements + * Add internal cache invalidation when comment is added * Move cache into functions.inc.php, resulting in this API: diff --git a/plugins/serendipity_event_nl2br/serendipity_event_nl2br.php b/plugins/serendipity_event_nl2br/serendipity_event_nl2br.php index 83956f51..640b8333 100644 --- a/plugins/serendipity_event_nl2br/serendipity_event_nl2br.php +++ b/plugins/serendipity_event_nl2br/serendipity_event_nl2br.php @@ -18,7 +18,7 @@ class serendipity_event_nl2br extends serendipity_event $propbag->add('description', PLUGIN_EVENT_NL2BR_DESC); $propbag->add('stackable', false); $propbag->add('author', 'Serendipity Team'); - $propbag->add('version', '2.21'); + $propbag->add('version', '2.21.1'); $propbag->add('requirements', array( 'serendipity' => '1.6', 'smarty' => '2.6.7',