Skip to content

Commit e852a43

Browse files
committed
Release 5.4.3
1 parent 05f40b1 commit e852a43

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelogs/5.4.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,15 @@ Released 9th August 2023.
107107
## Fixes
108108
- Fixed cake accepting candle placement when slices have already been eaten.
109109
- Fixed fire charges not lighting candles.
110+
111+
# 5.4.3
112+
Released 21st August 2023.
113+
114+
## Included releases
115+
- [4.23.6](https://github.com/pmmp/PocketMine-MP/blob/4.23.6/changelogs/4.23.md#4236) - Armor inventory client bug workaround
116+
117+
## Fixes
118+
- Fixed crashdumps not generating correctly on fatal errors.
119+
- Fixed `PotionCauldron::setPotionItem()` not validating the item type.
120+
- Fixed chorus fruit not considering teleport destinations below y=0.
121+
- Fixed cake dropping itself when mined.

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.4.3";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737

3838
/**

0 commit comments

Comments
 (0)