mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
Release 3.25.5
This commit is contained in:
parent
52a891ba73
commit
1bb6ac4fb6
@ -28,3 +28,8 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
|
|
||||||
# 3.25.4
|
# 3.25.4
|
||||||
- Fixed a long-standing issue with `Player->removeWindow()` breaking inventory UIs on the client.
|
- Fixed a long-standing issue with `Player->removeWindow()` breaking inventory UIs on the client.
|
||||||
|
|
||||||
|
# 3.25.5
|
||||||
|
- Protocol: Fixed incorrect encoding in `StructureSettings`
|
||||||
|
- Fixed reading tags from non-docblock comments in script plugins.
|
||||||
|
- Build number is now defined in phar metadata instead of being patched into the source code directly.
|
||||||
|
@ -34,5 +34,5 @@ const _VERSION_INFO_INCLUDED = true;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.25.5";
|
const BASE_VERSION = "3.25.5";
|
||||||
const IS_DEVELOPMENT_BUILD = true;
|
const IS_DEVELOPMENT_BUILD = false;
|
||||||
const BUILD_CHANNEL = "stable";
|
const BUILD_CHANNEL = "stable";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user