Releases: MineTrax/minetrax
6.2.0
Changed
- WebQuery improvements.
- Server deletion improvements.
- Other minor fixes.
What's Changed
- Fix: WebQuery improvements and other fixes by @Xinecraft in #391
Full Changelog: 6.0.0...6.2.0
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
5.1.0
What's Changed
- Revamp Social Authentication Feature. (View linked accounts in
Edit Profile -> Linked Social
) - Add Discord Notifications (You will need to add Bot on ur server for it), Check for setup https://minetrax.github.io/docs/web/discord-integration (if u already have 0Auth done you should only follow the Bot part).
- Revamp notifications for better management. Check (
Edit Profile -> Notification Preferences
). Also all notification are now enabled by default. - Added ability to run MineTrax in Docker container with compose, check https://minetrax.github.io/docs/installation/setup-web-docker
- Other Bug 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.
DISCORD_BOT_TOKEN=
- Run
sh update.sh
(Confirm with Y if it ask you to override). - Done!
New Contributors
Full Changelog: 5.0.0...5.1.0
5.0.0
What's Changed
- Feat: Staff Recruitment System v1 by @Xinecraft in #341
- Add ability to hide player country with .env
HIDE_COUNTRY_FOR_PRIVACY
- Bug fixes in custom forms.
- More other 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.
HIDE_COUNTRY_FOR_PRIVACY=false
- Run
sh update.sh
(Confirm with Y if it ask you to override). - Done!
Full Changelog: 4.5.0...5.0.0
4.5.0
What's New
- Ability to delete a player statistics (intel).
- Add more socials.
- Minor fixes.
For Theme Dev:
Minor changes to these frontend file:
- resources/default/js/Components/Icon.vue
- resources/default/js/Pages/Admin/PlayerIntel/PlayersList.vue
- resources/default/js/Pages/Admin/Setting/GeneralSetting.vue
- resources/default/js/Pages/Dashboard.vue
- resources/default/js/Shared/SocialChannelBox.vue
Full Changelog: 4.4.0...4.5.0
4.4.0
What's Changed
- Feat: Little better way to develop theme for less conflict by @Xinecraft in #333
Full Changelog: 4.3.0...4.4.0
4.3.0
What's New
- Added support for custom themes.
- Added docs regarding development of themes.
- Fix UI of social login.
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.
APP_THEME=default
- Run
sh update.sh
(Confirm with Y if it ask you to override). - Done!
📢 Docs:
- How to Install Custom Themes: https://minetrax.github.io/docs/web/custom-themes
📢 Developer Docs:
- How to setup MineTrax locally for Development: https://minetrax.github.io/docs/development/setup-minetrax-locally-for-dev
- How to develop custom themes: https://minetrax.github.io/docs/development/develop-custom-themes
Full Changelog: 4.2.0...4.3.0
4.2.0
What's New
- Archive Custom Form Submissions.
- Ability to disable registration using email and password (for those who want only social auth).
- Bug fixes and improvements in Intel data.
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.
DISABLE_EMAIL_PASSWORD_AUTH=false
- Run
sh update.sh
(Confirm with Y if it ask you to override). - Done!
Full Changelog: 4.1.0...4.2.0
4.1.0
What's Changed
- Improved UI of News page to look better.
- Added Language Switcher feature.
- Added SEO Settings. (you can add title, favicon etc)
- Other minor 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.
AVAILABLE_LOCALES=en,es,ru,sk,de,pl,uk,hi,it,zh-hk,zh-cn,ja
- Run
sh update.sh
(Confirm with Y if it ask you to override). - Done!
Full Changelog: 4.0.0...4.1.0
4.0.0
What's Changed
- Add SkinsRestorer support. Avatar will get detected using it if present.
- Ability to change player skin from website.
- Link reminder bug fix.
- Other minor fixes.
Upgrade Guide (optional)
Below are some additional steps required after you complete the upgrade guide.
- Add these new .environment variables to your .env file at the end.
PLAYER_SKIN_CHANGER_ENABLED=true
PLAYER_SKIN_CHANGER_COOLDOWN_IN_SECONDS=60
- Run
sh update.sh
(Confirm with Y if it ask you to override). - Done!
Full Changelog: 3.6.0...4.0.0