From 2f43ccea6f25014668a7a6d5686304b73b62336a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 3 Jun 2023 21:56:26 +0100 Subject: [PATCH] Release 5.0.1 --- changelogs/5.0.md | 14 ++++++++++++++ src/VersionInfo.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelogs/5.0.md b/changelogs/5.0.md index a1d5b3292..957e4cb95 100644 --- a/changelogs/5.0.md +++ b/changelogs/5.0.md @@ -775,3 +775,17 @@ To register a new vanilla item into the core, the process is slightly different: - `NetworkSession` disconnect APIs now accept `Translatable|string` instead of `string` to allow localized disconnect messages. - `NetworkSession` disconnect methods have been altered to allow specifying a different disconnect reason and disconnection screen message. - `RuntimeBlockMapping` has been renamed to `BlockTranslator`. + +# 5.0.1 +Released 3rd June 2023. + +## Changes +- [`ext-pmmpthread` version 6.0.1](https://github.com/pmmp/ext-pmmpthread/releases/tag/6.0.1) is now required (for bug fixes). + +## Fixes +- Fixed server crash when breaking blocks placed in the same session (mishandled default block states). +- Fixed spore blossoms not dropping when broken. +- Fixed jukebox music not stopping when destroyed by an explosion. + +## Documentation +- Added documentation for `BlockSpreadEvent->__construct()` parameters. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 6f12ff337..6482673c5 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -32,7 +32,7 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; public const BASE_VERSION = "5.0.1"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /**