Skip to content

Commit a6ced39

Browse files
authored
R5.39.2 (#6972)
1 parent f983f4f commit a6ced39

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

changelogs/5.39.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,29 @@ Released 21st December 2025.
162162

163163
## Internals
164164
- Added CI checks to make sure language `.ini` files don't have byte-order marks (BOM). (@dktapps)
165+
166+
# 5.39.2
167+
Released 26th December 2025.
168+
169+
## Core
170+
- Fixed various PHP 8.5 deprecation notices. (@dktapps)
171+
- Fixed deprecation notice on PHP 8.4 due to `E_STRICT` constant usage in `ErrorTypeToStringMap` (dependency issue). (@dktapps)
172+
- Fixed `Utils::validateCallableSignature()` not accepting `object` as a supertype of a class type (dependency issue). (@dktapps)
173+
- Fixed players being interactable in the (very short) span of time between disconnect and entity deletion. (@dktapps, @kostamax27)
174+
175+
## Gameplay
176+
- Fixed blocks appearing in the wrong place while bridging and other block lag & flickering issues. (@dktapps)
177+
- Fixed goat horns not working after holding the use button to activate them. (@dktapps)
178+
- Fixed trapdoor collision box not matching vanilla Bedrock. (@dktapps, @kostamax27)
179+
180+
## Network
181+
- Modal form response JSON size is now capped to 10 KiB. (@dktapps, @Psycofeu)
182+
- Modal form response JSON is no longer decoded if the form ID is not valid. (@dktapps, @Zwuiix-cmd)
183+
- Eating particles and sounds are now server-controlled. Previously, these relied on `ActorEventPacket` from the client. (@dktapps)
184+
185+
## Documentation
186+
- Improved documentation of `pocketmine\item\Releasable`. (@dktapps)
187+
188+
## Internals
189+
- Added PHP 8.5 to test matrix. (@dktapps)
190+
- Updated several dependencies for PHP 8.5 support. (@dktapps)

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.39.2";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737
public const GITHUB_URL = "https://github.com/pmmp/PocketMine-MP";
3838

0 commit comments

Comments
 (0)