From f7d25f251e431aace3ca835918b661583d32e6e7 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 13 Jan 2022 21:46:30 +0000 Subject: [PATCH] Release 4.0.6 --- changelogs/4.0.md | 7 +++++++ src/VersionInfo.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelogs/4.0.md b/changelogs/4.0.md index a12c11cd4..0cd3c2a25 100644 --- a/changelogs/4.0.md +++ b/changelogs/4.0.md @@ -1600,3 +1600,10 @@ Released 4th January 2022. - Fixed several denial-of-service attack vectors related to skin data field lengths. - Fixed food bar desync when cancelling `PlayerItemConsumeEvent` in a plugin. - Fixed compass needles not updating when the world spawn is changed. + +# 4.0.6 +Released 13th January 2022. + +## Fixes +- Fixed server crash on invalid facing values provided by the client when placing or breaking blocks. +- Fixed documentation link to AsyncTask in Worker. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 366709e4b..b1acadb58 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.0.6"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; private function __construct(){