Skip to content

Commit 5675bdf

Browse files
authored
Prepare 5.39.1 release (#6951)
1 parent 418d6c8 commit 5675bdf

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

changelogs/5.39.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,16 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
149149
- PHPStan template types have now been added to event handler internals wherever possible. This is enabled by newer PHPStan improvements. (@dktapps)
150150
- Reduced boilerplate code in `DefaultPermissions` registration. (@dktapps)
151151
- Added generated `KnownTranslationParameterInfo`, used by `DefaultPermissions` to check that its constructed translation keys are correct. (@dktapps)
152-
- `build/generate-registry-annotations.php` will now generate an intersection of parent class and implemented interfaces if an anonymous class is detected. (@dktapps)
152+
- `build/generate-registry-annotations.php` will now generate an intersection of parent class and implemented interfaces if an anonymous class is detected. (@dktapps)
153+
154+
# 5.39.1
155+
Released 21st December 2025.
156+
157+
## Fixes
158+
- Fixed `/status` command causing clients to disconnect (client side issue with translation parameter count). (@TwistedAsylumMC, @dktapps)
159+
- Fixed authentication key refresh bug that was causing newly joining players to fail authentication on long-running servers. (@leolee3914, @dktapps)
160+
- Fixed collision box of snow layers. (@kostamax27)
161+
- Fixed permissions of application files in the Docker image. They are now located in `/opt/pocketmine` (as opposed to the previously used non-standard `/pocketmine`) with the typical permissions for `/opt` (755), and are no longer writeable by the server process during runtime. (@dktapps)
162+
163+
## Internals
164+
- Added CI checks to make sure language `.ini` files don't have byte-order marks (BOM). (@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.1";
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)