1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/plugins/serendipity_event_spartacus/ChangeLog
Thomas Hochstein 0805014761 [event_spartacus] Fix upgrade counter.
The plugin name was derived from its
install path - but bundled sidebar and
event plugins may share a path. So use
the name instead (and strip the instance
hash from it).

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 18:14:26 +02:00

31 lines
725 B
Plaintext

2.38.1:
-------
* Fix count_plugin_upgrades():
Don't get plugin name from path, as event and sidebar plugins
may share their path; strip instance from name instead.
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.
2.37.5:
-------
* Fix missing reset to default after dropping netmirror.
2.37.4:
-------
* Drop netmirror, set mirror to default if it was set to netmirror.
2.37.3:
-------
* Change mirror order (new default: github)