Skip to content

Commit 763354d

Browse files
authored
5.43.1 (#7042)
1 parent 09f299e commit 763354d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

changelogs/5.43.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
1212
## General
1313
- Added support for Minecraft: Bedrock Edition 1.26.20 (display version 26.20). (@dries-c)
1414
- Removed support for earlier versions.
15+
16+
# 5.43.1
17+
Released 9th May 2026.
18+
19+
## Fixes
20+
- Fixed self-signed authentication for LAN servers.
21+
- Fixed incorrect network itemstack data decoding that led to inventory syncing errors.

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.43.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)