mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Release 4.17.2
This commit is contained in:
parent
dc1b5a9285
commit
9e8c0a6bea
@ -31,3 +31,9 @@ Released 22nd March 2023.
|
|||||||
- Added version-specific channels to `update.pmmp.io`, such as `4`, `4.18-beta`, `4.17`, etc.
|
- Added version-specific channels to `update.pmmp.io`, such as `4`, `4.18-beta`, `4.17`, etc.
|
||||||
- Replaced deprecated `::set-output` commands in GitHub Actions workflows.
|
- Replaced deprecated `::set-output` commands in GitHub Actions workflows.
|
||||||
- `build/make-release.php` no longer automatically pushes changes, to avoid accidents when testing release workflows on forks.
|
- `build/make-release.php` no longer automatically pushes changes, to avoid accidents when testing release workflows on forks.
|
||||||
|
|
||||||
|
# 4.17.2
|
||||||
|
Released 29th March 2023.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed players being unable to join due to the appearance of a new `x5t` field in the JWT header of Xbox Live authentication tokens.
|
||||||
|
@ -31,7 +31,7 @@ use function str_repeat;
|
|||||||
|
|
||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "4.17.1";
|
public const BASE_VERSION = "4.17.2";
|
||||||
public const IS_DEVELOPMENT_BUILD = false;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user