6.0.0
What's Changed
- proxy webquery & intel support.
- skinsrestorer support for proxy.
- new otp based account linking system.
- new command runner module.
- listing of failed jobs in admin panel (debug section) and clearing and retry or it.
- new after success link command and unlink commands in plugin settings.
- player and server intel data bug fixes.
- webquery 2.0. new improved and more secure protocol update.
- rename recruitment module to applications module.
- disable player unlinking. (DISABLE_PLAYER_UNLINKING)
- hide next rank from player profile. (HIDE_PLAYER_NEXT_RANK)
- add filtering feature in tables.
- minor ui fixes.
Upgrade Guide
Below are some additional steps required after you complete the upgrade guide.
- Add these new .environment variables to your .env file at the end.
PULSE_ENABLED=false
HIDE_PLAYER_NEXT_RANK=false
DISABLE_PLAYER_UNLINKING=false
- Run
sh update.sh
(Confirm with Y if it ask you to override). - Done!
Make sure also upgrade Plugin version to 6.0.0 and above else you will get error.
New Contributors
- @Jorc0 made their first contribution in #368
- @UnknowUser0 made their first contribution in #374
Full Changelog: 5.1.0...6.0.0