[event_spartacus] Bump version + changelog entry.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
074a63b696
commit
6cee25afdc
@ -1,3 +1,11 @@
|
||||
2.38:
|
||||
-------
|
||||
* Add function to count upgradeable plugins.
|
||||
* Add upgrade notifier to plugin upgrade button.
|
||||
* Add 'backend_plugins_upgradecount' hook and
|
||||
language constants for a dashboard upgrade
|
||||
notification.
|
||||
|
||||
2.37.6:
|
||||
-------
|
||||
* Fix wrong caching of plugin lists regardless of type.
|
||||
|
@ -27,7 +27,7 @@ class serendipity_event_spartacus extends serendipity_event
|
||||
$propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC);
|
||||
$propbag->add('stackable', false);
|
||||
$propbag->add('author', 'Garvin Hicking');
|
||||
$propbag->add('version', '2.37.6');
|
||||
$propbag->add('version', '2.38');
|
||||
$propbag->add('requirements', array(
|
||||
'serendipity' => '1.6',
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user