File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 3232final 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
You can’t perform that action at this time.
0 commit comments