From 4eb59c03723566f859e9c433287af440008574a2 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 7 Dec 2019 16:41:41 +0000 Subject: [PATCH] Release 3.10.1 --- changelogs/3.10.md | 6 +++++- src/pocketmine/VersionInfo.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelogs/3.10.md b/changelogs/3.10.md index 90e8e93f5..190a5c347 100644 --- a/changelogs/3.10.md +++ b/changelogs/3.10.md @@ -13,4 +13,8 @@ Plugin developers should **only** update their required API to this version if y ## Note about skins PocketMine-MP **does not support skins made in the Charactor Creator** (known as Persona skins), due to technical changes which would require premature backwards compatibility breaks. The dev team has decided not to support Persona yet. These skins will be **replaced with a random solid-colour skin. This is not a bug.** -Skins chosen from the Classic tab (classic skins) will continue to work as normal. \ No newline at end of file +Skins chosen from the Classic tab (classic skins) will continue to work as normal. + +# 3.10.1 +- Fixed custom plugin-created skins being invisible when no geometry name was specified. +- Updated RakLib to 0.12.6 to fix security bugs. \ No newline at end of file diff --git a/src/pocketmine/VersionInfo.php b/src/pocketmine/VersionInfo.php index 314a46f06..1e13f8f2d 100644 --- a/src/pocketmine/VersionInfo.php +++ b/src/pocketmine/VersionInfo.php @@ -31,5 +31,5 @@ const _VERSION_INFO_INCLUDED = true; const NAME = "PocketMine-MP"; const BASE_VERSION = "3.10.1"; -const IS_DEVELOPMENT_BUILD = true; +const IS_DEVELOPMENT_BUILD = false; const BUILD_NUMBER = 0;