mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Release 5.4.2
This commit is contained in:
parent
78f5fbddf3
commit
2d5c9e64ce
@ -97,3 +97,13 @@ Released 8th August 2023.
|
|||||||
|
|
||||||
## Internals
|
## Internals
|
||||||
- Foreach by-reference is now disallowed via a custom PHPStan rule.
|
- Foreach by-reference is now disallowed via a custom PHPStan rule.
|
||||||
|
|
||||||
|
# 5.4.2
|
||||||
|
Released 9th August 2023.
|
||||||
|
|
||||||
|
## Included releases
|
||||||
|
- [4.23.5](https://github.com/pmmp/PocketMine-MP/releases/tag/4.23.5) - Minor bug fixes
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed cake accepting candle placement when slices have already been eaten.
|
||||||
|
- Fixed fire charges not lighting candles.
|
||||||
|
@ -32,7 +32,7 @@ use function str_repeat;
|
|||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "5.4.2";
|
public const BASE_VERSION = "5.4.2";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user