diff --git a/changelogs/5.4.md b/changelogs/5.4.md index 7dd95a657a3..43f60962079 100644 --- a/changelogs/5.4.md +++ b/changelogs/5.4.md @@ -119,3 +119,15 @@ Released 21st August 2023. - Fixed `PotionCauldron::setPotionItem()` not validating the item type. - Fixed chorus fruit not considering teleport destinations below y=0. - Fixed cake dropping itself when mined. + +# 5.4.4 +Released 6th September 2023. + +## General +- Crashdumps caused by non-phar plugins are now submitted to the Crash Archive, the same as other plugins. Previously, non-phar plugin crashes would not be submitted, causing maintainers to potentially miss important issues. + +## Fixes +- Fixed player Y coordinates sometimes being slightly below the top of the block they were standing on (floating point error due to subtracting eye height). +- Fixed template slot of smithing tables not accepting any items. +- `tools/generate-bedrock-data-from-packets.php` is now significantly less spammy when warning about duplicated recipes. +- Fixed empty stack traces in `lastError` data of crashdumps. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index c9109487b70..80828048db0 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -32,7 +32,7 @@ final class VersionInfo{ public const NAME = "PocketMine-MP"; public const BASE_VERSION = "5.4.4"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /**