From cd8219d9fd6d5385a6e3f3791ceff99fa8fccc1f Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 1 Aug 2023 11:16:50 +0100 Subject: [PATCH] Release 5.3.4 --- changelogs/5.3.md | 9 +++++++++ src/VersionInfo.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelogs/5.3.md b/changelogs/5.3.md index 173e73cb85a..7d789165d66 100644 --- a/changelogs/5.3.md +++ b/changelogs/5.3.md @@ -70,3 +70,12 @@ Released 24th July 2023. - Fixed netherite items being destroyed by lava. - Fireproof entities no longer display the burning animation when in fire or lava. This does not apply to creative players, who are immortal rather than being fireproof. - Fixed frosted ice melting in certain conditions which didn't match vanilla Bedrock. + +# 5.3.4 +Released 1st August 2023. + +## Included releases +This release includes changes from the following releases: +- [4.23.4](https://github.com/pmmp/PocketMine-MP/blob/4.23.4/changelogs/4.23.md#4234) - Item entity lag fix + +This release contains no other significant changes. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 578f9de2d26..38fc2e0e49a 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.3.4"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /**