File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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.
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.4.3 " ;
35- public const IS_DEVELOPMENT_BUILD = true ;
35+ public const IS_DEVELOPMENT_BUILD = false ;
3636 public const BUILD_CHANNEL = "stable " ;
3737
3838 /**
You can’t perform that action at this time.
0 commit comments