Skip to content

Commit 442049d

Browse files
authored
Prepare 5.32.1 release (#6766)
1 parent e375437 commit 442049d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelogs/5.32.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

src/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
final 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
/**

0 commit comments

Comments
 (0)