From e4a5defabbba7734d29c267d47bf8f00fcfffe89 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 16 Aug 2022 17:51:26 +0100 Subject: [PATCH] Release 4.7.2 --- changelogs/4.7.md | 8 ++++++++ src/VersionInfo.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelogs/4.7.md b/changelogs/4.7.md index 22fbe9ecc..950158cd3 100644 --- a/changelogs/4.7.md +++ b/changelogs/4.7.md @@ -21,3 +21,11 @@ Released 14th August 2022. - Fixed Turtle Master potions not giving any effects. - Unimplemented items are no longer craftable. - Fixed incorrect items appearing in item frames (due to an obsolete workaround for 1.19.10). + +# 4.7.2 +Released 16th August 2022. + +## Fixes +- Fixed crash when processing player skins with invalid geometry data. +- Fixed spectator players being able to pick blocks using mousewheel click. +- Improved supporting requirements for sugarcane. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index e928de38c..1c12fef11 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 = "4.7.2"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; private function __construct(){