Add changes to NEWS, bump plugin version number.
* Document #646 and #649. * Bump event_bbcode version number. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
cbbebf01c6
commit
27703c5482
@ -1,6 +1,14 @@
|
||||
Version 2.4-alpha1 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Fix: [bbcode] Get roman numerals working in bbcode plugin.
|
||||
Thanks to Fabien Chabreuil!
|
||||
|
||||
* Fix: Force positive limits for number of entries shown on
|
||||
title page and in RSS feed. s9y doesn't work with 0 or
|
||||
negative numbers, so force our default (15) in this case,
|
||||
(#646)
|
||||
|
||||
* Add plugin update notifications to the plugin update button and
|
||||
to the dashboard.
|
||||
|
||||
|
@ -17,7 +17,7 @@ class serendipity_event_bbcode extends serendipity_event
|
||||
$propbag->add('description', PLUGIN_EVENT_BBCODE_DESC);
|
||||
$propbag->add('stackable', false);
|
||||
$propbag->add('author', 'Jez Hancock, Garvin Hicking');
|
||||
$propbag->add('version', '2.10');
|
||||
$propbag->add('version', '2.11');
|
||||
$propbag->add('requirements', array(
|
||||
'serendipity' => '1.6',
|
||||
'smarty' => '2.6.7',
|
||||
|
Loading…
x
Reference in New Issue
Block a user