From 40e88f1686e129e721050c1b602b9c3b63dc36c4 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 10 Sep 2021 17:09:50 +0100 Subject: [PATCH] Release 3.22.5 --- changelogs/3.22.md | 3 +++ src/pocketmine/VersionInfo.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelogs/3.22.md b/changelogs/3.22.md index f9675527a..50d66b6c8 100644 --- a/changelogs/3.22.md +++ b/changelogs/3.22.md @@ -31,3 +31,6 @@ Plugin developers should **only** update their required API to this version if y # 3.22.4 - Fixed a bug which broke the build of 3.22.3. + +# 3.22.5 +- Added a workaround for polyfilled solid-colour Persona skin replacements turning into a corrupted mess (caused by https://bugs.mojang.com/browse/MCPE-130275). diff --git a/src/pocketmine/VersionInfo.php b/src/pocketmine/VersionInfo.php index 821f91d52..98f900d9f 100644 --- a/src/pocketmine/VersionInfo.php +++ b/src/pocketmine/VersionInfo.php @@ -34,6 +34,6 @@ const _VERSION_INFO_INCLUDED = true; const NAME = "PocketMine-MP"; const BASE_VERSION = "3.22.5"; -const IS_DEVELOPMENT_BUILD = true; +const IS_DEVELOPMENT_BUILD = false; const BUILD_NUMBER = 0; -const BUILD_CHANNEL = ""; +const BUILD_CHANNEL = "stable";