[event_spartacus] Bump version + changelog entry.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-08-10 23:38:56 +02:00
parent 074a63b696
commit 6cee25afdc
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

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