additional_plugins/serendipity_event_vgwort/ChangeLog
Thomas Hochstein 97710ea9fb [event_vgwort] Fix location of EN language file.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 22:48:21 +02:00

18 lines
626 B
Plaintext

Version 0.4.1:
==============
- Fix location of English language file.
Version 0.4:
============
Changes by Thomas Hochstein <thh@inter.net>
- Require s9y 2.2.1-alpha1 or higher due to backend template changes
missing in older versions.
- Change table columns counter_public and counter_private to
VARCHAR(32) as MySQL doesn't accept UNIQUE constraints on TEXT
or BLOB columns.
- Fix MySQL comparison (use "=" instead of "=="); otherwise, no
counter codes will ever be found.
- Fix concatenation of body and extended, fixing wrong length
calculations for all entries with an extended entry.
- Internationalisation.