Releases: BanManagement/BanManager-WebUI
Releases · BanManagement/BanManager-WebUI
BanManager WebUI v1.3.0
- Fix a few bugs
- Length calculation of "previous mutes"
- Failed player search
- UUID to player name conversion
- CSS source map generated by Grunt
- Add new placeholders in skin URL config:
%uuid%
and%name%
(thanks @jomo) - More SASS
- Remove custom scrollbar
phplint
Grunt task- Improve IP search
- Poor-man's-subnet-IP-search
BanManager WebUI v1.2.0
- Refactor (more information #16)
- Configurable skin service
Caution: Existing users need to add the following lines in their settings.php
, otherwise you won't see any skins:
// Skin service options
// ("%name%" is the placeholder for the player %name)
// ("%uuid%" is the placeholder for the player uuid)
$settings['skin']['helm'] = "https://crafatar.com/avatars/%uuid%?helm&size=24";
$settings['skin']['complete'] = "https://crafatar.com/renders/body/%uuid%?helm&scale=7";
(Click here for a default version of the settings.php
file)
BanManager WebUI v0.1.2
- Fix encoding bug in viewplayer action
- Fix a few Fix UUID <-> player name translations
- Replace a few more outdated SQL column names
- Fix IP search
- Fix IP detail view
- Make sure
cache/
folder exists in repo, like stated in installation instructions - Restore PHP 5.3 compatibility
BanManager WebUI v0.1.1
- Convert all .php files to UTF-8 and add proper EOF
- Support version 5 and up
- Widgets more customizable in settings
- Configurable caching times
- Add debug option to output any SQL query
- Fix "Statistics"
- CSS adjustments
- Option to enable/disable PHP errors
- Default timezone in settings for date() functions
- Replaced mysql_ functions with mysqli_ ones