Skip to content

Commit ac526b8

Browse files
committed
5.39.3
1 parent c6c0682 commit ac526b8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changelogs/5.39.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,19 @@ Released 26th December 2025.
188188
## Internals
189189
- Added PHP 8.5 to test matrix. (@dktapps)
190190
- Updated several dependencies for PHP 8.5 support. (@dktapps)
191+
192+
# 5.39.3
193+
Released 27th January 2026.
194+
195+
## Fixes
196+
- Character limit for writable books has been raised to 512 to accommodate vanilla oddities. (@Gaprix)
197+
- Fixed `Player->isSneakPressed()` not updating correctly when releasing the sneak key while in forced-crouch state. (@leolee3914)
198+
- Fixed `ZippedResourcePack` not validating manifest header UUIDs, fixing incorrect crash attribution on `PlayerResourcePackOfferEvent` (and if plugins used reflection on `ResourcePackManager`, which they really shouldn't be - use the provided APIs!). (@dktapps)
199+
- Fixed biomes not being set in `flat` world generation. (@remminiscent)
200+
- Fixed key validation for self-signed authentication JWTs. (@dktapps)
201+
- Fixed query interface incorrectly rejecting tokens if the expected token was negative. (@NopeNotDark)
202+
203+
## Documentation
204+
- Added information about PHPStan and PHPUnit to contributing guidelines to assist new contributors. (@dktapps)
205+
- Crash reporting is now properly disabled on GitHub Actions runners. (@dktapps)
206+
- The `SECURITY.md` file now recommends submitting a private report on the GitHub repository's Security tab. The security email inbox should only be used if you're unable to use GitHub. (@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.3";
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)