-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from ModularSoftAU/release-zander-1.2.0
Release zander 1.2.0 patch notes and update packages
- Loading branch information
Showing
5 changed files
with
9,129 additions
and
20,630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
title: Zander v1.2.0 Patch Notes | ||
description: Zander release notes and changes for version 1.2.0. | ||
slug: zander-1.2.0 | ||
authors: | ||
- name: Ben Robson | ||
title: Founder & Developer at Modular Software | ||
url: https://github.com/benrobson | ||
image_url: https://github.com/benrobson.png | ||
- name: Jaedan | ||
title: Developer at Modular Software | ||
url: https://github.com/JaedanC | ||
image_url: https://github.com/JaedanC.png | ||
- name: Aron | ||
title: Developer at Modular Software | ||
url: https://github.com/birdwing | ||
image_url: https://github.com/birdwing.png | ||
hide_table_of_contents: false | ||
--- | ||
|
||
Hello Everyone, | ||
|
||
Hope you are all well, we're releasing a new update which introduces account linking between Discord, Minecraft and the Website, some modification to configuration and some bug fixes. | ||
|
||
## Features | ||
* [Player Profiles](/docs/products/zander/features/profiles) - Players can now link their Minecraft accounts with Discord and can sign in to customise and style their own player profile. | ||
|
||
## Patch Notes | ||
|
||
### `config.json` | ||
* A new `googleTag` field to utilise Google Analytics. | ||
|
||
### Permissions | ||
* Added `zander.web.punishments` for viewing player and Network punishments for an upcoming update. | ||
* Added `zander.web.audit` for viewing player and audit log on profile. | ||
|
||
### Hub | ||
> No changes added in this update. | ||
### Proxy | ||
> No changes added in this update. | ||
### Auth | ||
* Added `zander-auth` module JAR for backend Minecraft-based authentication. | ||
|
||
### Web | ||
* Added player profiles and profile editor. | ||
* Allows the user to add social media, about page, interests and more. | ||
* Implemented Discord-based authentication gateway. | ||
* Implement Google Analytics tags and config. | ||
|
||
#### API | ||
* Implemented Discord-based authentication gateway. | ||
|
||
> Have a look at our API documentation for information on routes functionality. | ||
#### Discord | ||
* Implemented the following commands: | ||
* `apply` - A simple application command to direct users to the application page. | ||
* `poll` - Command in the previous update, ported and updated for this suite. | ||
* Removed the following commands: | ||
* `legoflip` - due to the proxying of Minecraft images via Craftatar this killed all requests via discord making this command useless (Removed all Craftatar discord side features due to traffic amplification attacks.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Player Profiles | ||
description: An overview of player profiles and how to get players to get started with their profiles. | ||
sidebar_label: Player Profiles | ||
sidebar_position: 2 | ||
--- | ||
|
||
## Introduction | ||
This feature allows linked players to edit their player profiles to add things from their Social Media handles, interests and more. | ||
|
||
### Profile Options | ||
Currently we support the following profile options | ||
|
||
* About | ||
* Interests | ||
* Social Media | ||
* Discord | ||
* Steam | ||
* Twitch | ||
* YouTube | ||
* X/Twitter | ||
* Spotify | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.