mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-26 13:09:05 +00:00
Merge 'minor-next' into 'major-next'
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/16979483636
This commit is contained in:
commit
5ee081fbb1
@ -15,3 +15,11 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
|
|||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
- Fixed deadlock on RakLib thread crash (e.g. due to port binding failure).
|
- 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.
|
||||||
|
@ -31,7 +31,7 @@ use function str_repeat;
|
|||||||
|
|
||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "5.32.1";
|
public const BASE_VERSION = "5.32.2";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = true;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user