1
0

Document nl2br change and bumb version

This commit is contained in:
onli
2019-02-22 16:21:31 +01:00
parent 04cc9d0699
commit a93b232c68
2 changed files with 3 additions and 1 deletions

View File

@ -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',