Releases: counterstrikesharp-panel/css-bans
Releases · counterstrikesharp-panel/css-bans
5.3 - Latest SKIN Fixes and Unban Edit Fixes
What's Changed
- translations, fixing some translation, a message at top-right icon, etc by @originalaidn in #118
- add the ability to edit vips using @web/vip permissions by @Yeagorn in #120
- translations & search for name in ranks by @originalaidn in #121
- WeaponPaints module update & VIP / Appeals / Reports / Token changing method / Rank page sorting by @originalaidn in #125
- Feature skins by @hobsRKM in #132
- fixing M4A4 name & adding "default" agent images by @originalaidn in #131
- Update ko.json with improved translations by @wjdrkfka3 in #133
- Feature skins by @hobsRKM in #134
New Contributors
- @Yeagorn made their first contribution in #120
- @wjdrkfka3 made their first contribution in #133
Full Changelog: 4.8...5.3
5.1
Support for latest weapon paints added(SKINS, Stickers etc)
What's Changed
- translations, fixing some translation, a message at top-right icon, etc by @originalaidn in #118
- add the ability to edit vips using @web/vip permissions by @Yeagorn in #120
- translations & search for name in ranks by @originalaidn in #121
- WeaponPaints module update & VIP / Appeals / Reports / Token changing method / Rank page sorting by @originalaidn in #125
New Contributors
Full Changelog: 4.8...5.1_beta
5.0_beta
Beta release for Latest Weapon Paints
!!WARNING this is only beta version to support SKINS latest version!!
4.8
Release notes V 4.8
New Feature
If you are upgrading, then run the below command on mysql on css bans database where panel tables exists
CREATE TABLE `server_player_stats` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`server_id` bigint(20) unsigned NOT NULL,
`player_count` int(11) NOT NULL,
`map` varchar(50) NOT NULL,
`recorded_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4
How to setup cron?
Setup a cron to run this url every 5 minutes which is supported on VPS/shared hosting already
https://yoursite.com/stats/player_count?token=replacehere with token(can be found in .env _token)
Example:
*/5 * * * * `https://yoursite.com/stats/player_count?token=123r48
4.7
Release notes V 4.7
Major Fixes
- Added Multiserver select on dashboard for RANKS module ie. TOP PLAYERS
- Fix - Changes on timezone i.e last seen, last action duration to adhere to timezone applied form app settings on bans, mutes and admins list
- Fix - Module settings cached even after delete causing ranks module to break for 2 minutes.
- Added user friendly message if a user enables rank module without add database in module settings
- Fix - Deafault knfie image when no image available on rank stats
- Added custom links
- Re-arranged and grouped links on sidebar
!IMPORTANT##
Always ensure ur app timezone and database timezone are same.
Full Changelog: 4.6...4.7
4.6
Release notes V 4.6
New Stats for RANKS (Requires k4 Zenith)
- Added new profile section to view a player ranks stats
- Added PlayTime Stats for RANKS module
- Added Weapon Stats for RANKS module
- Adedd Maps Stats for RANKS module
- Added "Reason" For live Bans, Kicks and Mutes on dashboard
- Added Rank preview of a logged in user on sidebar to profile section
NOTE: The RANK Stats Update is only for the newer version of Zenith From K4.
What's Changed
- fix undefined (last seen) in ranks list by @originalaidn in #116
Full Changelog: 4.5...4.6
4.5
Release notes V 4.5
- Added support for Ranks stats(Upgraded k4 version)(ZENITH)
- Added support for legacy ranks version(k4 stats)
- To use the latest k4 stats plugin - set
K4LegacySupport
tono
in .env file - Fixed profile images not fetched correctly
4.2
Release notes V 4.2
- Dashboard Recent bans and mutes now displayes admin who performed the action - removed profile
- Added ability to select permanent when adding/editing a VIP
- Fixed Web only permissions for admin create/edit
- Fixed Mutes to display in most recent order
4.1.1
Release notes V 4.1.1
- Added All servers option on add bans, mutes and delete admin
- Fixed unban web permission for @web/ban.unban
- Report Player form has now only list of visble servers from visibility settings
- Moved Steam login outside of collapse bar
4.1
Release notes V 4.1
- Added All servers option on add bans, mutes and delete admin
- Fixed unban web permission for @web/ban.unban
- Report Player form has now only list of visble servers from visibility settings
- Moved Steam login outside of collapse bar