Thomas Hochstein 15f0be45a2 [event_spartacus] Don't cache wrong plugin list.
Declaring $pluginlist as static will cache the
database query results and always return the same
list of plugins - no matter which type is queried
(sidebar or event).

This cache must be busted if another type of
plugins is queried.

Backported from master.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-11 00:45:39 +02:00

17 lines
309 B
Plaintext

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)