Skip to content

Releases: MineTrax/minetrax

6.2.0

14 Jun 14:12
d2ceea3
Compare
Choose a tag to compare

Changed

  1. WebQuery improvements.
  2. Server deletion improvements.
  3. Other minor fixes.

What's Changed

Full Changelog: 6.0.0...6.2.0

6.0.0

03 Jun 14:16
053dcfe
Compare
Choose a tag to compare

What's Changed

  1. proxy webquery & intel support.
  2. skinsrestorer support for proxy.
  3. new otp based account linking system.
  4. new command runner module.
  5. listing of failed jobs in admin panel (debug section) and clearing and retry or it.
  6. new after success link command and unlink commands in plugin settings.
  7. player and server intel data bug fixes.
  8. webquery 2.0. new improved and more secure protocol update.
  9. rename recruitment module to applications module.
  10. disable player unlinking. (DISABLE_PLAYER_UNLINKING)
  11. hide next rank from player profile. (HIDE_PLAYER_NEXT_RANK)
  12. add filtering feature in tables.
  13. minor ui fixes.

Upgrade Guide

Below are some additional steps required after you complete the upgrade guide.

  1. Add these new .environment variables to your .env file at the end.
PULSE_ENABLED=false
HIDE_PLAYER_NEXT_RANK=false
DISABLE_PLAYER_UNLINKING=false
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Make sure also upgrade Plugin version to 6.0.0 and above else you will get error.

New Contributors

Full Changelog: 5.1.0...6.0.0

5.1.0

15 Apr 14:00
Compare
Choose a tag to compare

What's Changed

  1. Revamp Social Authentication Feature. (View linked accounts in Edit Profile -> Linked Social)
  2. 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).
  3. Revamp notifications for better management. Check (Edit Profile -> Notification Preferences). Also all notification are now enabled by default.
  4. Added ability to run MineTrax in Docker container with compose, check https://minetrax.github.io/docs/installation/setup-web-docker
  5. Other Bug fixes.

Upgrade Guide

Below are some additional steps required after you complete the upgrade guide.

  1. Add these new .environment variables to your .env file at the end.
DISCORD_BOT_TOKEN=
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

21 Mar 21:38
f94b5e6
Compare
Choose a tag to compare

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.

  1. Add these new .environment variables to your .env file at the end.
HIDE_COUNTRY_FOR_PRIVACY=false
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Full Changelog: 4.5.0...5.0.0

4.5.0

14 Mar 17:24
Compare
Choose a tag to compare

What's New

  1. Ability to delete a player statistics (intel).
  2. Add more socials.
  3. Minor fixes.

For Theme Dev:

Minor changes to these frontend file:

  1. resources/default/js/Components/Icon.vue
  2. resources/default/js/Pages/Admin/PlayerIntel/PlayersList.vue
  3. resources/default/js/Pages/Admin/Setting/GeneralSetting.vue
  4. resources/default/js/Pages/Dashboard.vue
  5. resources/default/js/Shared/SocialChannelBox.vue

Full Changelog: 4.4.0...4.5.0

4.4.0

11 Mar 01:43
Compare
Choose a tag to compare

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

10 Mar 10:10
Compare
Choose a tag to compare

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.

  1. Add these new .environment variables to your .env file at the end.
APP_THEME=default
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

📢 Docs:

📢 Developer Docs:

Full Changelog: 4.2.0...4.3.0

4.2.0

08 Mar 13:36
Compare
Choose a tag to compare

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.

  1. Add these new .environment variables to your .env file at the end.
DISABLE_EMAIL_PASSWORD_AUTH=false
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Full Changelog: 4.1.0...4.2.0

4.1.0

25 Feb 10:18
Compare
Choose a tag to compare

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.

  1. 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
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Full Changelog: 4.0.0...4.1.0

4.0.0

11 Feb 18:30
5cf6fd8
Compare
Choose a tag to compare

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.

  1. Add these new .environment variables to your .env file at the end.
PLAYER_SKIN_CHANGER_ENABLED=true
PLAYER_SKIN_CHANGER_COOLDOWN_IN_SECONDS=60
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Full Changelog: 3.6.0...4.0.0