From 17a1266056e3aeaaf5e28db100137f05545ca549 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 29 Mar 2023 23:52:31 +0100 Subject: [PATCH] Release 4.18.2 --- changelogs/4.18.md | 9 ++++++++- src/VersionInfo.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/4.18.md b/changelogs/4.18.md index 4007b206c..435784fb0 100644 --- a/changelogs/4.18.md +++ b/changelogs/4.18.md @@ -89,4 +89,11 @@ Released 27th March 2023. ## Fixes - Fixed server crash when attempting to drop more of an item from a stack than available in the inventory. - Fixed packet processing errors when editing writable books. -- Fixed packet processing errors when shift-clicking on the recipe book to craft recipes which draw from a large number of inventory slots. \ No newline at end of file +- Fixed packet processing errors when shift-clicking on the recipe book to craft recipes which draw from a large number of inventory slots. + +# 4.18.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. +- Fixed items' durability appearing to reset when moving them around in the inventory. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 14e4d3883..82dfd6805 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -32,7 +32,7 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; public const BASE_VERSION = "4.18.2"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; private function __construct(){