From 442049d564dbf4af4d4a2c741501793b1a8b600a Mon Sep 17 00:00:00 2001 From: "Dylan T." Date: Thu, 14 Aug 2025 11:37:24 +0100 Subject: [PATCH 1/2] Prepare 5.32.1 release (#6766) --- changelogs/5.32.md | 8 ++++++++ src/VersionInfo.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelogs/5.32.md b/changelogs/5.32.md index 16b9aaff4..414330351 100644 --- a/changelogs/5.32.md +++ b/changelogs/5.32.md @@ -15,3 +15,11 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if ## Fixes - Fixed deadlock on RakLib thread crash (e.g. due to port binding failure). + +# 5.32.1 +Released 14th August 2025. + +## Fixes +- Hardened checks when processing resource pack sending during player logins. +- Fixed content log warning about crafting recipe with missing ID. +- Fixed packets in a batch still being processed after one of them caused the session to be terminated. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index f28239816..77a9a2bee 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.32.1"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /** From f633416f0595e81e4c176fc00bd85652afe3f4bb Mon Sep 17 00:00:00 2001 From: "pmmp-admin-bot[bot]" <188621379+pmmp-admin-bot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:38:22 +0000 Subject: [PATCH 2/2] 5.32.2 is next Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/16962847004 --- src/VersionInfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 77a9a2bee..b3f37677b 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -31,8 +31,8 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; - public const BASE_VERSION = "5.32.1"; - public const IS_DEVELOPMENT_BUILD = false; + public const BASE_VERSION = "5.32.2"; + public const IS_DEVELOPMENT_BUILD = true; public const BUILD_CHANNEL = "stable"; /**