Skip to content

Commit a6b8a8d

Browse files
authored
5.37.2 (#6906)
1 parent 7ffc16e commit a6b8a8d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelogs/5.37.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,15 @@ Released 7th November 2025.
2323
## Fixes
2424
- Updated BedrockProtocol dependency to get encoding fixes for `DebugDrawerPacket`.
2525
- Fixed critical hit particles not showing.
26+
27+
# 5.37.2
28+
Released 21st November 2025.
29+
30+
## General
31+
- Added support for Minecraft: Bedrock Edition 1.21.124. Previous .12x versions are still supported, since there are no relevant changes for PM or plugins. (@dries-c, @dktapps)
32+
- More informative errors are now displayed when failing to fetch authentication keys from Mojang APIs. (@dktapps)
33+
- Updated French translations. (Crowdin contributors)
34+
35+
## Documentation
36+
- Added folder and script plugin examples in the `examples/plugins` folder. (@dktapps)
37+
- Fixed missing mention of removal of `@softDepend` event handler tag in 4.0.0 changelog. (@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.37.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)