additional_plugins/serendipity_event_categorytemplates/ChangeLog
onli 7538b9464d categorytemplates 0.35.2: Fix PHP 7 compat
Unused code tried to count on uninitialized array
2020-06-10 15:36:23 +02:00

21 lines
280 B
Plaintext

0.35.2:
----
Don't die on PHP 7 versions
0.35:
----
Fix bad ORDER BY
0.34:
----
Only apply fallback to the actual value, not to the fallback itself, thanks to @paux
0.33:
-----
Fix default sort order getting applied, even though other plugins might want
to override that.