Important fixes:
Fixed "Connection is not available, request timed out ..." errors which occur after several players join the server.
This is a regression introduced in version 2.2.7, so if you are running 2.2.6 or earlier you don't need this bugfix.
Users still running 2.2.7 or 2.2.8 will receive update alerts.
Improvements:
This update includes changes from all minor updates since 2.2.5, check the previous changelog to see changes for all minor updates.
2.2.10:
Minor update, no announcement.
Fixes:
Fixed unban/unmute broadcasts not including certain ban/mute specific variables.
(these variables are not configured by default)
Minor improvements:
The "$server" variable now supports chat colors.
2.2.12:
Minor update, no announcement.
Fixes:
Fixed an issue that possibly caused /banlist to estimate pages incorrectly.
Fixed compatibility issues with older versions of Bukkit / Spigot (<= 1.6.4)
Minor improvements:
Added "broadcast-type:" argument to /litebans broadcast. This allows you to specify which permission is required to see the broadcast (litebans.notify.<type>)
Made /litebans broadcast require "litebans.broadcast" permission rather than "litebans.admin".
Debug level > 0 will now allow Mojang query failure exceptions to be logged to console.
2.2.13:
Minor update, no announcement.
Fixes:
Fixed /history and /staffhistory showing recently expired bans as active instead of expired.
Fixed /history matching unrelated players when multiple IP-bans were placed against players who have never joined the server before.
API changes:
LiteBansAPI 0.3:
https://github.com/ruany/LiteBansAPI/releases/tag/0.3
https://github.com/ruany/LiteBansAPI/commit/a65e3cb09c4189ebe5e9f9f95b535c1668164725
Minor fixes:
Extra-silent cross-server broadcasts will now respect the "notify_console" option.
Fixed exception when player IP address is null on PlayerLoginEvent.
2.2.14:
Minor update, no announcement.
Improvements:
Added ID-based lookups for /checkban and /checkmute
Fixes:
Fixed subserver-based per-server scoped bans under the BungeeCord version of the plugin not kicking affected players when they are banned. (This doesn't affect the Spigot version, and doesn't affect per-proxy bans)
2.2.15:
Minor update, no announcement.
Fixes:
Fixed mutechat-blacklisted commands not being blocked when used without command arguments
Fixed players not getting a mutechat response when using a mutechat-blacklisted command
Minor fixes:
Fixed the startup message that logs the "jdbc://..." URL appending "seSSL" to the database name on some (Multicraft-based?) servers when "?useSSL" was intended. It will now log ",useSSL" instead.