From 69abd5eb532b850c031b0d5529993edd2e591c83 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 18 Jul 2023 22:18:39 +0100 Subject: [PATCH] Release 5.3.2 --- changelogs/5.3.md | 16 ++++++++++++++++ src/VersionInfo.php | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/changelogs/5.3.md b/changelogs/5.3.md index 0a776a11e..3dfd035de 100644 --- a/changelogs/5.3.md +++ b/changelogs/5.3.md @@ -31,3 +31,19 @@ Released 14th July 2023. ## General - Updated `build/php` submodule to pmmp/PHP-Binaries@e0c918d1379465964acefd562d9e48f87cfc2c9e. + +# 5.3.2 +Released 18th July 2023. + +## Included releases +**This release includes changes from the following releases:** +- [4.23.2](https://github.com/pmmp/PocketMine-MP/blob/4.23.2/changelogs/4.23.md#4232) - Fix for `sandboxId`-related login errors + +## Documentation +- Fixed documentation error in `StringToTParser`. + +## Fixes +- Fixed turtle helmet not being able to be unequipped. + +## Internals +- Armor pieces are no longer set back into the armor inventory if no change was made. This reduces the number of slot updates sent to clients, as well as avoiding unnecessary updates for armor pieces which have Unbreaking enchantments. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 4c6553e27..57c3d7186 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.3.2"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /**