From ff093f05654e8f0b6c30b05d14c9c1b182930861 Mon Sep 17 00:00:00 2001 From: "Dylan T." Date: Fri, 26 Sep 2025 23:14:07 +0100 Subject: [PATCH] R5.34.1 (#6817) --- changelogs/5.34.md | 7 +++++++ src/VersionInfo.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelogs/5.34.md b/changelogs/5.34.md index f21e02e1c..eb2d728c1 100644 --- a/changelogs/5.34.md +++ b/changelogs/5.34.md @@ -102,3 +102,10 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if - `FastChunkSerializer` (used for transmitting chunks between threads) - GS4 Query - Auxiliary read-only data loading in the `pocketmine\data\bedrock` package + +# 5.34.1 +Released 26th September 2025. + +## Fixes +- Player login JSON processing no longer bails out on unexpected extra properties. A warning will now be logged instead (@dktapps). +- Fixed container drop issues when an ender crystal explosion causes another ender crystal nearby to explode (@dktapps, @kostamax27). diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 93e593133..89a555c9a 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 = "5.34.1"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /**