From 948875b0257ff3542878f660daa74661ee0b9b81 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 24 Jul 2023 16:59:45 +0100 Subject: [PATCH] Release 4.23.3 --- changelogs/4.23.md | 13 +++++++++++++ src/VersionInfo.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelogs/4.23.md b/changelogs/4.23.md index d51413e8240..6cd261ba13f 100644 --- a/changelogs/4.23.md +++ b/changelogs/4.23.md @@ -30,3 +30,16 @@ Released 18th July 2023. ## Fixes - Fixed login errors due to a new `sandboxId` field appearing in the Xbox Live authentication data in `LoginPacket`. All clients, regardless of version, are affected by this change. + +# 4.23.3 +Released 24th July 2023. + +## Documentation +- Fixed typo in `ChunkSelector::selectChunks()` documentation. + +## Fixes +- Fixed the server not stopping properly during crash conditions on *nix platforms. +- Fixed `HORSE_EQUIP` and `SMITHING_TABLE_TEMPLATE` container UI types not being handled by `ItemStackContainerIdTranslator`. This bug prevented plugins from implementing missing inventory types. +- Player emotes no longer broadcast messages to other players. This was unintended behaviour caused by a client-side behavioural change. +- Shulker boxes no longer support the placement of torches or other similar blocks. +- Fire can now be placed on upper slabs and the top of upside-down stairs. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 5ef12e2c463..1025e0721ef 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 = "4.23.3"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; private function __construct(){