From 790fcc4ebb0a20771d4c11e491a88228bcca133b Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 12 Jul 2019 18:20:47 +0100 Subject: [PATCH] Release 3.8.7 --- changelogs/3.8.md | 4 ++++ src/pocketmine/VersionInfo.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelogs/3.8.md b/changelogs/3.8.md index c80432c09..3ab25f02c 100644 --- a/changelogs/3.8.md +++ b/changelogs/3.8.md @@ -63,3 +63,7 @@ This changelog **does not account for protocol changes**. If your plugin uses th - Fixed out-of-bounds access on invalid inventory data in player data saves. - Fixed crash when custom liquids have flow decays which aren't factors of 4. - Fixed `Entity->noDamageTicks` not working when the entity had no previous damage cause. + +# 3.8.7 +- Improved documentation of `Player->getDisplayName()` and `Player::isValidUserName()`. +- Fixed a bug in `SetScorePacket` decoding causing the entry list to always be empty. diff --git a/src/pocketmine/VersionInfo.php b/src/pocketmine/VersionInfo.php index 35b56a24d..dcec6b277 100644 --- a/src/pocketmine/VersionInfo.php +++ b/src/pocketmine/VersionInfo.php @@ -23,5 +23,5 @@ namespace pocketmine; const NAME = "PocketMine-MP"; const BASE_VERSION = "3.8.7"; -const IS_DEVELOPMENT_BUILD = true; +const IS_DEVELOPMENT_BUILD = false; const BUILD_NUMBER = 0;