Document nl2br change and bumb version
This commit is contained in:
parent
04cc9d0699
commit
a93b232c68
@ -2,6 +2,8 @@
|
|||||||
Version 2.2.1-alpha2 ()
|
Version 2.2.1-alpha2 ()
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Fix bug in nl2br's p mode that ate pre elements
|
||||||
|
|
||||||
* Add internal cache invalidation when comment is added
|
* Add internal cache invalidation when comment is added
|
||||||
|
|
||||||
* Move cache into functions.inc.php, resulting in this API:
|
* Move cache into functions.inc.php, resulting in this API:
|
||||||
|
@ -18,7 +18,7 @@ class serendipity_event_nl2br extends serendipity_event
|
|||||||
$propbag->add('description', PLUGIN_EVENT_NL2BR_DESC);
|
$propbag->add('description', PLUGIN_EVENT_NL2BR_DESC);
|
||||||
$propbag->add('stackable', false);
|
$propbag->add('stackable', false);
|
||||||
$propbag->add('author', 'Serendipity Team');
|
$propbag->add('author', 'Serendipity Team');
|
||||||
$propbag->add('version', '2.21');
|
$propbag->add('version', '2.21.1');
|
||||||
$propbag->add('requirements', array(
|
$propbag->add('requirements', array(
|
||||||
'serendipity' => '1.6',
|
'serendipity' => '1.6',
|
||||||
'smarty' => '2.6.7',
|
'smarty' => '2.6.7',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user