File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,3 +15,11 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
1515
1616## Fixes
1717- Fixed deadlock on RakLib thread crash (e.g. due to port binding failure).
18+
19+ # 5.32.1
20+ Released 14th August 2025.
21+
22+ ## Fixes
23+ - Hardened checks when processing resource pack sending during player logins.
24+ - Fixed content log warning about crafting recipe with missing ID.
25+ - Fixed packets in a batch still being processed after one of them caused the session to be terminated.
Original file line number Diff line number Diff line change 3232final class VersionInfo{
3333 public const NAME = "PocketMine-MP " ;
3434 public const BASE_VERSION = "5.32.1 " ;
35- public const IS_DEVELOPMENT_BUILD = true ;
35+ public const IS_DEVELOPMENT_BUILD = false ;
3636 public const BUILD_CHANNEL = "stable " ;
3737
3838 /**
You can’t perform that action at this time.
0 commit comments