mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-19 01:16:38 +00:00
Release 3.25.6
This commit is contained in:
parent
7ace24caab
commit
f95142f6b6
@ -33,3 +33,6 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
- Protocol: Fixed incorrect encoding in `StructureSettings`
|
- Protocol: Fixed incorrect encoding in `StructureSettings`
|
||||||
- Fixed reading tags from non-docblock comments in script plugins.
|
- 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.
|
- Build number is now defined in phar metadata instead of being patched into the source code directly.
|
||||||
|
|
||||||
|
# 3.25.6
|
||||||
|
- Fixed borked build number in release build of 3.25.5.
|
||||||
|
@ -34,5 +34,5 @@ const _VERSION_INFO_INCLUDED = true;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.25.6";
|
const BASE_VERSION = "3.25.6";
|
||||||
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